|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Type of global memory cache supported. More...
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... | |
Type of global memory cache supported.
Definition at line 917 of file CLDevice.java.
|
static |
Returns the matching GlobalMemCacheType for the given cl type.
Definition at line 947 of file CLDevice.java.
| com.jogamp.opencl.CLDevice.GlobalMemCacheType.NONE =(CL.CL_NONE) |
Global memory cache not supported.
Definition at line 922 of file CLDevice.java.
| com.jogamp.opencl.CLDevice.GlobalMemCacheType.READ_ONLY =(CL.CL_READ_ONLY_CACHE) |
Read only cache.
Definition at line 927 of file CLDevice.java.
| com.jogamp.opencl.CLDevice.GlobalMemCacheType.READ_WRITE =(CL.CL_READ_WRITE_CACHE) |
Read-write cache.
Definition at line 932 of file CLDevice.java.
| final int com.jogamp.opencl.CLDevice.GlobalMemCacheType.TYPE |
Value of wrapped OpenCL value.
Definition at line 938 of file CLDevice.java.