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/
Dprogram.cpp105 cl_int *r_errcode) try { in clCreateProgramWithSource() argument
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() argument
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() argument
209 ret_error(r_errcode, CL_SUCCESS); in CreateProgramWithILKHR()
213 ret_error(r_errcode, e);
221 cl_int *r_errcode) { in clCreateProgramWithIL() argument
[all …]
Dmemory.cpp107 void *host_ptr, cl_int *r_errcode) try { in clCreateBufferWithProperties() argument
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() argument
135 host_ptr, r_errcode); in clCreateBuffer()
141 const void *op_info, cl_int *r_errcode) try { in clCreateSubBuffer() argument
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() argument
211 ret_error(r_errcode, CL_SUCCESS); in clCreateImageWithProperties()
[all …]
Dqueue.cpp31 cl_int *r_errcode) try { in clCreateCommandQueue() argument
42 ret_error(r_errcode, CL_SUCCESS); in clCreateCommandQueue()
46 ret_error(r_errcode, e);
132 cl_int *r_errcode) try { in clCreateCommandQueueWithProperties() argument
139 ret_error(r_errcode, CL_SUCCESS); in clCreateCommandQueueWithProperties()
153 ret_error(r_errcode, e);
Dcontext.cpp34 void *user_data, cl_int *r_errcode) try { in clCreateContext() argument
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() argument
86 user_data, r_errcode); in clCreateContextFromType()
89 ret_error(r_errcode, e);
Dsampler.cpp31 cl_int *r_errcode) try { in clCreateSampler() argument
37 ret_error(r_errcode, CL_SUCCESS); in clCreateSampler()
41 ret_error(r_errcode, e);
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);
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);
Ddispatch.hpp106 size_t length, cl_int *r_errcode);
Dtransfer.cpp818 cl_event *rd_ev, cl_int *r_errcode) try { in clEnqueueMapBuffer() argument
837 ret_error(r_errcode, CL_SUCCESS); in clEnqueueMapBuffer()
841 ret_error(r_errcode, e);
851 cl_event *rd_ev, cl_int *r_errcode) try { in clEnqueueMapImage() argument
878 ret_error(r_errcode, CL_SUCCESS); in clEnqueueMapImage()
882 ret_error(r_errcode, e);