Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline_cache.h235 bool *cache_hit);
285 bool *cache_hit, void *mem_ctx);
Dvk_pipeline_cache.c330 bool *cache_hit) in vk_pipeline_cache_lookup_object() argument
335 if (cache_hit != NULL) in vk_pipeline_cache_lookup_object()
336 *cache_hit = false; in vk_pipeline_cache_lookup_object()
352 if (cache_hit != NULL) in vk_pipeline_cache_lookup_object()
353 *cache_hit = true; in vk_pipeline_cache_lookup_object()
475 bool *cache_hit, void *mem_ctx) in vk_pipeline_cache_lookup_nir() argument
480 cache_hit); in vk_pipeline_cache_lookup_nir()