Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/api/
Dmemory.cpp45 throw error(CL_INVALID_VALUE); in validate_flags()
49 throw error(CL_INVALID_VALUE); in validate_flags()
62 throw error(CL_INVALID_VALUE); in validate_flags()
109 throw error(CL_INVALID_VALUE); in clCreateSubBuffer()
118 throw error(CL_INVALID_VALUE); in clCreateSubBuffer()
250 throw error(CL_INVALID_VALUE); in clGetSupportedImageFormats()
312 throw error(CL_INVALID_VALUE); in clGetMemObjectInfo()
357 throw error(CL_INVALID_VALUE); in clGetImageInfo()
393 return CL_INVALID_VALUE; in clSetMemObjectDestructorCallback()
411 return CL_INVALID_VALUE; in clEnqueueFillBuffer()
[all …]
Dprogram.cpp38 throw error(CL_INVALID_VALUE); in validate_build_common()
59 throw error(CL_INVALID_VALUE); in clCreateProgramWithSource()
86 throw error(CL_INVALID_VALUE); in clCreateProgramWithBinary()
97 return { CL_INVALID_VALUE, {} }; in clCreateProgramWithBinary()
116 if (any_of(key_equals(CL_INVALID_VALUE), result)) in clCreateProgramWithBinary()
117 throw error(CL_INVALID_VALUE); in clCreateProgramWithBinary()
145 throw error(CL_INVALID_VALUE); in clCreateProgramWithBuiltInKernels()
214 throw error(CL_INVALID_VALUE); in clCompileProgram()
377 throw error(CL_INVALID_VALUE); in clGetProgramInfo()
415 throw error(CL_INVALID_VALUE); in clGetProgramBuildInfo()
Devent.cpp45 return CL_INVALID_VALUE; in clSetUserEventStatus()
114 throw error(CL_INVALID_VALUE); in clGetEventInfo()
131 throw error(CL_INVALID_VALUE); in clSetEventCallback()
172 throw error(CL_INVALID_VALUE); in clEnqueueMarker()
279 throw error(CL_INVALID_VALUE); in clGetEventProfilingInfo()
Dqueue.cpp40 throw error(CL_INVALID_VALUE); in clCreateCommandQueue()
98 throw error(CL_INVALID_VALUE); in clGetCommandQueueInfo()
Dplatform.cpp38 return CL_INVALID_VALUE; in clGetPlatformIDs()
85 throw error(CL_INVALID_VALUE); in GetPlatformInfo()
Dtransfer.cpp86 throw error(CL_INVALID_VALUE); in validate_object()
90 throw error(CL_INVALID_VALUE); in validate_object()
93 throw error(CL_INVALID_VALUE); in validate_object()
111 throw error(CL_INVALID_VALUE); in validate_object()
114 throw error(CL_INVALID_VALUE); in validate_object()
124 throw error(CL_INVALID_VALUE); in validate_object()
128 throw error(CL_INVALID_VALUE); in validate_object()
189 throw error(CL_INVALID_VALUE); in validate_map_flags()
765 return CL_INVALID_VALUE; in clEnqueueMigrateMemObjects()
Dkernel.cpp34 throw error(CL_INVALID_VALUE); in clCreateKernel()
57 throw error(CL_INVALID_VALUE); in clCreateKernelsInProgram()
138 throw error(CL_INVALID_VALUE); in clGetKernelInfo()
180 throw error(CL_INVALID_VALUE); in clGetKernelWorkGroupInfo()
Dcontext.cpp39 throw error(CL_INVALID_VALUE); in clCreateContext()
137 throw error(CL_INVALID_VALUE); in clGetContextInfo()
Ddevice.cpp39 throw error(CL_INVALID_VALUE); in clGetDeviceIDs()
72 return CL_INVALID_VALUE; in clCreateSubDevices()
422 throw error(CL_INVALID_VALUE); in clGetDeviceInfo()
Dsampler.cpp93 throw error(CL_INVALID_VALUE); in clGetSamplerInfo()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dobject.hpp78 throw error(CL_INVALID_VALUE); in validate_list()
95 throw error(CL_INVALID_VALUE); in validate_list()
112 throw error(CL_INVALID_VALUE); in validate_list()
Dproperty.hpp125 throw error(CL_INVALID_VALUE); in allocate()
Dformat.cpp131 throw error(CL_INVALID_VALUE); in translate_target()
/external/skia/src/compute/common/cl/
Dassert_cl.c63 CL_VAL_TO_STRING(CL_INVALID_VALUE); in cl_get_error_string()
/external/skqp/src/compute/common/cl/
Dassert_cl.c63 CL_VAL_TO_STRING(CL_INVALID_VALUE); in cl_get_error_string()
/external/mesa3d/include/CL/
Dcl.h140 #define CL_INVALID_VALUE -30 macro