Uses of Record Class
club.doki7.opencl.handle.CLAcceleratorIntel.Ptr
Packages that use CLAcceleratorIntel.Ptr
-
Uses of CLAcceleratorIntel.Ptr in club.doki7.opencl.handle
Methods in club.doki7.opencl.handle that return CLAcceleratorIntel.PtrModifier and TypeMethodDescriptionstatic CLAcceleratorIntel.Ptrstatic CLAcceleratorIntel.Ptrstatic CLAcceleratorIntel.PtrCLAcceleratorIntel.Ptr.allocate(Arena arena, @Nullable CLAcceleratorIntel @NotNull [] values) static CLAcceleratorIntel.PtrCLAcceleratorIntel.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable CLAcceleratorIntel> values) static CLAcceleratorIntel.PtrCLAcceleratorIntel.Ptr.allocateV(Arena arena, @Nullable CLAcceleratorIntel value0, @Nullable CLAcceleratorIntel... values) CLAcceleratorIntel.Ptr.offset(long offset) CLAcceleratorIntel.Ptr.reinterpret(long newSize) Assume theCLAcceleratorIntel.Ptris capable of holding at leastnewSizehandles, create a new viewCLAcceleratorIntel.Ptrthat uses the same backing storage as thisCLAcceleratorIntel.Ptr, but with the new size.CLAcceleratorIntel.Ptr.slice(long end) CLAcceleratorIntel.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).