Searched refs:CL_CONTEXT_NUM_DEVICES (Results 1 – 9 of 9) sorted by relevance
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_write_common.cpp | 433 error = clGetContextInfo(context, CL_CONTEXT_NUM_DEVICES, sizeof(cl_uint), &numDev, NULL); in supportsHalf() 452 error = clGetContextInfo(context, CL_CONTEXT_NUM_DEVICES, sizeof(cl_uint), &numDev, NULL); in supportsMsaa() 471 error = clGetContextInfo(context, CL_CONTEXT_NUM_DEVICES, sizeof(cl_uint), &numDev, NULL); in supportsDepth()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | context.cpp | 124 case CL_CONTEXT_NUM_DEVICES: in clGetContextInfo()
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 175 case CL_CONTEXT_NUM_DEVICES: in FromCLenum() 193 return CL_CONTEXT_NUM_DEVICES; in ToCLenum()
|
/external/mesa3d/include/CL/ |
D | cl.h | 464 #define CL_CONTEXT_NUM_DEVICES 0x1083 macro
|
D | cl2.hpp | 1296 F(cl_context_info, CL_CONTEXT_NUM_DEVICES, cl_uint)\
|
D | cl.hpp | 1453 F(cl_context_info, CL_CONTEXT_NUM_DEVICES, cl_uint)\
|
/external/angle/include/CL/ |
D | cl.h | 466 #define CL_CONTEXT_NUM_DEVICES 0x1083 macro
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 466 #define CL_CONTEXT_NUM_DEVICES 0x1083 macro
|
/external/OpenCL-CTS/test_common/harness/ |
D | kernelHelpers.cpp | 467 cl_int error = clGetContextInfo(context, CL_CONTEXT_NUM_DEVICES, in get_first_device_id()
|