radv: make sure gs copy shader is retrieved from the cache with the variant
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 15 Mar 2017 02:07:40 +0000 (13:07 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Fri, 17 Mar 2017 05:17:10 +0000 (16:17 +1100)
commit72ab7bb76552c27266bc8615b692969bb6277644
treed1762bb76de680009fd3601f8a04626bfae8384a
parent2845a108a9a8bd4b0e6e9b590c976452fb99eb10
radv: make sure gs copy shader is retrieved from the cache with the variant

Apps can limit the size of the cache via VkAllocationCallbacks so we
can't be sure that both are always in the cache.

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/vulkan/radv_pipeline.c