Home
last modified time | relevance | path

Searched refs:CL_INVALID_DEVICE (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
Dprogram.cpp70 throw error(CL_INVALID_DEVICE); in clCreateProgramWithBinary()
149 throw error(CL_INVALID_DEVICE); in clBuildProgram()
230 return CL_INVALID_DEVICE; in clGetProgramBuildInfo()
Dqueue.cpp36 throw error(CL_INVALID_DEVICE); in clCreateCommandQueue()
Dcontext.cpp41 throw error(CL_INVALID_DEVICE); in clCreateContext()
Ddevice.cpp69 return CL_INVALID_DEVICE; in clGetDeviceInfo()
Dkernel.cpp159 return CL_INVALID_DEVICE; in clGetKernelWorkGroupInfo()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dqueue.cpp37 throw error(CL_INVALID_DEVICE); in _cl_command_queue()
Ddevice.cpp44 throw error(CL_INVALID_DEVICE); in _cl_device_id()
/external/skia/tools/skpdiff/
Dskpdiff_util.cpp50 case CL_INVALID_DEVICE: return "CL_INVALID_DEVICE"; in cl_error_to_string()
/external/mesa3d/include/CL/
Dcl.h118 #define CL_INVALID_DEVICE -33 macro
Dcl.hpp1009 { return CL_INVALID_DEVICE; } in retain()
1012 { return CL_INVALID_DEVICE; } in release()