Searched refs:cache_hits (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ | ||
| H A D | anv_pipeline.c | 1034 unsigned cache_hits = 0; local in function:anv_pipeline_compile_graphics 1055 cache_hits++; 1063 if (cache_hits == found) { |
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ | ||
| H A D | anv_pipeline.c | 1526 unsigned cache_hits = 0; local in function:anv_pipeline_compile_graphics 1544 cache_hits++; 1552 if (cache_hits == found) { 2741 uint32_t shaders = 0, cache_hits = 0; local in function:anv_pipeline_load_cached_shaders 2756 cache_hits++; 2774 return cache_hits == shaders; |
Completed in 8 milliseconds