radv/gfx10: fix VK_KHR_pipeline_executable_properties with NGG GS
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 18 Sep 2019 14:58:06 +0000 (16:58 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 18 Sep 2019 19:19:28 +0000 (21:19 +0200)
commit99c186fbbe3e2da0f176eadb1db0a8a640786384
tree9937d9fe6523326838dd38d614a9080d7542cbf6
parentfe7aa271a994e88cb3c1f4a6ad26f581ef8098c0
radv/gfx10: fix VK_KHR_pipeline_executable_properties with NGG GS

No GS copy shader if a pipeline enables NGG GS.

This fixes
dEQP-VK.pipeline.executable_properties.graphics.*geometry_stage*.

Fixes: 86864eedd2d ("radv: Implement radv_GetPipelineExecutablePropertiesKHR.")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/vulkan/radv_pipeline.c