maxwell3d: add small_index_2 register

This commit is contained in:
Liam
2022-04-14 09:57:06 -04:00
parent 8ae43a1be9
commit a24e7ba61b
2 changed files with 11 additions and 1 deletions

View File

@ -1220,7 +1220,12 @@ public:
BitField<16, 16, u32> count;
} small_index;
INSERT_PADDING_WORDS_NOINIT(0x6);
union {
BitField<0, 16, u32> first;
BitField<16, 16, u32> count;
} small_index_2;
INSERT_PADDING_WORDS_NOINIT(0x5);
INSERT_PADDING_WORDS_NOINIT(0x1F);