Package | Description |
---|---|
com.jogamp.opencl |
High level java bindings to OpenCL.
|
com.jogamp.opencl.util |
OpenCL utilities.
|
com.jogamp.opencl.util.concurrent |
OpenCL multi device concurrency utilities.
|
Modifier and Type | Method and Description |
---|---|
static CLCommandQueue.Mode |
CLCommandQueue.Mode.valueOf(int queueMode) |
static CLCommandQueue.Mode |
CLCommandQueue.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLCommandQueue.Mode[] |
CLCommandQueue.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<CLCommandQueue.Mode> |
CLCommandQueue.getProperties()
Returns the command queue properties as EnumSet.
|
EnumSet<CLCommandQueue.Mode> |
CLDevice.getQueueProperties()
Returns the command-queue properties supported by the device.
|
static EnumSet<CLCommandQueue.Mode> |
CLCommandQueue.Mode.valuesOf(long bitfield) |
Modifier and Type | Method and Description |
---|---|
CLCommandQueue |
CLDevice.createCommandQueue(CLCommandQueue.Mode... properties) |
CLCommandQueue |
CLDevice.createCommandQueue(CLCommandQueue.Mode property) |
Modifier and Type | Method and Description |
---|---|
static Filter<CLDevice> |
CLDeviceFilters.queueMode(CLCommandQueue.Mode... modes)
Accepts all devices supporting the specified command queue modes.
|
static Filter<CLPlatform> |
CLPlatformFilters.queueMode(CLCommandQueue.Mode... modes)
Accepts all platforms containing at least one devices supporting the specified command queue modes.
|
Modifier and Type | Method and Description |
---|---|
static <C extends CLQueueContext> |
CLCommandQueuePool.create(CLQueueContextFactory<C> factory,
CLMultiContext mc,
CLCommandQueue.Mode... modes) |
static <C extends CLQueueContext> |
CLCommandQueuePool.create(CLQueueContextFactory<C> factory,
Collection<CLDevice> devices,
CLCommandQueue.Mode... modes) |