OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nir_stats
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_pipeline_cache.c
57
fprintf(stderr, " NIR cache entries: %d\n", cache->
nir_stats
.count);
58
fprintf(stderr, " NIR cache miss count: %d\n", cache->
nir_stats
.miss);
59
fprintf(stderr, " NIR cache hit count: %d\n", cache->
nir_stats
.hit);
89
if (cache->
nir_stats
.count > V3DV_MAX_PIPELINE_CACHE_ENTRIES)
128
cache->
nir_stats
.count++;
179
cache->
nir_stats
.hit++;
189
cache->
nir_stats
.miss++;
211
cache->
nir_stats
.miss = 0;
212
cache->
nir_stats
.hit = 0;
213
cache->
nir_stats
.count = 0
[
all
...]
v3dv_private.h
399
struct v3dv_pipeline_cache_stats
nir_stats
;
member in struct:v3dv_pipeline_cache
Completed in 6 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026