static int |
CL10.clBuildProgram(CLProgram program,
CLDevice device,
java.lang.CharSequence options,
CLBuildProgramCallback pfn_notify) |
Overloads clBuildProgram.
|
static CLCommandQueue |
CL10.clCreateCommandQueue(CLContext context,
CLDevice device,
long properties,
java.nio.IntBuffer errcode_ret) |
|
static CLContext |
CL10.clCreateContext(PointerBuffer properties,
CLDevice device,
CLContextCallback pfn_notify,
java.nio.IntBuffer errcode_ret) |
Overloads clCreateContext.
|
static CLProgram |
CL10.clCreateProgramWithBinary(CLContext context,
CLDevice device,
java.nio.ByteBuffer binary,
java.nio.IntBuffer binary_status,
java.nio.IntBuffer errcode_ret) |
|
static int |
CL12.clCreateSubDevices(CLDevice in_device,
java.nio.LongBuffer properties,
PointerBuffer out_devices,
java.nio.IntBuffer num_devices_ret) |
|
static int |
EXTDeviceFission.clCreateSubDevicesEXT(CLDevice in_device,
java.nio.LongBuffer properties,
PointerBuffer out_devices,
java.nio.IntBuffer num_devices) |
|
static int |
CL10.clGetDeviceInfo(CLDevice device,
int param_name,
java.nio.ByteBuffer param_value,
PointerBuffer param_value_size_ret) |
|
static int |
KHRSubgroups.clGetKernelSubGroupInfoKHR(CLKernel kernel,
CLDevice device,
int param_name,
java.nio.ByteBuffer input_value,
java.nio.ByteBuffer param_value,
PointerBuffer param_value_size_ret) |
|
static int |
CL10.clGetKernelWorkGroupInfo(CLKernel kernel,
CLDevice device,
int param_name,
java.nio.ByteBuffer param_value,
PointerBuffer param_value_size_ret) |
|
static int |
CL10.clGetProgramBuildInfo(CLProgram program,
CLDevice device,
int param_name,
java.nio.ByteBuffer param_value,
PointerBuffer param_value_size_ret) |
|
static int |
CL12.clReleaseDevice(CLDevice device) |
Warning: LWJGL will not automatically release any objects associated with sub-devices.
|
static int |
EXTDeviceFission.clReleaseDeviceEXT(CLDevice device) |
Warning: LWJGL will not automatically release any objects associated with sub-devices.
|
static int |
CL12.clRetainDevice(CLDevice device) |
|
static int |
EXTDeviceFission.clRetainDeviceEXT(CLDevice device) |
|
int |
CLProgram.getBuildInfoInt(CLDevice device,
int param_name) |
Returns the integer value of the specified parameter.
|
java.lang.String |
CLProgram.getBuildInfoString(CLDevice device,
int param_name) |
Returns the String value of the specified parameter.
|
static CLDeviceCapabilities |
CLCapabilities.getDeviceCapabilities(CLDevice device) |
|
long |
CLKernel.getWorkGroupInfoLong(CLDevice device,
int param_name) |
Returns the long value of the specified parameter.
|
long |
CLKernel.getWorkGroupInfoSize(CLDevice device,
int param_name) |
Returns the size_t value of the specified parameter.
|
long[] |
CLKernel.getWorkGroupInfoSizeArray(CLDevice device,
int param_name) |
Returns an array of size_t values of the specified parameter.
|