mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Update RGA backend to include gfx1034
This commit is contained in:
@@ -61,6 +61,7 @@ const GCNISA::asic GCNISA::asicInfo[] = {
|
||||
{"RDNA2 (gfx1030)", "1030", FAMILY_NV, NV_NAVI21_P_A0, "gfx1030"},
|
||||
{"RDNA2 (gfx1031)", "1031", FAMILY_NV, NV_NAVI22_P_A0, "gfx1031"},
|
||||
{"RDNA2 (gfx1032)", "1032", FAMILY_NV, NV_NAVI23_P_A0, "gfx1032"},
|
||||
{"RDNA2 (gfx1034)", "1034", FAMILY_NV, NV_NAVI24_P_A0, "gfx1034"},
|
||||
};
|
||||
|
||||
RDCCOMPILE_ASSERT(ARRAY_COUNT(GCNISA::asicInfo) == GCNISA::asicCount, "Mismatched array count");
|
||||
|
||||
@@ -114,6 +114,7 @@ enum {
|
||||
NV_NAVI21_P_A0 = 40,
|
||||
NV_NAVI22_P_A0 = 50,
|
||||
NV_NAVI23_P_A0 = 60,
|
||||
NV_NAVI24_P_A0 = 70
|
||||
};
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user