Uses of Record Class
club.doki7.opencl.handle.CLPlatformId
Packages that use CLPlatformId
-
Uses of CLPlatformId in club.doki7.opencl
Methods in club.doki7.opencl with parameters of type CLPlatformIdModifier and TypeMethodDescriptionint
CL.getDeviceIDs
(@Nullable CLPlatformId platform, long device_type, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) int
CL.getDeviceIDsFromD3D10KHR
(@Nullable CLPlatformId platform, int d3d_device_source, @NotNull MemorySegment d3d_object, int d3d_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) int
CL.getDeviceIDsFromD3D11KHR
(@Nullable CLPlatformId platform, int d3d_device_source, @NotNull MemorySegment d3d_object, int d3d_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) int
CL.getDeviceIDsFromDX9INTEL
(@Nullable CLPlatformId platform, int dx9_device_source, @NotNull MemorySegment dx9_object, int dx9_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) int
CL.getDeviceIDsFromDX9MediaAdapterKHR
(@Nullable CLPlatformId platform, int num_media_adapters, @Nullable IntPtr media_adapter_type, @NotNull MemorySegment media_adapters, int media_adapter_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) int
CL.getDeviceIDsFromVA_APIMediaAdapterINTEL
(@Nullable CLPlatformId platform, int media_adapter_type, @NotNull MemorySegment media_adapter, int media_adapter_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) @NotNull MemorySegment
CL.getExtensionFunctionAddressForPlatform
(@Nullable CLPlatformId platform, @Nullable BytePtr func_name) int
CL.getPlatformInfo
(@Nullable CLPlatformId platform, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) @NotNull MemorySegment
CL.icdGetFunctionAddressForPlatformKHR
(@Nullable CLPlatformId platform, @Nullable BytePtr func_name) int
CL.icdSetPlatformDispatchDataKHR
(@Nullable CLPlatformId platform, @NotNull MemorySegment dispatch_data) int
CL.unloadPlatformCompiler
(@Nullable CLPlatformId platform) -
Uses of CLPlatformId in club.doki7.opencl.handle
Classes in club.doki7.opencl.handle that implement interfaces with type arguments of type CLPlatformIdModifier and TypeClassDescriptionstatic final record
Represents a pointer to cl_platform_id handle(s) in native memory.Methods in club.doki7.opencl.handle that return CLPlatformIdModifier and TypeMethodDescription@Nullable CLPlatformId
CLPlatformId.Ptr.read()
@Nullable CLPlatformId
CLPlatformId.Ptr.read
(long index) Methods in club.doki7.opencl.handle that return types with arguments of type CLPlatformIdMethods in club.doki7.opencl.handle with parameters of type CLPlatformIdModifier and TypeMethodDescriptionstatic CLPlatformId.Ptr
CLPlatformId.Ptr.allocate
(Arena arena, @Nullable CLPlatformId @NotNull [] values) static CLPlatformId.Ptr
CLPlatformId.Ptr.allocateV
(Arena arena, @Nullable CLPlatformId value0, @Nullable CLPlatformId... values) void
CLPlatformId.Ptr.write
(long index, @Nullable CLPlatformId value) void
CLPlatformId.Ptr.write
(@Nullable CLPlatformId value) void
CLPlatformId.Ptr.write
(@Nullable CLPlatformId[] values) void
CLPlatformId.Ptr.writeV
(@Nullable CLPlatformId value0, @Nullable CLPlatformId... values) Method parameters in club.doki7.opencl.handle with type arguments of type CLPlatformIdModifier and TypeMethodDescriptionstatic CLPlatformId.Ptr
CLPlatformId.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable CLPlatformId> values)