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

Type of global memory cache supported. More...

Collaboration diagram for com.jogamp.opencl.CLDevice.GlobalMemCacheType:

Static Public Member Functions

static GlobalMemCacheType valueOf (final int bitfield)
 Returns the matching GlobalMemCacheType for the given cl type. More...
 

Public Attributes

 NONE =(CL.CL_NONE)
 Global memory cache not supported. More...
 
 READ_ONLY =(CL.CL_READ_ONLY_CACHE)
 Read only cache. More...
 
 READ_WRITE =(CL.CL_READ_WRITE_CACHE)
 Read-write cache. More...
 
final int TYPE
 Value of wrapped OpenCL value. More...
 

Detailed Description

Type of global memory cache supported.

Definition at line 917 of file CLDevice.java.

Member Function Documentation

◆ valueOf()

static GlobalMemCacheType com.jogamp.opencl.CLDevice.GlobalMemCacheType.valueOf ( final int  bitfield)
static

Returns the matching GlobalMemCacheType for the given cl type.

Definition at line 947 of file CLDevice.java.

Here is the caller graph for this function:

Member Data Documentation

◆ NONE

com.jogamp.opencl.CLDevice.GlobalMemCacheType.NONE =(CL.CL_NONE)

Global memory cache not supported.

Definition at line 922 of file CLDevice.java.

◆ READ_ONLY

com.jogamp.opencl.CLDevice.GlobalMemCacheType.READ_ONLY =(CL.CL_READ_ONLY_CACHE)

Read only cache.

Definition at line 927 of file CLDevice.java.

◆ READ_WRITE

com.jogamp.opencl.CLDevice.GlobalMemCacheType.READ_WRITE =(CL.CL_READ_WRITE_CACHE)

Read-write cache.

Definition at line 932 of file CLDevice.java.

◆ TYPE

final int com.jogamp.opencl.CLDevice.GlobalMemCacheType.TYPE

Value of wrapped OpenCL value.

Definition at line 938 of file CLDevice.java.


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