radv: add debug option to turn off in memory cache
authorTimothy Arceri <tarceri@itsqueeze.com>
Fri, 12 Jul 2019 04:45:16 +0000 (14:45 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Sat, 26 Oct 2019 02:04:12 +0000 (13:04 +1100)
commit6571000071dd5e60a277200c8d12179a63be41b0
tree7d89b4f4f3951ee0fd4ad855afe73295b316cb7c
parent637776629d0bacc769f84b48dabdfd5e57f44817
radv: add debug option to turn off in memory cache

This can be usefull for debugging the on disk cache, but is also
useful in the following patch for secure compiles which will be
used to compile huge pipeline collections. These pipeline
collections can be multiple GBs and the in memory cache grows to
multiple GBs very quickly when they are compiled so we want to
be able to turn off the in memory cache.

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/vulkan/radv_debug.h
src/amd/vulkan/radv_device.c
src/amd/vulkan/radv_pipeline_cache.c