Uses of Record Class
club.doki7.opencl.handle.CLKernel.Ptr
Packages that use CLKernel.Ptr
-
Uses of CLKernel.Ptr in club.doki7.opencl
Methods in club.doki7.opencl with parameters of type CLKernel.PtrModifier and TypeMethodDescriptionint
CL.createKernelsInProgram
(@Nullable CLProgram program, int num_kernels, CLKernel.Ptr kernels, @Nullable IntPtr num_kernels_ret) -
Uses of CLKernel.Ptr in club.doki7.opencl.handle
Methods in club.doki7.opencl.handle that return CLKernel.PtrModifier and TypeMethodDescriptionstatic CLKernel.Ptr
static CLKernel.Ptr
static CLKernel.Ptr
static CLKernel.Ptr
CLKernel.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable CLKernel> values) static CLKernel.Ptr
CLKernel.Ptr.offset
(long offset) CLKernel.Ptr.reinterpret
(long newSize) Assume theCLKernel.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLKernel.Ptr
that uses the same backing storage as thisCLKernel.Ptr
, but with the new size.CLKernel.Ptr.slice
(long end) CLKernel.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).