radv: Add sam option.
So that people without large BAR can try this out. Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9318>
This commit is contained in:

committed by
Marge Bot

parent
8a60bde0cf
commit
3c9452c3ae
@@ -72,6 +72,7 @@ enum {
|
||||
RADV_PERFTEST_GE_WAVE_32 = 1u << 6,
|
||||
RADV_PERFTEST_DFSM = 1u << 7,
|
||||
RADV_PERFTEST_NO_SAM = 1u << 8,
|
||||
RADV_PERFTEST_SAM = 1u << 9,
|
||||
};
|
||||
|
||||
bool
|
||||
|
Reference in New Issue
Block a user