[GPU] Add VGT_DRAW_INITIATOR to registers.cc
This commit is contained in:
parent
aa28430786
commit
b12554c5af
|
@ -19,6 +19,7 @@ constexpr Register WAIT_UNTIL::register_index;
|
||||||
constexpr Register SQ_PROGRAM_CNTL::register_index;
|
constexpr Register SQ_PROGRAM_CNTL::register_index;
|
||||||
constexpr Register SQ_CONTEXT_MISC::register_index;
|
constexpr Register SQ_CONTEXT_MISC::register_index;
|
||||||
|
|
||||||
|
constexpr Register VGT_DRAW_INITIATOR::register_index;
|
||||||
constexpr Register VGT_OUTPUT_PATH_CNTL::register_index;
|
constexpr Register VGT_OUTPUT_PATH_CNTL::register_index;
|
||||||
constexpr Register VGT_HOS_CNTL::register_index;
|
constexpr Register VGT_HOS_CNTL::register_index;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue