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 CLMem
CL.createImage
(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.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 CLMem
CL.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 CLMem
CL.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) int
CL.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) int
CL.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) int
CL.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 record
Represents 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 CLImageFormat
CLImageFormat.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static CLImageFormat
CLImageFormat.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 CLImageFormat
CLImageFormat.clone
(Arena arena, CLImageFormat src) void
CLImageFormat.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)