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 CLAcceleratorIntel
CL.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 TypeMethodDescriptionint
CL.getAcceleratorInfoINTEL
(@Nullable CLAcceleratorIntel accelerator, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.releaseAcceleratorINTEL
(@Nullable CLAcceleratorIntel accelerator) int
CL.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 record
Represents a pointer to cl_accelerator_intel handle(s) in native memory.Methods in club.doki7.opencl.handle that return CLAcceleratorIntelModifier and TypeMethodDescription@Nullable CLAcceleratorIntel
CLAcceleratorIntel.Ptr.read()
@Nullable CLAcceleratorIntel
CLAcceleratorIntel.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.Ptr
CLAcceleratorIntel.Ptr.allocate
(Arena arena, @Nullable CLAcceleratorIntel @NotNull [] values) static CLAcceleratorIntel.Ptr
CLAcceleratorIntel.Ptr.allocateV
(Arena arena, @Nullable CLAcceleratorIntel value0, @Nullable CLAcceleratorIntel... values) void
CLAcceleratorIntel.Ptr.write
(long index, @Nullable CLAcceleratorIntel value) void
CLAcceleratorIntel.Ptr.write
(@Nullable CLAcceleratorIntel value) void
CLAcceleratorIntel.Ptr.write
(@Nullable CLAcceleratorIntel[] values) void
CLAcceleratorIntel.Ptr.writeV
(@Nullable CLAcceleratorIntel value0, @Nullable CLAcceleratorIntel... values) Method parameters in club.doki7.opencl.handle with type arguments of type CLAcceleratorIntelModifier and TypeMethodDescriptionstatic CLAcceleratorIntel.Ptr
CLAcceleratorIntel.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable CLAcceleratorIntel> values)