radv: Add force_emulate_rt perftest option

Signed-off-by: Joshua Ashton <joshua@froggi.es>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12974>
This commit is contained in:
Joshua Ashton
2021-09-22 10:55:15 +01:00
committed by Marge Bot
parent 26826a7d60
commit 4e58d30d98
6 changed files with 10 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ enum {
RADV_PERFTEST_SAM = 1u << 7,
RADV_PERFTEST_RT = 1u << 8,
RADV_PERFTEST_NGGC = 1u << 9,
RADV_PERFTEST_FORCE_EMULATE_RT = 1u << 10,
};
bool radv_init_trace(struct radv_device *device);