[GPU] Add VGT_DRAW_INITIATOR to registers.cc

This commit is contained in:
Triang3l 2020-02-25 08:05:47 +03:00
parent aa28430786
commit b12554c5af
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ constexpr Register WAIT_UNTIL::register_index;
constexpr Register SQ_PROGRAM_CNTL::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_HOS_CNTL::register_index;