/external/mesa3d/src/gallium/state_trackers/clover/api/ |
H A D | queue.cpp | 31 cl_int *errcode_ret) try { 42 ret_error(errcode_ret, CL_SUCCESS); 46 ret_error(errcode_ret, e); 29 clCreateCommandQueue(cl_context ctx, cl_device_id dev, cl_command_queue_properties props, cl_int *errcode_ret) argument
|
H A D | sampler.cpp | 31 cl_int *errcode_ret) try { 35 ret_error(errcode_ret, CL_SUCCESS); 39 ret_error(errcode_ret, e); 29 clCreateSampler(cl_context ctx, cl_bool norm_mode, cl_addressing_mode addr_mode, cl_filter_mode filter_mode, cl_int *errcode_ret) argument
|
H A D | context.cpp | 33 void *user_data, cl_int *errcode_ret) try { 49 ret_error(errcode_ret, CL_SUCCESS); 55 ret_error(errcode_ret, e); 64 void *user_data, cl_int *errcode_ret) { 70 ret_error(errcode_ret, ret); 74 return clCreateContext(props, 1, &dev, pfn_notify, user_data, errcode_ret); 29 clCreateContext(const cl_context_properties *props, cl_uint num_devs, const cl_device_id *devs, void (CL_CALLBACK *pfn_notify)(const char *, const void *, size_t, void *), void *user_data, cl_int *errcode_ret) argument 60 clCreateContextFromType(const cl_context_properties *props, cl_device_type type, void (CL_CALLBACK *pfn_notify)( const char *, const void *, size_t, void *), void *user_data, cl_int *errcode_ret) argument
|
H A D | event.cpp | 29 clCreateUserEvent(cl_context ctx, cl_int *errcode_ret) try { argument 33 ret_error(errcode_ret, CL_SUCCESS); 37 ret_error(errcode_ret, e);
|
H A D | program.cpp | 31 cl_int *errcode_ret) try { 48 ret_error(errcode_ret, CL_SUCCESS); 52 ret_error(errcode_ret, e); 60 cl_int *errcode_ret) try { 104 ret_error(errcode_ret, CL_SUCCESS); 110 ret_error(errcode_ret, e); 29 clCreateProgramWithSource(cl_context ctx, cl_uint count, const char **strings, const size_t *lengths, cl_int *errcode_ret) argument 57 clCreateProgramWithBinary(cl_context ctx, cl_uint count, const cl_device_id *devs, const size_t *lengths, const unsigned char **binaries, cl_int *status_ret, cl_int *errcode_ret) argument
|
H A D | kernel.cpp | 31 cl_int *errcode_ret) try { 43 ret_error(errcode_ret, CL_SUCCESS); 47 ret_error(errcode_ret, CL_INVALID_KERNEL_NAME); 51 ret_error(errcode_ret, e); 30 clCreateKernel(cl_program prog, const char *name, cl_int *errcode_ret) argument
|
H A D | memory.cpp | 31 void *host_ptr, cl_int *errcode_ret) try { 47 ret_error(errcode_ret, CL_SUCCESS); 51 ret_error(errcode_ret, e); 57 const void *op_info, cl_int *errcode_ret) try { 81 ret_error(errcode_ret, CL_SUCCESS); 89 ret_error(errcode_ret, e); 97 void *host_ptr, cl_int *errcode_ret) try { 119 ret_error(errcode_ret, CL_SUCCESS); 124 ret_error(errcode_ret, e); 133 void *host_ptr, cl_int *errcode_ret) tr 30 clCreateBuffer(cl_context ctx, cl_mem_flags flags, size_t size, void *host_ptr, cl_int *errcode_ret) argument 56 clCreateSubBuffer(cl_mem obj, cl_mem_flags flags, cl_buffer_create_type op, const void *op_info, cl_int *errcode_ret) argument 94 clCreateImage2D(cl_context ctx, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t row_pitch, void *host_ptr, cl_int *errcode_ret) argument 129 clCreateImage3D(cl_context ctx, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t depth, size_t row_pitch, size_t slice_pitch, void *host_ptr, cl_int *errcode_ret) argument [all...] |