Home
last modified time | relevance | path

Searched refs:CL_DEVICE_NOT_FOUND (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/compute/common/cl/
Dfind_cl.c104 if (cl_err != CL_DEVICE_NOT_FOUND) in clFindIdsByName()
201 return CL_DEVICE_NOT_FOUND; in clFindIdsByName()
Dassert_cl.c44 CL_VAL_TO_STRING(CL_DEVICE_NOT_FOUND); in cl_get_error_string()
/external/skqp/src/compute/common/cl/
Dfind_cl.c104 if (cl_err != CL_DEVICE_NOT_FOUND) in clFindIdsByName()
201 return CL_DEVICE_NOT_FOUND; in clFindIdsByName()
Dassert_cl.c44 CL_VAL_TO_STRING(CL_DEVICE_NOT_FOUND); in cl_get_error_string()
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dcontext.cpp79 throw error(CL_DEVICE_NOT_FOUND); in clCreateContextFromType()
83 throw error(CL_DEVICE_NOT_FOUND); in clCreateContextFromType()
Ddevice.cpp50 throw error(CL_DEVICE_NOT_FOUND); in clGetDeviceIDs()
/external/mesa3d/include/CL/
Dcl.h120 #define CL_DEVICE_NOT_FOUND -1 macro