JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.CLCommandQueue.Mode Enum Reference

Enumeration for the command-queue settings. More...

Collaboration diagram for com.jogamp.opencl.CLCommandQueue.Mode:

Static Public Member Functions

static Mode valueOf (final int queueMode)
 
static EnumSet< ModevaluesOf (final long bitfield)
 

Public Attributes

 OUT_OF_ORDER_MODE =(CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE)
 If set, the commands in the command-queue are executed out-of-order. More...
 
 PROFILING_MODE =(CL_QUEUE_PROFILING_ENABLE)
 Enables profiling of commands in the command-queue. More...
 
final int QUEUE_MODE
 Value of wrapped OpenCL device type. More...
 

Detailed Description

Enumeration for the command-queue settings.

Definition at line 1926 of file CLCommandQueue.java.

Member Function Documentation

◆ valueOf()

static Mode com.jogamp.opencl.CLCommandQueue.Mode.valueOf ( final int  queueMode)
static

Definition at line 1949 of file CLCommandQueue.java.

Here is the caller graph for this function:

◆ valuesOf()

static EnumSet< Mode > com.jogamp.opencl.CLCommandQueue.Mode.valuesOf ( final long  bitfield)
static

Definition at line 1959 of file CLCommandQueue.java.

Here is the caller graph for this function:

Member Data Documentation

◆ OUT_OF_ORDER_MODE

com.jogamp.opencl.CLCommandQueue.Mode.OUT_OF_ORDER_MODE =(CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE)

If set, the commands in the command-queue are executed out-of-order.

Otherwise, commands are executed in-order.

Definition at line 1931 of file CLCommandQueue.java.

◆ PROFILING_MODE

com.jogamp.opencl.CLCommandQueue.Mode.PROFILING_MODE =(CL_QUEUE_PROFILING_ENABLE)

Enables profiling of commands in the command-queue.

If set, the profiling of commands is enabled. Otherwise profiling of commands is disabled. See com.jogamp.opencl.CLEvent for more information.

Definition at line 1938 of file CLCommandQueue.java.

◆ QUEUE_MODE

final int com.jogamp.opencl.CLCommandQueue.Mode.QUEUE_MODE

Value of wrapped OpenCL device type.

Definition at line 1943 of file CLCommandQueue.java.


The documentation for this enum was generated from the following file: