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 TypeMethodDescriptionintCL.getDeviceIDs(@Nullable CLPlatformId platform, long device_type, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.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) intCL.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) intCL.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) intCL.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) intCL.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 MemorySegmentCL.getExtensionFunctionAddressForPlatform(@Nullable CLPlatformId platform, @Nullable BytePtr func_name) intCL.getPlatformInfo(@Nullable CLPlatformId platform, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) @NotNull MemorySegmentCL.icdGetFunctionAddressForPlatformKHR(@Nullable CLPlatformId platform, @Nullable BytePtr func_name) intCL.icdSetPlatformDispatchDataKHR(@Nullable CLPlatformId platform, @NotNull MemorySegment dispatch_data) intCL.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 recordRepresents a pointer to cl_platform_id handle(s) in native memory.Methods in club.doki7.opencl.handle that return CLPlatformIdModifier and TypeMethodDescription@Nullable CLPlatformIdCLPlatformId.Ptr.read()@Nullable CLPlatformIdCLPlatformId.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.PtrCLPlatformId.Ptr.allocate(Arena arena, @Nullable CLPlatformId @NotNull [] values) static CLPlatformId.PtrCLPlatformId.Ptr.allocateV(Arena arena, @Nullable CLPlatformId value0, @Nullable CLPlatformId... values) voidCLPlatformId.Ptr.write(long index, @Nullable CLPlatformId value) voidCLPlatformId.Ptr.write(@Nullable CLPlatformId value) voidCLPlatformId.Ptr.write(@Nullable CLPlatformId[] values) voidCLPlatformId.Ptr.writeV(@Nullable CLPlatformId value0, @Nullable CLPlatformId... values) Method parameters in club.doki7.opencl.handle with type arguments of type CLPlatformIdModifier and TypeMethodDescriptionstatic CLPlatformId.PtrCLPlatformId.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable CLPlatformId> values)