Home
last modified time | relevance | path

Searched refs:CL_OUT_OF_RESOURCES (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dresource.cpp156 throw error(CL_OUT_OF_RESOURCES); in root_resource()
204 throw error(CL_OUT_OF_RESOURCES); in mapping()
/external/skia/src/compute/common/cl/
Dassert_cl.c48 CL_VAL_TO_STRING(CL_OUT_OF_RESOURCES); in cl_get_error_string()
/external/skqp/src/compute/common/cl/
Dassert_cl.c48 CL_VAL_TO_STRING(CL_OUT_OF_RESOURCES); in cl_get_error_string()
/external/mesa3d/include/CL/
Dcl.h124 #define CL_OUT_OF_RESOURCES -5 macro