Uses of Record Class
club.doki7.opencl.handle.CLIcdDispatch
Packages that use CLIcdDispatch
-
Uses of CLIcdDispatch in club.doki7.opencl
Methods in club.doki7.opencl with parameters of type CLIcdDispatchModifier and TypeMethodDescriptionint
CL.initLayer
(int num_entries, @Nullable CLIcdDispatch target_dispatch, @Nullable IntPtr num_entries_ret, CLIcdDispatch.Ptr layer_dispatch_ret) -
Uses of CLIcdDispatch in club.doki7.opencl.handle
Classes in club.doki7.opencl.handle that implement interfaces with type arguments of type CLIcdDispatchModifier and TypeClassDescriptionstatic final record
Represents a pointer to cl_icd_dispatch handle(s) in native memory.Methods in club.doki7.opencl.handle that return CLIcdDispatchModifier and TypeMethodDescription@Nullable CLIcdDispatch
CLIcdDispatch.Ptr.read()
@Nullable CLIcdDispatch
CLIcdDispatch.Ptr.read
(long index) Methods in club.doki7.opencl.handle that return types with arguments of type CLIcdDispatchMethods in club.doki7.opencl.handle with parameters of type CLIcdDispatchModifier and TypeMethodDescriptionstatic CLIcdDispatch.Ptr
CLIcdDispatch.Ptr.allocate
(Arena arena, @Nullable CLIcdDispatch @NotNull [] values) static CLIcdDispatch.Ptr
CLIcdDispatch.Ptr.allocateV
(Arena arena, @Nullable CLIcdDispatch value0, @Nullable CLIcdDispatch... values) void
CLIcdDispatch.Ptr.write
(long index, @Nullable CLIcdDispatch value) void
CLIcdDispatch.Ptr.write
(@Nullable CLIcdDispatch value) void
CLIcdDispatch.Ptr.write
(@Nullable CLIcdDispatch[] values) void
CLIcdDispatch.Ptr.writeV
(@Nullable CLIcdDispatch value0, @Nullable CLIcdDispatch... values) Method parameters in club.doki7.opencl.handle with type arguments of type CLIcdDispatchModifier and TypeMethodDescriptionstatic CLIcdDispatch.Ptr
CLIcdDispatch.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable CLIcdDispatch> values)