Home
last modified time | relevance | path

Searched refs:device_clc_version (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp322 device::device_clc_version() const { in device_clc_version() function in device
323 static const std::string device_clc_version = in device_clc_version() local
325 return device_clc_version; in device_clc_version()
Ddevice.hpp88 std::string device_clc_version() const;
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_opencl_c_versions.cpp231 const Version device_clc_version = get_device_cl_c_version(device); in test_CL_DEVICE_OPENCL_C_VERSION_versions() local
255 if (device_clc_version >= test_clc_version) in test_CL_DEVICE_OPENCL_C_VERSION_versions()
/external/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp212 const std::string &device_clc_version = dev.device_clc_version(); in create_compiler_instance() local
234 get_language_version(opts, device_clc_version)); in create_compiler_instance()
/external/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp368 buf.as_string() = "OpenCL C " + dev.device_clc_version() + " "; in clGetDeviceInfo()