radv: get topology from pipeline key rather than VkGraphicsPipelineCreateInfo
authorTimothy Arceri <tarceri@itsqueeze.com>
Thu, 24 Oct 2019 02:03:20 +0000 (13:03 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Sat, 26 Oct 2019 02:04:12 +0000 (13:04 +1100)
commit637776629d0bacc769f84b48dabdfd5e57f44817
treec21fd1ea07f727583515de17f8aeda333f57f27d
parent83a346cd58e13eae3ea86542b6a28c3468497910
radv: get topology from pipeline key rather than VkGraphicsPipelineCreateInfo

This is cleaner and avoids having to read/write an additional copy of
topology for use with secure compile.

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