Uses of Record Class
club.doki7.opencl.handle.CLIcdDispatch.Ptr
Packages that use CLIcdDispatch.Ptr
-
Uses of CLIcdDispatch.Ptr in club.doki7.opencl
Methods in club.doki7.opencl with parameters of type CLIcdDispatch.PtrModifier and TypeMethodDescriptionintCL.initLayer(int num_entries, @Nullable CLIcdDispatch target_dispatch, @Nullable club.doki7.ffm.ptr.IntPtr num_entries_ret, CLIcdDispatch.Ptr layer_dispatch_ret) -
Uses of CLIcdDispatch.Ptr in club.doki7.opencl.handle
Methods in club.doki7.opencl.handle that return CLIcdDispatch.PtrModifier and TypeMethodDescriptionstatic CLIcdDispatch.Ptrstatic CLIcdDispatch.Ptrstatic CLIcdDispatch.PtrCLIcdDispatch.Ptr.allocate(Arena arena, @Nullable CLIcdDispatch @NotNull [] values) static CLIcdDispatch.PtrCLIcdDispatch.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable CLIcdDispatch> values) static CLIcdDispatch.PtrCLIcdDispatch.Ptr.allocateV(Arena arena, @Nullable CLIcdDispatch value0, @Nullable CLIcdDispatch... values) CLIcdDispatch.Ptr.offset(long offset) CLIcdDispatch.Ptr.reinterpret(long newSize) CLIcdDispatch.Ptr.slice(long end) CLIcdDispatch.Ptr.slice(long start, long end)