Home
last modified time | relevance | path

Searched defs:clc_version (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A Dtest_opencl_c_versions.cpp37 const Version clc_version = get_device_cl_c_version(device); in test_CL_DEVICE_OPENCL_C_VERSION() local
130 for (const auto& clc_version : clc_versions) in test_CL_DEVICE_OPENCL_C_ALL_VERSIONS() local
195 const Version clc_version = get_device_cl_c_version(device); in test_CL_DEVICE_OPENCL_C_VERSION_features() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/
H A Ddevice.hpp122 cl_version clc_version; member in clover::device
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Ddevice.rs37 pub clc_version: CLVersion, field