Home
last modified time | relevance | path

Searched refs:clc_nir (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/core/
Ddevice.hpp109 lazy<std::shared_ptr<nir_shader>> clc_nir; member in clover::device
Ddevice.cpp60clc_nir = lazy<std::shared_ptr<nir_shader>>([&] () { std::string log; return std::shared_ptr<nir_s… in device()
/external/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp385 std::shared_ptr<nir_shader> nir = dev.clc_nir;