Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp140 platform(platform), clc_cache(NULL), ldev(ldev) { in device()
165 clc_cache = nir::create_clc_disk_cache(); in device()
177 if (clc_cache) in ~device()
178 disk_cache_destroy(clc_cache); in ~device()
Ddevice.hpp120 disk_cache *clc_cache; member in clover::device
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp424 return nir_load_libclc_shader(dev.address_bits(), dev.clc_cache, in load_libclc_nir()