Home
last modified time | relevance | path

Searched refs:CL_DEVICE_MAX_SAMPLERS (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp203 case CL_DEVICE_MAX_SAMPLERS: in clGetDeviceInfo()
/external/angle/src/common/
DPackedCLEnums_autogen.cpp276 case CL_DEVICE_MAX_SAMPLERS: in FromCLenum()
504 return CL_DEVICE_MAX_SAMPLERS; in ToCLenum()
/external/OpenCL-CTS/test_conformance/computeinfo/
Dmain.cpp186 CONFIG_INFO(1, 1, CL_DEVICE_MAX_SAMPLERS, cl_uint),
/external/mesa3d/include/CL/
Dcl.h322 #define CL_DEVICE_MAX_SAMPLERS 0x1018 macro
Dcl2.hpp1203 F(cl_device_info, CL_DEVICE_MAX_SAMPLERS, cl_uint) \
Dcl.hpp1359 F(cl_device_info, CL_DEVICE_MAX_SAMPLERS, cl_uint) \
/external/angle/include/CL/
Dcl.h324 #define CL_DEVICE_MAX_SAMPLERS 0x1018 macro
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h324 #define CL_DEVICE_MAX_SAMPLERS 0x1018 macro
/external/OpenCL-CTS/test_conformance/api/
Dtest_api_min_max.cpp1203 …error = clGetDeviceInfo( deviceID, CL_DEVICE_MAX_SAMPLERS, sizeof( maxSamplers ), &maxSamplers, NU… in test_min_max_samplers()