Uses of Record Class
club.doki7.opencl.datatype.CLImageFormat
Packages that use CLImageFormat
-
Uses of CLImageFormat in club.doki7.opencl
Methods in club.doki7.opencl with parameters of type CLImageFormatModifier and TypeMethodDescription@Nullable CLMemCL.createImage(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImage2D(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, long imageWidth, long imageHeight, long imageRowPitch, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImage3D(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, long imageWidth, long imageHeight, long imageDepth, long imageRowPitch, long imageSlicePitch, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImageWithProperties(@Nullable CLContext context, @Nullable LongPtr properties, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) intCL.getDeviceImageInfoQCOM(@Nullable CLDeviceId device, long imageWidth, long imageHeight, @Nullable CLImageFormat image_format, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getImageRequirementsInfoEXT(@Nullable CLContext context, @Nullable LongPtr properties, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getSupportedImageFormats(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable CLImageFormat image_formats, @Nullable IntPtr num_image_formats) -
Uses of CLImageFormat in club.doki7.opencl.datatype
Classes in club.doki7.opencl.datatype that implement interfaces with type arguments of type CLImageFormatModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of cl_image_format structure(s) in native memory.Methods in club.doki7.opencl.datatype that return CLImageFormatModifier and TypeMethodDescriptionstatic CLImageFormat@NotNull CLImageFormatCLImageFormat.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static CLImageFormatCLImageFormat.clone(Arena arena, CLImageFormat src) CLImageFormat.imageChannelDataType(int value) CLImageFormat.imageChannelOrder(int value) CLImageFormat.Ptr.toArray()Methods in club.doki7.opencl.datatype that return types with arguments of type CLImageFormatMethods in club.doki7.opencl.datatype with parameters of type CLImageFormatModifier and TypeMethodDescriptionstatic CLImageFormatCLImageFormat.clone(Arena arena, CLImageFormat src) voidCLImageFormat.Ptr.write(long index, @NotNull CLImageFormat value) Method parameters in club.doki7.opencl.datatype with type arguments of type CLImageFormatModifier and TypeMethodDescriptionCLImageFormat.Ptr.at(long index, @NotNull Consumer<@NotNull CLImageFormat> consumer)