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 TypeMethodDescriptionintCL.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 recordRepresents a pointer to cl_icd_dispatch handle(s) in native memory.Methods in club.doki7.opencl.handle that return CLIcdDispatchModifier and TypeMethodDescription@Nullable CLIcdDispatchCLIcdDispatch.Ptr.read()@Nullable CLIcdDispatchCLIcdDispatch.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.PtrCLIcdDispatch.Ptr.allocate(Arena arena, @Nullable CLIcdDispatch @NotNull [] values) static CLIcdDispatch.PtrCLIcdDispatch.Ptr.allocateV(Arena arena, @Nullable CLIcdDispatch value0, @Nullable CLIcdDispatch... values) voidCLIcdDispatch.Ptr.write(long index, @Nullable CLIcdDispatch value) voidCLIcdDispatch.Ptr.write(@Nullable CLIcdDispatch value) voidCLIcdDispatch.Ptr.write(@Nullable CLIcdDispatch[] values) voidCLIcdDispatch.Ptr.writeV(@Nullable CLIcdDispatch value0, @Nullable CLIcdDispatch... values) Method parameters in club.doki7.opencl.handle with type arguments of type CLIcdDispatchModifier and TypeMethodDescriptionstatic CLIcdDispatch.PtrCLIcdDispatch.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable CLIcdDispatch> values)