Home
last modified time | relevance | path

Searched refs:CL_DEVICE_ERROR_CORRECTION_SUPPORT (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
Ddevice.cpp191 case CL_DEVICE_ERROR_CORRECTION_SUPPORT: in clGetDeviceInfo()
/external/mesa3d/include/CL/
Dcl.h210 #define CL_DEVICE_ERROR_CORRECTION_SUPPORT 0x1024 macro
Dcl.hpp821 F(cl_device_info, CL_DEVICE_ERROR_CORRECTION_SUPPORT, cl_bool) \
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.h243 #define CL_DEVICE_ERROR_CORRECTION_SUPPORT 0x1024 macro
Dcl.hpp1274 F(cl_device_info, CL_DEVICE_ERROR_CORRECTION_SUPPORT, cl_bool) \
/external/opencv3/modules/core/src/
Docl.cpp413 #define CL_DEVICE_ERROR_CORRECTION_SUPPORT 0x1024 macro
1979 { return p ? p->getBoolProp(CL_DEVICE_ERROR_CORRECTION_SUPPORT) : false; } in errorCorrectionSupport()