| Package | Description |
|---|---|
| org.bytedeco.opencl | |
| org.bytedeco.opencl.global |
| Modifier and Type | Method and Description |
|---|---|
void |
Pfn_notify__cl_program_Pointer.call(_cl_program program,
Pointer user_data) |
| Modifier and Type | Method and Description |
|---|---|
static _cl_program |
OpenCL.clCreateProgramWithBinary(_cl_context context,
int num_devices,
_cl_device_id device_list,
SizeTPointer lengths,
byte[] binaries,
int[] binary_status,
int[] errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBinary(_cl_context context,
int num_devices,
_cl_device_id device_list,
SizeTPointer lengths,
ByteBuffer binaries,
IntBuffer binary_status,
IntBuffer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBinary(_cl_context context,
int num_devices,
_cl_device_id device_list,
SizeTPointer lengths,
BytePointer binaries,
IntPointer binary_status,
IntPointer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBinary(_cl_context context,
int num_devices,
PointerPointer device_list,
SizeTPointer lengths,
byte[] binaries,
int[] binary_status,
int[] errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBinary(_cl_context context,
int num_devices,
PointerPointer device_list,
SizeTPointer lengths,
ByteBuffer binaries,
IntBuffer binary_status,
IntBuffer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBinary(_cl_context context,
int num_devices,
PointerPointer device_list,
SizeTPointer lengths,
BytePointer binaries,
IntPointer binary_status,
IntPointer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBinary(_cl_context context,
int num_devices,
PointerPointer device_list,
SizeTPointer lengths,
PointerPointer binaries,
IntPointer binary_status,
IntPointer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBuiltInKernels(_cl_context context,
int num_devices,
_cl_device_id device_list,
String kernel_names,
int[] errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBuiltInKernels(_cl_context context,
int num_devices,
_cl_device_id device_list,
String kernel_names,
IntBuffer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBuiltInKernels(_cl_context context,
int num_devices,
_cl_device_id device_list,
String kernel_names,
IntPointer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBuiltInKernels(_cl_context context,
int num_devices,
PointerPointer device_list,
BytePointer kernel_names,
int[] errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBuiltInKernels(_cl_context context,
int num_devices,
PointerPointer device_list,
BytePointer kernel_names,
IntBuffer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBuiltInKernels(_cl_context context,
int num_devices,
PointerPointer device_list,
BytePointer kernel_names,
IntPointer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithIL(_cl_context context,
Pointer il,
long length,
int[] errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithIL(_cl_context context,
Pointer il,
long length,
IntBuffer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithIL(_cl_context context,
Pointer il,
long length,
IntPointer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithSource(_cl_context context,
int count,
byte[] strings,
SizeTPointer lengths,
int[] errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithSource(_cl_context context,
int count,
ByteBuffer strings,
SizeTPointer lengths,
IntBuffer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithSource(_cl_context context,
int count,
BytePointer strings,
SizeTPointer lengths,
IntPointer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithSource(_cl_context context,
int count,
PointerPointer strings,
SizeTPointer lengths,
IntPointer errcode_ret) |
static _cl_program |
OpenCL.clLinkProgram(_cl_context context,
int num_devices,
_cl_device_id device_list,
String options,
int num_input_programs,
_cl_program input_programs,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data,
int[] errcode_ret) |
static _cl_program |
OpenCL.clLinkProgram(_cl_context context,
int num_devices,
_cl_device_id device_list,
String options,
int num_input_programs,
_cl_program input_programs,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data,
IntBuffer errcode_ret) |
static _cl_program |
OpenCL.clLinkProgram(_cl_context context,
int num_devices,
_cl_device_id device_list,
String options,
int num_input_programs,
_cl_program input_programs,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data,
IntPointer errcode_ret) |
static _cl_program |
OpenCL.clLinkProgram(_cl_context context,
int num_devices,
PointerPointer device_list,
BytePointer options,
int num_input_programs,
PointerPointer input_programs,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data,
int[] errcode_ret) |
static _cl_program |
OpenCL.clLinkProgram(_cl_context context,
int num_devices,
PointerPointer device_list,
BytePointer options,
int num_input_programs,
PointerPointer input_programs,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data,
IntBuffer errcode_ret) |
static _cl_program |
OpenCL.clLinkProgram(_cl_context context,
int num_devices,
PointerPointer device_list,
BytePointer options,
int num_input_programs,
PointerPointer input_programs,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data,
IntPointer errcode_ret) |
| Modifier and Type | Method and Description |
|---|---|
static int |
OpenCL.clBuildProgram(_cl_program program,
int num_devices,
_cl_device_id device_list,
String options,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data) |
static int |
OpenCL.clBuildProgram(_cl_program program,
int num_devices,
PointerPointer device_list,
BytePointer options,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data) |
static int |
OpenCL.clCompileProgram(_cl_program program,
int num_devices,
_cl_device_id device_list,
String options,
int num_input_headers,
_cl_program input_headers,
byte[] header_include_names,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data) |
static int |
OpenCL.clCompileProgram(_cl_program program,
int num_devices,
_cl_device_id device_list,
String options,
int num_input_headers,
_cl_program input_headers,
ByteBuffer header_include_names,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data) |
static int |
OpenCL.clCompileProgram(_cl_program program,
int num_devices,
_cl_device_id device_list,
String options,
int num_input_headers,
_cl_program input_headers,
BytePointer header_include_names,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data) |
static int |
OpenCL.clCompileProgram(_cl_program program,
int num_devices,
PointerPointer device_list,
BytePointer options,
int num_input_headers,
PointerPointer input_headers,
byte[] header_include_names,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data) |
static int |
OpenCL.clCompileProgram(_cl_program program,
int num_devices,
PointerPointer device_list,
BytePointer options,
int num_input_headers,
PointerPointer input_headers,
ByteBuffer header_include_names,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data) |
static int |
OpenCL.clCompileProgram(_cl_program program,
int num_devices,
PointerPointer device_list,
BytePointer options,
int num_input_headers,
PointerPointer input_headers,
BytePointer header_include_names,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data) |
static int |
OpenCL.clCompileProgram(_cl_program program,
int num_devices,
PointerPointer device_list,
BytePointer options,
int num_input_headers,
PointerPointer input_headers,
PointerPointer header_include_names,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data) |
static _cl_kernel |
OpenCL.clCreateKernel(_cl_program program,
BytePointer kernel_name,
int[] errcode_ret) |
static _cl_kernel |
OpenCL.clCreateKernel(_cl_program program,
BytePointer kernel_name,
IntBuffer errcode_ret) |
static _cl_kernel |
OpenCL.clCreateKernel(_cl_program program,
BytePointer kernel_name,
IntPointer errcode_ret) |
static _cl_kernel |
OpenCL.clCreateKernel(_cl_program program,
String kernel_name,
int[] errcode_ret) |
static _cl_kernel |
OpenCL.clCreateKernel(_cl_program program,
String kernel_name,
IntBuffer errcode_ret) |
static _cl_kernel |
OpenCL.clCreateKernel(_cl_program program,
String kernel_name,
IntPointer errcode_ret) |
static int |
OpenCL.clCreateKernelsInProgram(_cl_program program,
int num_kernels,
_cl_kernel kernels,
int[] num_kernels_ret) |
static int |
OpenCL.clCreateKernelsInProgram(_cl_program program,
int num_kernels,
_cl_kernel kernels,
IntBuffer num_kernels_ret) |
static int |
OpenCL.clCreateKernelsInProgram(_cl_program program,
int num_kernels,
_cl_kernel kernels,
IntPointer num_kernels_ret) |
static int |
OpenCL.clCreateKernelsInProgram(_cl_program program,
int num_kernels,
PointerPointer kernels,
int[] num_kernels_ret) |
static int |
OpenCL.clCreateKernelsInProgram(_cl_program program,
int num_kernels,
PointerPointer kernels,
IntBuffer num_kernels_ret) |
static int |
OpenCL.clCreateKernelsInProgram(_cl_program program,
int num_kernels,
PointerPointer kernels,
IntPointer num_kernels_ret) |
static int |
OpenCL.clGetProgramBuildInfo(_cl_program program,
_cl_device_id device,
int param_name,
long param_value_size,
Pointer param_value,
SizeTPointer param_value_size_ret) |
static int |
OpenCL.clGetProgramInfo(_cl_program program,
int param_name,
long param_value_size,
Pointer param_value,
SizeTPointer param_value_size_ret) |
static _cl_program |
OpenCL.clLinkProgram(_cl_context context,
int num_devices,
_cl_device_id device_list,
String options,
int num_input_programs,
_cl_program input_programs,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data,
int[] errcode_ret) |
static _cl_program |
OpenCL.clLinkProgram(_cl_context context,
int num_devices,
_cl_device_id device_list,
String options,
int num_input_programs,
_cl_program input_programs,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data,
IntBuffer errcode_ret) |
static _cl_program |
OpenCL.clLinkProgram(_cl_context context,
int num_devices,
_cl_device_id device_list,
String options,
int num_input_programs,
_cl_program input_programs,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data,
IntPointer errcode_ret) |
static int |
OpenCL.clReleaseProgram(_cl_program program) |
static int |
OpenCL.clRetainProgram(_cl_program program) |
static int |
OpenCL.clSetProgramReleaseCallback(_cl_program program,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data)
Deprecated.
|
static int |
OpenCL.clSetProgramSpecializationConstant(_cl_program program,
int spec_id,
long spec_size,
Pointer spec_value) |
Copyright © 2022. All rights reserved.