summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_debug.c
diff options
context:
space:
mode:
authorRoland Scheidegger <[email protected]>2017-09-08 02:59:11 +0200
committerRoland Scheidegger <[email protected]>2017-09-09 03:06:10 +0200
commit57a341b0a94d37e2aee5380703d171c422d8550e (patch)
treec23dd782cb5a7c140b47ab62409b7be8e00a8708 /src/amd/vulkan/radv_debug.c
parent772f475351d63067f8fd0251e2fe6a33aedf1f56 (diff)
llvmpipe, draw: improve shader cache debugging
With GALLIVM_DEBUG=perf set, output the relevant stats for shader cache usage whenever we have to evict shader variants. Also add some output when shaders are deleted (but not with the perf setting to keep this one less noisy). While here, also don't delete that many shaders when we have to evict. For fs, there's potentially some cost if we have to evict due to the required flush, however certainly shader recompiles have a high cost too so I don't think evicting one quarter of the cache size makes sense (and, if we're evicting based on IR count, we probably typically evict only very few or just one shader too). For vs, I'm not sure it even makes sense to evict more than one shader at a time, but keep the logic the same for now. Reviewed-by: Jose Fonseca <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_debug.c')
0 files changed, 0 insertions, 0 deletions