Home
last modified time | relevance | path

Searched refs:r_errcode (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dprogram.cpp105 cl_int *r_errcode) try { in clCreateProgramWithSource()
120 ret_error(r_errcode, CL_SUCCESS); in clCreateProgramWithSource()
124 ret_error(r_errcode, e);
133 cl_int *r_status, cl_int *r_errcode) try { in clCreateProgramWithBinary()
175 ret_error(r_errcode, CL_SUCCESS); in clCreateProgramWithBinary()
179 ret_error(r_errcode, e);
185 size_t length, cl_int *r_errcode) try { in CreateProgramWithILKHR()
209 ret_error(r_errcode, CL_SUCCESS); in CreateProgramWithILKHR()
213 ret_error(r_errcode, e);
221 cl_int *r_errcode) { in clCreateProgramWithIL()
103 clCreateProgramWithSource(cl_context d_ctx, cl_uint count, const char **strings, const size_t *lengths, cl_int *r_errcode) clCreateProgramWithSource() argument
129 clCreateProgramWithBinary(cl_context d_ctx, cl_uint n, const cl_device_id *d_devs, const size_t *lengths, const unsigned char **binaries, cl_int *r_status, cl_int *r_errcode) clCreateProgramWithBinary() argument
184 CreateProgramWithILKHR(cl_context d_ctx, const void *il, size_t length, cl_int *r_errcode) CreateProgramWithILKHR() argument
218 clCreateProgramWithIL(cl_context d_ctx, const void *il, size_t length, cl_int *r_errcode) clCreateProgramWithIL() argument
226 clCreateProgramWithBuiltInKernels(cl_context d_ctx, cl_uint n, const cl_device_id *d_devs, const char *kernel_names, cl_int *r_errcode) clCreateProgramWithBuiltInKernels() argument
427 clLinkProgram(cl_context d_ctx, cl_uint num_devs, const cl_device_id *d_devs, const char *p_opts, cl_uint num_progs, const cl_program *d_progs, void (*pfn_notify) (cl_program, void *), void *user_data, cl_int *r_errcode) clLinkProgram() argument
[all...]
H A Dqueue.cpp31 cl_int *r_errcode) try { in clCreateCommandQueue()
42 ret_error(r_errcode, CL_SUCCESS); in clCreateCommandQueue()
46 ret_error(r_errcode, e);
132 cl_int *r_errcode) try { in clCreateCommandQueueWithProperties()
139 ret_error(r_errcode, CL_SUCCESS); in clCreateCommandQueueWithProperties()
153 ret_error(r_errcode, e);
29 clCreateCommandQueue(cl_context d_ctx, cl_device_id d_dev, cl_command_queue_properties props, cl_int *r_errcode) clCreateCommandQueue() argument
130 clCreateCommandQueueWithProperties(cl_context d_ctx, cl_device_id d_dev, const cl_queue_properties *d_properties, cl_int *r_errcode) clCreateCommandQueueWithProperties() argument
H A Dcontext.cpp34 void *user_data, cl_int *r_errcode) try { in clCreateContext()
53 ret_error(r_errcode, CL_SUCCESS); in clCreateContext()
57 ret_error(r_errcode, e);
66 void *user_data, cl_int *r_errcode) try { in clCreateContextFromType()
86 user_data, r_errcode); in clCreateContextFromType()
89 ret_error(r_errcode, e);
30 clCreateContext(const cl_context_properties *d_props, cl_uint num_devs, const cl_device_id *d_devs, void (CL_CALLBACK *pfn_notify)(const char *, const void *, size_t, void *), void *user_data, cl_int *r_errcode) clCreateContext() argument
62 clCreateContextFromType(const cl_context_properties *d_props, cl_device_type type, void (CL_CALLBACK *pfn_notify)( const char *, const void *, size_t, void *), void *user_data, cl_int *r_errcode) clCreateContextFromType() argument
H A Dmemory.cpp107 void *host_ptr, cl_int *r_errcode) try { in clCreateBufferWithProperties()
123 ret_error(r_errcode, CL_SUCCESS); in clCreateBufferWithProperties()
126 ret_error(r_errcode, e);
133 void *host_ptr, cl_int *r_errcode) { in clCreateBuffer()
135 host_ptr, r_errcode); in clCreateBuffer()
141 const void *op_info, cl_int *r_errcode) try { in clCreateSubBuffer()
156 ret_error(r_errcode, CL_SUCCESS); in clCreateSubBuffer()
164 ret_error(r_errcode, e);
174 void *host_ptr, cl_int *r_errcode) try { in clCreateImageWithProperties()
211 ret_error(r_errcode, CL_SUCCES in clCreateImageWithProperties()
104 clCreateBufferWithProperties(cl_context d_ctx, const cl_mem_properties *d_properties, cl_mem_flags d_flags, size_t size, void *host_ptr, cl_int *r_errcode) clCreateBufferWithProperties() argument
132 clCreateBuffer(cl_context d_ctx, cl_mem_flags d_flags, size_t size, void *host_ptr, cl_int *r_errcode) clCreateBuffer() argument
139 clCreateSubBuffer(cl_mem d_mem, cl_mem_flags d_flags, cl_buffer_create_type op, const void *op_info, cl_int *r_errcode) clCreateSubBuffer() argument
169 clCreateImageWithProperties(cl_context d_ctx, const cl_mem_properties *d_properties, cl_mem_flags d_flags, const cl_image_format *format, const cl_image_desc *desc, void *host_ptr, cl_int *r_errcode) clCreateImageWithProperties() argument
334 clCreateImage(cl_context d_ctx, cl_mem_flags d_flags, const cl_image_format *format, const cl_image_desc *desc, void *host_ptr, cl_int *r_errcode) clCreateImage() argument
344 clCreateImage2D(cl_context d_ctx, cl_mem_flags d_flags, const cl_image_format *format, size_t width, size_t height, size_t row_pitch, void *host_ptr, cl_int *r_errcode) clCreateImage2D() argument
355 clCreateImage3D(cl_context d_ctx, cl_mem_flags d_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 *r_errcode) clCreateImage3D() argument
[all...]
H A Dsampler.cpp31 cl_int *r_errcode) try { in clCreateSampler()
37 ret_error(r_errcode, CL_SUCCESS); in clCreateSampler()
41 ret_error(r_errcode, e);
29 clCreateSampler(cl_context d_ctx, cl_bool norm_mode, cl_addressing_mode addr_mode, cl_filter_mode filter_mode, cl_int *r_errcode) clCreateSampler() argument
H A Devent.cpp29 clCreateUserEvent(cl_context d_ctx, cl_int *r_errcode) try { in clCreateUserEvent() argument
32 ret_error(r_errcode, CL_SUCCESS); in clCreateUserEvent()
36 ret_error(r_errcode, e);
H A Dkernel.cpp30 clCreateKernel(cl_program d_prog, const char *name, cl_int *r_errcode) try { in clCreateKernel() argument
38 ret_error(r_errcode, CL_SUCCESS); in clCreateKernel()
42 ret_error(r_errcode, CL_INVALID_KERNEL_NAME);
46 ret_error(r_errcode, e);
H A Ddispatch.hpp106 size_t length, cl_int *r_errcode);
H A Dtransfer.cpp834 cl_event *rd_ev, cl_int *r_errcode) try {
853 ret_error(r_errcode, CL_SUCCESS);
857 ret_error(r_errcode, e);
867 cl_event *rd_ev, cl_int *r_errcode) try {
894 ret_error(r_errcode, CL_SUCCESS);
898 ret_error(r_errcode, e);

Completed in 6 milliseconds