Home
last modified time | relevance | path

Searched refs:CL_DEVICE_OPENCL_C_VERSION (Results 1 – 17 of 17) sorted by relevance

/external/OpenCL-CTS/test_conformance/
Dsubmission_details_template.txt62 …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/
Ddevice.cpp367 case CL_DEVICE_OPENCL_C_VERSION: in clGetDeviceInfo()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_device.cc136 GetDeviceInfo<std::string>(id, CL_DEVICE_OPENCL_C_VERSION); in GpuInfoFromDeviceID()
/external/OpenCL-CTS/test_conformance/half/
Dcl_utils.cpp207 error = clGetDeviceInfo(device, CL_DEVICE_OPENCL_C_VERSION, sizeof(string), string, NULL); in InitCL()
/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.cpp1555 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/
Dextended_versioning.cpp258 { CL_DEVICE_OPENCL_C_NUMERIC_VERSION_KHR, CL_DEVICE_OPENCL_C_VERSION, in test_extended_versioning_device_versions()
Dmain.cpp230 CONFIG_INFO(1, 1, CL_DEVICE_OPENCL_C_VERSION, string),
/external/angle/src/common/
DPackedCLEnums_autogen.cpp350 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/
Dmain.cpp788 clGetDeviceInfo(gDevice, CL_DEVICE_OPENCL_C_VERSION, sizeof(c), &c, NULL); in InitCL()
/external/OpenCL-CTS/test_conformance/contractions/
Dcontractions.cpp902 clGetDeviceInfo( device, CL_DEVICE_OPENCL_C_VERSION, sizeof(c), &c, NULL); in InitCL()
/external/mesa3d/include/CL/
Dcl.h365 #define CL_DEVICE_OPENCL_C_VERSION 0x103D macro
Dcl2.hpp1305 F(cl_device_info, CL_DEVICE_OPENCL_C_VERSION, string) \
Dcl.hpp1463 F(cl_device_info, CL_DEVICE_OPENCL_C_VERSION, STRING_CLASS) \
/external/OpenCL-CTS/test_conformance/conversions/
Dtest_conversions.cpp708 clGetDeviceInfo(device, CL_DEVICE_OPENCL_C_VERSION, sizeof(c), &c, NULL); in InitCL()
/external/angle/include/CL/
Dcl.h367 #define CL_DEVICE_OPENCL_C_VERSION 0x103D macro
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h367 #define CL_DEVICE_OPENCL_C_VERSION 0x103D macro
/external/OpenCL-CTS/test_conformance/api/
Dtest_api_min_max.cpp1969 …error = clGetDeviceInfo( deviceID, CL_DEVICE_OPENCL_C_VERSION, sizeof( buffer ), buffer, &length ); in test_min_max_language_version()