Home
last modified time | relevance | path

Searched refs:CL_INVALID_DEVICE (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dqueue.cpp36 throw error(CL_INVALID_DEVICE); in clCreateCommandQueue()
137 throw error(CL_INVALID_DEVICE); in clCreateCommandQueueWithProperties()
H A Dprogram.cpp75 throw error(CL_INVALID_DEVICE); in validate_build_common()
143 throw error(CL_INVALID_DEVICE); in clCreateProgramWithBinary()
236 throw error(CL_INVALID_DEVICE); in clCreateProgramWithBuiltInKernels()
565 return CL_INVALID_DEVICE; in clGetProgramBuildInfo()
H A Dkernel.cpp160 throw error(CL_INVALID_DEVICE); in clGetKernelWorkGroupInfo()
193 return CL_INVALID_DEVICE;
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dqueue.cpp51 throw error(CL_INVALID_DEVICE); in command_queue()
77 throw error(CL_INVALID_DEVICE); in command_queue()
H A Derror.hpp106 error(CL_INVALID_DEVICE, what) {} in invalid_object_error()
H A Ddevice.cpp173 throw error(CL_INVALID_DEVICE); in device()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationCL.cpp580 // CL_INVALID_DEVICE if device is not a valid device. in ValidateGetDeviceInfo()
583 return CL_INVALID_DEVICE; in ValidateGetDeviceInfo()
700 // CL_INVALID_DEVICE if any device in devices is not a valid device. in ValidateCreateContext()
705 return CL_INVALID_DEVICE; in ValidateCreateContext()
1064 // CL_INVALID_DEVICE if any device in device_list in ValidateCreateProgramWithBinary()
1068 return CL_INVALID_DEVICE; in ValidateCreateProgramWithBinary()
1114 // CL_INVALID_DEVICE if any device in device_list in ValidateBuildProgram()
1120 return CL_INVALID_DEVICE; in ValidateBuildProgram()
1198 // CL_INVALID_DEVICE if device is not in the list of devices associated with program. in ValidateGetProgramBuildInfo()
1201 return CL_INVALID_DEVICE; in ValidateGetProgramBuildInfo()
[all...]
H A DCLKernel.cpp99 return CL_INVALID_DEVICE; in getWorkGroupInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLContextCL.cpp75 errorCode = CL_INVALID_DEVICE; in getDevices()
/third_party/mesa3d/include/CL/
H A Dcl.h215 #define CL_INVALID_DEVICE -33 macro
/third_party/opencl-headers/CL/
H A Dcl.h224 #define CL_INVALID_DEVICE -33 macro
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl.h217 #define CL_INVALID_DEVICE -33 macro

Completed in 20 milliseconds