radv: add radv_create_shaders() helper
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Mon, 16 Oct 2017 22:45:06 +0000 (09:45 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Tue, 17 Oct 2017 22:19:35 +0000 (09:19 +1100)
commitd1c9f30d7ff7e96db5feff624bad8c7bc999aa07
tree48dd08ac48efead177981bd25afa9a186b3ea3df
parented9218f1541ff35fb34b5e7dd60a509b5a4144a4
radv: add radv_create_shaders() helper

This is a combined shader creation helper than will help us to
create the shaders for each stage at once. This will allow us to
do some link time optimisations.

Signed-off-by: Timothy Arceri <tarceri@itsqueeze.com>
Acked-by: Dave Airlie <airlied@redhat.com>
src/amd/vulkan/radv_pipeline.c