Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp160 platform(platform), clc_cache(NULL), ldev(ldev) { in device()
188 if (clc_cache) in ~device()
189 disk_cache_destroy(clc_cache); in ~device()
Ddevice.hpp120 disk_cache *clc_cache; member in clover::device