Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp51 platform(platform), clc_cache(NULL), ldev(ldev) { in device()
59 clc_cache = nir::create_clc_disk_cache(); in device()
71 if (clc_cache) in ~device()
72 disk_cache_destroy(clc_cache); in ~device()
Ddevice.hpp110 disk_cache *clc_cache; member in clover::device
/external/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp377 return nir_load_libclc_shader(dev.address_bits(), dev.clc_cache, in load_libclc_nir()