radv: Add debug option to dump meta shaders.
This new option can help debug shader compiler problems when there are issues with the meta shaders. Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
committed by
Connor Abbott
parent
a4fd8ba7e3
commit
30f0c0ea7d
@@ -55,6 +55,7 @@ enum {
|
||||
RADV_DEBUG_NO_NGG = 0x2000000,
|
||||
RADV_DEBUG_NO_SHADER_BALLOT = 0x4000000,
|
||||
RADV_DEBUG_ALL_ENTRYPOINTS = 0x8000000,
|
||||
RADV_DEBUG_DUMP_META_SHADERS = 0x10000000,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user