Home
last modified time | relevance | path

Searched refs:CL_INVALID_VALUE (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
Dmemory.cpp45 throw error(CL_INVALID_VALUE); in clCreateBuffer()
68 throw error(CL_INVALID_VALUE); in clCreateSubBuffer()
76 throw error(CL_INVALID_VALUE); in clCreateSubBuffer()
85 throw error(CL_INVALID_VALUE); in clCreateSubBuffer()
104 throw error(CL_INVALID_VALUE); in clCreateImage2D()
140 throw error(CL_INVALID_VALUE); in clCreateImage3D()
174 throw error(CL_INVALID_VALUE); in clGetSupportedImageFormats()
177 throw error(CL_INVALID_VALUE); in clGetSupportedImageFormats()
233 return CL_INVALID_VALUE; in clGetMemObjectInfo()
268 return CL_INVALID_VALUE; in clGetImageInfo()
[all …]
Dprogram.cpp39 throw error(CL_INVALID_VALUE); in clCreateProgramWithSource()
65 throw error(CL_INVALID_VALUE); in clCreateProgramWithBinary()
76 return { CL_INVALID_VALUE, {} }; in clCreateProgramWithBinary()
95 if (any_of(key_equals<cl_int, module>(CL_INVALID_VALUE), in clCreateProgramWithBinary()
97 throw error(CL_INVALID_VALUE); in clCreateProgramWithBinary()
143 throw error(CL_INVALID_VALUE); in clBuildProgram()
218 return CL_INVALID_VALUE; in clGetProgramInfo()
244 return CL_INVALID_VALUE; in clGetProgramBuildInfo()
Devent.cpp47 return CL_INVALID_VALUE; in clSetUserEventStatus()
63 throw error(CL_INVALID_VALUE); in clWaitForEvents()
113 return CL_INVALID_VALUE; in clGetEventInfo()
126 throw error(CL_INVALID_VALUE); in clSetEventCallback()
169 throw error(CL_INVALID_VALUE); in clEnqueueMarker()
195 throw error(CL_INVALID_VALUE); in clEnqueueWaitForEvents()
Dutil.hpp44 return CL_INVALID_VALUE; in matrix_property()
67 return CL_INVALID_VALUE; in vector_property()
95 return CL_INVALID_VALUE; in string_property()
Dplatform.cpp32 return CL_INVALID_VALUE; in clGetPlatformIDs()
66 return CL_INVALID_VALUE; in clGetPlatformInfo()
Dqueue.cpp40 throw error(CL_INVALID_VALUE); in clCreateCommandQueue()
91 return CL_INVALID_VALUE; in clGetCommandQueueInfo()
Dtransfer.cpp146 throw error(CL_INVALID_VALUE); in clEnqueueReadBuffer()
171 throw error(CL_INVALID_VALUE); in clEnqueueWriteBuffer()
200 throw error(CL_INVALID_VALUE); in clEnqueueReadBufferRect()
231 throw error(CL_INVALID_VALUE); in clEnqueueWriteBufferRect()
311 throw error(CL_INVALID_VALUE); in clEnqueueReadImage()
341 throw error(CL_INVALID_VALUE); in clEnqueueWriteImage()
448 throw error(CL_INVALID_VALUE); in clEnqueueMapBuffer()
Dcontext.cpp38 throw error(CL_INVALID_VALUE); in clCreateContext()
118 return CL_INVALID_VALUE; in clGetContextInfo()
Dkernel.cpp36 throw error(CL_INVALID_VALUE); in clCreateKernel()
67 throw error(CL_INVALID_VALUE); in clCreateKernelsInProgram()
146 return CL_INVALID_VALUE; in clGetKernelInfo()
182 return CL_INVALID_VALUE; in clGetKernelWorkGroupInfo()
Dsampler.cpp88 return CL_INVALID_VALUE; in clGetSamplerInfo()
Ddevice.cpp41 return CL_INVALID_VALUE; in clGetDeviceIDs()
261 return CL_INVALID_VALUE; in clGetDeviceInfo()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dformat.cpp133 throw error(CL_INVALID_VALUE); in translate_target()
/external/mesa3d/include/CL/
Dcl.h115 #define CL_INVALID_VALUE -30 macro