Uses of Record Class
club.doki7.opencl.handle.CLAcceleratorIntel
Packages that use CLAcceleratorIntel
-
Uses of CLAcceleratorIntel in club.doki7.opencl
Methods in club.doki7.opencl that return CLAcceleratorIntelModifier and TypeMethodDescription@Nullable CLAcceleratorIntelCL.createAcceleratorINTEL(@Nullable CLContext context, int accelerator_type, long descriptor_size, @NotNull MemorySegment descriptor, @Nullable IntPtr errcode_ret) Methods in club.doki7.opencl with parameters of type CLAcceleratorIntelModifier and TypeMethodDescriptionintCL.getAcceleratorInfoINTEL(@Nullable CLAcceleratorIntel accelerator, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.releaseAcceleratorINTEL(@Nullable CLAcceleratorIntel accelerator) intCL.retainAcceleratorINTEL(@Nullable CLAcceleratorIntel accelerator) -
Uses of CLAcceleratorIntel in club.doki7.opencl.handle
Classes in club.doki7.opencl.handle that implement interfaces with type arguments of type CLAcceleratorIntelModifier and TypeClassDescriptionstatic final recordRepresents a pointer to cl_accelerator_intel handle(s) in native memory.Methods in club.doki7.opencl.handle that return CLAcceleratorIntelModifier and TypeMethodDescription@Nullable CLAcceleratorIntelCLAcceleratorIntel.Ptr.read()@Nullable CLAcceleratorIntelCLAcceleratorIntel.Ptr.read(long index) Methods in club.doki7.opencl.handle that return types with arguments of type CLAcceleratorIntelModifier and TypeMethodDescription@NotNull Iterator<CLAcceleratorIntel> CLAcceleratorIntel.Ptr.iterator()Methods in club.doki7.opencl.handle with parameters of type CLAcceleratorIntelModifier and TypeMethodDescriptionstatic CLAcceleratorIntel.PtrCLAcceleratorIntel.Ptr.allocate(Arena arena, @Nullable CLAcceleratorIntel @NotNull [] values) static CLAcceleratorIntel.PtrCLAcceleratorIntel.Ptr.allocateV(Arena arena, @Nullable CLAcceleratorIntel value0, @Nullable CLAcceleratorIntel... values) voidCLAcceleratorIntel.Ptr.write(long index, @Nullable CLAcceleratorIntel value) voidCLAcceleratorIntel.Ptr.write(@Nullable CLAcceleratorIntel value) voidCLAcceleratorIntel.Ptr.write(@Nullable CLAcceleratorIntel[] values) voidCLAcceleratorIntel.Ptr.writeV(@Nullable CLAcceleratorIntel value0, @Nullable CLAcceleratorIntel... values) Method parameters in club.doki7.opencl.handle with type arguments of type CLAcceleratorIntelModifier and TypeMethodDescriptionstatic CLAcceleratorIntel.PtrCLAcceleratorIntel.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable CLAcceleratorIntel> values)