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 TypeMethodDescriptionint
CL.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.Ptr
static CLIcdDispatch.Ptr
static CLIcdDispatch.Ptr
CLIcdDispatch.Ptr.allocate
(Arena arena, @Nullable CLIcdDispatch @NotNull [] values) static CLIcdDispatch.Ptr
CLIcdDispatch.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable CLIcdDispatch> values) static CLIcdDispatch.Ptr
CLIcdDispatch.Ptr.allocateV
(Arena arena, @Nullable CLIcdDispatch value0, @Nullable CLIcdDispatch... values) CLIcdDispatch.Ptr.offset
(long offset) CLIcdDispatch.Ptr.reinterpret
(long newSize) Assume theCLIcdDispatch.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLIcdDispatch.Ptr
that 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).