Home
last modified time | relevance | path

Searched refs:cache_hits (Results 1 - 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/misc/
H A Ddiskcache.c71 uint64_t cache_hits; member
200 lds->cache_hits++; in lws_diskcache_query()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c1386 unsigned cache_hits = 0; in anv_graphics_pipeline_load_cached_shaders() local
1404 cache_hits++; in anv_graphics_pipeline_load_cached_shaders()
1412 if (cache_hits == found) { in anv_graphics_pipeline_load_cached_shaders()
2445 uint32_t shaders = 0, cache_hits = 0; in anv_pipeline_load_cached_shaders() local
2460 cache_hits++; in anv_pipeline_load_cached_shaders()
2478 return cache_hits == shaders; in anv_pipeline_load_cached_shaders()

Completed in 6 milliseconds