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 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) Assume theCLIcdDispatch.Ptris capable of holding at leastnewSizehandles, create a new viewCLIcdDispatch.Ptrthat uses the same backing storage as thisCLIcdDispatch.Ptr, but with the new size.CLIcdDispatch.Ptr.slice(long end) CLIcdDispatch.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).