Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.hpp39 struct disk_cache *create_clc_disk_cache(void);
Dinvocation.cpp350 struct disk_cache *clover::nir::create_clc_disk_cache(void) in create_clc_disk_cache() function in clover::nir
357 if (!disk_cache_get_function_identifier((void *)clover::nir::create_clc_disk_cache, &ctx)) in create_clc_disk_cache()
/external/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp59 clc_cache = nir::create_clc_disk_cache(); in device()