radv/aco: enable VK_KHR_shader_subgroup_extended_types
authorRhys Perry <pendingchaos02@gmail.com>
Thu, 14 Nov 2019 17:57:02 +0000 (17:57 +0000)
committerRhys Perry <pendingchaos02@gmail.com>
Tue, 19 Nov 2019 18:58:04 +0000 (18:58 +0000)
commit7eb7969213ca0a166e2869a55e0e991389087dad
treefd73ecd32f34002ea9417c86c10ceee330db511c
parent56c06c79fcf32fdec67d6bc6141b6fa76a773c16
radv/aco: enable VK_KHR_shader_subgroup_extended_types

We could enable it on GFX10 if LLVM wasn't used as a fallback for
unsupported stages. Note that the CTS only tests it if
VK_KHR_shader_float16_int8 is enabled, even though it's not a
requirement.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
src/amd/vulkan/radv_extensions.py