radv: enable VK_AMD_shader_ballot on GFX6-7 with both compiler backends

It gives +1-2 FPS with Doom Eternal on Pitcairn.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5659>
This commit is contained in:
Samuel Pitoiset
2020-06-26 09:36:46 +02:00
committed by Marge Bot
parent cff418cc4c
commit 26a48d8d35
6 changed files with 7 additions and 17 deletions

View File

@@ -62,12 +62,11 @@ enum {
RADV_PERFTEST_LOCAL_BOS = 0x1,
RADV_PERFTEST_DCC_MSAA = 0x2,
RADV_PERFTEST_BO_LIST = 0x4,
RADV_PERFTEST_SHADER_BALLOT = 0x8,
RADV_PERFTEST_TC_COMPAT_CMASK = 0x10,
RADV_PERFTEST_CS_WAVE_32 = 0x20,
RADV_PERFTEST_PS_WAVE_32 = 0x40,
RADV_PERFTEST_GE_WAVE_32 = 0x80,
RADV_PERFTEST_DFSM = 0x100,
RADV_PERFTEST_TC_COMPAT_CMASK = 0x8,
RADV_PERFTEST_CS_WAVE_32 = 0x10,
RADV_PERFTEST_PS_WAVE_32 = 0x20,
RADV_PERFTEST_GE_WAVE_32 = 0x40,
RADV_PERFTEST_DFSM = 0x80,
};
bool