Searched refs:CL_DEVICE_OPENCL_C_VERSION (Results 1 – 17 of 17) sorted by relevance
/external/OpenCL-CTS/test_conformance/ |
D | submission_details_template.txt | 62 …e Device OpenCL C Version: OpenCL 2.0 MyGPU(TM) 1234 (as returned by CL_DEVICE_OPENCL_C_VERSION)
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | device.cpp | 367 case CL_DEVICE_OPENCL_C_VERSION: in clGetDeviceInfo()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_device.cc | 136 GetDeviceInfo<std::string>(id, CL_DEVICE_OPENCL_C_VERSION); in GpuInfoFromDeviceID()
|
/external/OpenCL-CTS/test_conformance/half/ |
D | cl_utils.cpp | 207 error = clGetDeviceInfo(device, CL_DEVICE_OPENCL_C_VERSION, sizeof(string), string, NULL); in InitCL()
|
/external/OpenCL-CTS/test_common/harness/ |
D | kernelHelpers.cpp | 1555 error = clGetDeviceInfo(device, CL_DEVICE_OPENCL_C_VERSION, in printDeviceHeader() 1594 auto error = clGetDeviceInfo(device, CL_DEVICE_OPENCL_C_VERSION, 0, nullptr, in get_device_cl_c_version() 1602 clGetDeviceInfo(device, CL_DEVICE_OPENCL_C_VERSION, in get_device_cl_c_version()
|
/external/OpenCL-CTS/test_conformance/computeinfo/ |
D | extended_versioning.cpp | 258 { CL_DEVICE_OPENCL_C_NUMERIC_VERSION_KHR, CL_DEVICE_OPENCL_C_VERSION, in test_extended_versioning_device_versions()
|
D | main.cpp | 230 CONFIG_INFO(1, 1, CL_DEVICE_OPENCL_C_VERSION, string),
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 350 case CL_DEVICE_OPENCL_C_VERSION: in FromCLenum() 578 return CL_DEVICE_OPENCL_C_VERSION; in ToCLenum()
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | main.cpp | 788 clGetDeviceInfo(gDevice, CL_DEVICE_OPENCL_C_VERSION, sizeof(c), &c, NULL); in InitCL()
|
/external/OpenCL-CTS/test_conformance/contractions/ |
D | contractions.cpp | 902 clGetDeviceInfo( device, CL_DEVICE_OPENCL_C_VERSION, sizeof(c), &c, NULL); in InitCL()
|
/external/mesa3d/include/CL/ |
D | cl.h | 365 #define CL_DEVICE_OPENCL_C_VERSION 0x103D macro
|
D | cl2.hpp | 1305 F(cl_device_info, CL_DEVICE_OPENCL_C_VERSION, string) \
|
D | cl.hpp | 1463 F(cl_device_info, CL_DEVICE_OPENCL_C_VERSION, STRING_CLASS) \
|
/external/OpenCL-CTS/test_conformance/conversions/ |
D | test_conversions.cpp | 708 clGetDeviceInfo(device, CL_DEVICE_OPENCL_C_VERSION, sizeof(c), &c, NULL); in InitCL()
|
/external/angle/include/CL/ |
D | cl.h | 367 #define CL_DEVICE_OPENCL_C_VERSION 0x103D macro
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 367 #define CL_DEVICE_OPENCL_C_VERSION 0x103D macro
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_api_min_max.cpp | 1969 …error = clGetDeviceInfo( deviceID, CL_DEVICE_OPENCL_C_VERSION, sizeof( buffer ), buffer, &length ); in test_min_max_language_version()
|