11bb76ff1Sjsg /* 21bb76ff1Sjsg * Copyright 2021 Advanced Micro Devices, Inc. 31bb76ff1Sjsg * 41bb76ff1Sjsg * Permission is hereby granted, free of charge, to any person obtaining a 51bb76ff1Sjsg * copy of this software and associated documentation files (the "Software"), 61bb76ff1Sjsg * to deal in the Software without restriction, including without limitation 71bb76ff1Sjsg * the rights to use, copy, modify, merge, publish, distribute, sublicense, 81bb76ff1Sjsg * and/or sell copies of the Software, and to permit persons to whom the 91bb76ff1Sjsg * Software is furnished to do so, subject to the following conditions: 101bb76ff1Sjsg * 111bb76ff1Sjsg * The above copyright notice and this permission notice shall be included in 121bb76ff1Sjsg * all copies or substantial portions of the Software. 131bb76ff1Sjsg * 141bb76ff1Sjsg * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 151bb76ff1Sjsg * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 161bb76ff1Sjsg * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 171bb76ff1Sjsg * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 181bb76ff1Sjsg * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 191bb76ff1Sjsg * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 201bb76ff1Sjsg * OTHER DEALINGS IN THE SOFTWARE. 211bb76ff1Sjsg * 221bb76ff1Sjsg */ 231bb76ff1Sjsg 241bb76ff1Sjsg #ifndef V11_STRUCTS_H_ 251bb76ff1Sjsg #define V11_STRUCTS_H_ 261bb76ff1Sjsg 271bb76ff1Sjsg struct v11_gfx_mqd { 28*f005ef32Sjsg uint32_t shadow_base_lo; // offset: 0 (0x0) 29*f005ef32Sjsg uint32_t shadow_base_hi; // offset: 1 (0x1) 30*f005ef32Sjsg uint32_t gds_bkup_base_lo; // offset: 2 (0x2) 31*f005ef32Sjsg uint32_t gds_bkup_base_hi; // offset: 3 (0x3) 32*f005ef32Sjsg uint32_t fw_work_area_base_lo; // offset: 4 (0x4) 33*f005ef32Sjsg uint32_t fw_work_area_base_hi; // offset: 5 (0x5) 34*f005ef32Sjsg uint32_t shadow_initialized; // offset: 6 (0x6) 35*f005ef32Sjsg uint32_t ib_vmid; // offset: 7 (0x7) 361bb76ff1Sjsg uint32_t reserved_8; // offset: 8 (0x8) 371bb76ff1Sjsg uint32_t reserved_9; // offset: 9 (0x9) 381bb76ff1Sjsg uint32_t reserved_10; // offset: 10 (0xA) 391bb76ff1Sjsg uint32_t reserved_11; // offset: 11 (0xB) 401bb76ff1Sjsg uint32_t reserved_12; // offset: 12 (0xC) 411bb76ff1Sjsg uint32_t reserved_13; // offset: 13 (0xD) 421bb76ff1Sjsg uint32_t reserved_14; // offset: 14 (0xE) 431bb76ff1Sjsg uint32_t reserved_15; // offset: 15 (0xF) 441bb76ff1Sjsg uint32_t reserved_16; // offset: 16 (0x10) 451bb76ff1Sjsg uint32_t reserved_17; // offset: 17 (0x11) 461bb76ff1Sjsg uint32_t reserved_18; // offset: 18 (0x12) 471bb76ff1Sjsg uint32_t reserved_19; // offset: 19 (0x13) 481bb76ff1Sjsg uint32_t reserved_20; // offset: 20 (0x14) 491bb76ff1Sjsg uint32_t reserved_21; // offset: 21 (0x15) 501bb76ff1Sjsg uint32_t reserved_22; // offset: 22 (0x16) 511bb76ff1Sjsg uint32_t reserved_23; // offset: 23 (0x17) 521bb76ff1Sjsg uint32_t reserved_24; // offset: 24 (0x18) 531bb76ff1Sjsg uint32_t reserved_25; // offset: 25 (0x19) 541bb76ff1Sjsg uint32_t reserved_26; // offset: 26 (0x1A) 551bb76ff1Sjsg uint32_t reserved_27; // offset: 27 (0x1B) 561bb76ff1Sjsg uint32_t reserved_28; // offset: 28 (0x1C) 571bb76ff1Sjsg uint32_t reserved_29; // offset: 29 (0x1D) 581bb76ff1Sjsg uint32_t reserved_30; // offset: 30 (0x1E) 591bb76ff1Sjsg uint32_t reserved_31; // offset: 31 (0x1F) 601bb76ff1Sjsg uint32_t reserved_32; // offset: 32 (0x20) 611bb76ff1Sjsg uint32_t reserved_33; // offset: 33 (0x21) 621bb76ff1Sjsg uint32_t reserved_34; // offset: 34 (0x22) 631bb76ff1Sjsg uint32_t reserved_35; // offset: 35 (0x23) 641bb76ff1Sjsg uint32_t reserved_36; // offset: 36 (0x24) 651bb76ff1Sjsg uint32_t reserved_37; // offset: 37 (0x25) 661bb76ff1Sjsg uint32_t reserved_38; // offset: 38 (0x26) 671bb76ff1Sjsg uint32_t reserved_39; // offset: 39 (0x27) 681bb76ff1Sjsg uint32_t reserved_40; // offset: 40 (0x28) 691bb76ff1Sjsg uint32_t reserved_41; // offset: 41 (0x29) 701bb76ff1Sjsg uint32_t reserved_42; // offset: 42 (0x2A) 711bb76ff1Sjsg uint32_t reserved_43; // offset: 43 (0x2B) 721bb76ff1Sjsg uint32_t reserved_44; // offset: 44 (0x2C) 731bb76ff1Sjsg uint32_t reserved_45; // offset: 45 (0x2D) 741bb76ff1Sjsg uint32_t reserved_46; // offset: 46 (0x2E) 751bb76ff1Sjsg uint32_t reserved_47; // offset: 47 (0x2F) 761bb76ff1Sjsg uint32_t reserved_48; // offset: 48 (0x30) 771bb76ff1Sjsg uint32_t reserved_49; // offset: 49 (0x31) 781bb76ff1Sjsg uint32_t reserved_50; // offset: 50 (0x32) 791bb76ff1Sjsg uint32_t reserved_51; // offset: 51 (0x33) 801bb76ff1Sjsg uint32_t reserved_52; // offset: 52 (0x34) 811bb76ff1Sjsg uint32_t reserved_53; // offset: 53 (0x35) 821bb76ff1Sjsg uint32_t reserved_54; // offset: 54 (0x36) 831bb76ff1Sjsg uint32_t reserved_55; // offset: 55 (0x37) 841bb76ff1Sjsg uint32_t reserved_56; // offset: 56 (0x38) 851bb76ff1Sjsg uint32_t reserved_57; // offset: 57 (0x39) 861bb76ff1Sjsg uint32_t reserved_58; // offset: 58 (0x3A) 871bb76ff1Sjsg uint32_t reserved_59; // offset: 59 (0x3B) 881bb76ff1Sjsg uint32_t reserved_60; // offset: 60 (0x3C) 891bb76ff1Sjsg uint32_t reserved_61; // offset: 61 (0x3D) 901bb76ff1Sjsg uint32_t reserved_62; // offset: 62 (0x3E) 911bb76ff1Sjsg uint32_t reserved_63; // offset: 63 (0x3F) 921bb76ff1Sjsg uint32_t reserved_64; // offset: 64 (0x40) 931bb76ff1Sjsg uint32_t reserved_65; // offset: 65 (0x41) 941bb76ff1Sjsg uint32_t reserved_66; // offset: 66 (0x42) 951bb76ff1Sjsg uint32_t reserved_67; // offset: 67 (0x43) 961bb76ff1Sjsg uint32_t reserved_68; // offset: 68 (0x44) 971bb76ff1Sjsg uint32_t reserved_69; // offset: 69 (0x45) 981bb76ff1Sjsg uint32_t reserved_70; // offset: 70 (0x46) 991bb76ff1Sjsg uint32_t reserved_71; // offset: 71 (0x47) 1001bb76ff1Sjsg uint32_t reserved_72; // offset: 72 (0x48) 1011bb76ff1Sjsg uint32_t reserved_73; // offset: 73 (0x49) 1021bb76ff1Sjsg uint32_t reserved_74; // offset: 74 (0x4A) 1031bb76ff1Sjsg uint32_t reserved_75; // offset: 75 (0x4B) 1041bb76ff1Sjsg uint32_t reserved_76; // offset: 76 (0x4C) 1051bb76ff1Sjsg uint32_t reserved_77; // offset: 77 (0x4D) 1061bb76ff1Sjsg uint32_t reserved_78; // offset: 78 (0x4E) 1071bb76ff1Sjsg uint32_t reserved_79; // offset: 79 (0x4F) 1081bb76ff1Sjsg uint32_t reserved_80; // offset: 80 (0x50) 1091bb76ff1Sjsg uint32_t reserved_81; // offset: 81 (0x51) 1101bb76ff1Sjsg uint32_t reserved_82; // offset: 82 (0x52) 1111bb76ff1Sjsg uint32_t reserved_83; // offset: 83 (0x53) 1121bb76ff1Sjsg uint32_t checksum_lo; // offset: 84 (0x54) 1131bb76ff1Sjsg uint32_t checksum_hi; // offset: 85 (0x55) 1141bb76ff1Sjsg uint32_t cp_mqd_query_time_lo; // offset: 86 (0x56) 1151bb76ff1Sjsg uint32_t cp_mqd_query_time_hi; // offset: 87 (0x57) 1161bb76ff1Sjsg uint32_t reserved_88; // offset: 88 (0x58) 1171bb76ff1Sjsg uint32_t reserved_89; // offset: 89 (0x59) 1181bb76ff1Sjsg uint32_t reserved_90; // offset: 90 (0x5A) 1191bb76ff1Sjsg uint32_t reserved_91; // offset: 91 (0x5B) 1201bb76ff1Sjsg uint32_t cp_mqd_query_wave_count; // offset: 92 (0x5C) 1211bb76ff1Sjsg uint32_t cp_mqd_query_gfx_hqd_rptr; // offset: 93 (0x5D) 1221bb76ff1Sjsg uint32_t cp_mqd_query_gfx_hqd_wptr; // offset: 94 (0x5E) 1231bb76ff1Sjsg uint32_t cp_mqd_query_gfx_hqd_offset; // offset: 95 (0x5F) 1241bb76ff1Sjsg uint32_t reserved_96; // offset: 96 (0x60) 1251bb76ff1Sjsg uint32_t reserved_97; // offset: 97 (0x61) 1261bb76ff1Sjsg uint32_t reserved_98; // offset: 98 (0x62) 1271bb76ff1Sjsg uint32_t reserved_99; // offset: 99 (0x63) 1281bb76ff1Sjsg uint32_t reserved_100; // offset: 100 (0x64) 1291bb76ff1Sjsg uint32_t reserved_101; // offset: 101 (0x65) 1301bb76ff1Sjsg uint32_t reserved_102; // offset: 102 (0x66) 1311bb76ff1Sjsg uint32_t reserved_103; // offset: 103 (0x67) 1321bb76ff1Sjsg uint32_t control_buf_addr_lo; // offset: 104 (0x68) 1331bb76ff1Sjsg uint32_t control_buf_addr_hi; // offset: 105 (0x69) 1341bb76ff1Sjsg uint32_t disable_queue; // offset: 106 (0x6A) 1351bb76ff1Sjsg uint32_t reserved_107; // offset: 107 (0x6B) 1361bb76ff1Sjsg uint32_t reserved_108; // offset: 108 (0x6C) 1371bb76ff1Sjsg uint32_t reserved_109; // offset: 109 (0x6D) 1381bb76ff1Sjsg uint32_t reserved_110; // offset: 110 (0x6E) 1391bb76ff1Sjsg uint32_t reserved_111; // offset: 111 (0x6F) 1401bb76ff1Sjsg uint32_t reserved_112; // offset: 112 (0x70) 1411bb76ff1Sjsg uint32_t reserved_113; // offset: 113 (0x71) 1421bb76ff1Sjsg uint32_t reserved_114; // offset: 114 (0x72) 1431bb76ff1Sjsg uint32_t reserved_115; // offset: 115 (0x73) 1441bb76ff1Sjsg uint32_t reserved_116; // offset: 116 (0x74) 1451bb76ff1Sjsg uint32_t reserved_117; // offset: 117 (0x75) 1461bb76ff1Sjsg uint32_t reserved_118; // offset: 118 (0x76) 1471bb76ff1Sjsg uint32_t reserved_119; // offset: 119 (0x77) 1481bb76ff1Sjsg uint32_t reserved_120; // offset: 120 (0x78) 1491bb76ff1Sjsg uint32_t reserved_121; // offset: 121 (0x79) 1501bb76ff1Sjsg uint32_t reserved_122; // offset: 122 (0x7A) 1511bb76ff1Sjsg uint32_t reserved_123; // offset: 123 (0x7B) 1521bb76ff1Sjsg uint32_t reserved_124; // offset: 124 (0x7C) 1531bb76ff1Sjsg uint32_t reserved_125; // offset: 125 (0x7D) 1541bb76ff1Sjsg uint32_t reserved_126; // offset: 126 (0x7E) 1551bb76ff1Sjsg uint32_t reserved_127; // offset: 127 (0x7F) 1561bb76ff1Sjsg uint32_t cp_mqd_base_addr; // offset: 128 (0x80) 1571bb76ff1Sjsg uint32_t cp_mqd_base_addr_hi; // offset: 129 (0x81) 1581bb76ff1Sjsg uint32_t cp_gfx_hqd_active; // offset: 130 (0x82) 1591bb76ff1Sjsg uint32_t cp_gfx_hqd_vmid; // offset: 131 (0x83) 1601bb76ff1Sjsg uint32_t reserved_131; // offset: 132 (0x84) 1611bb76ff1Sjsg uint32_t reserved_132; // offset: 133 (0x85) 1621bb76ff1Sjsg uint32_t cp_gfx_hqd_queue_priority; // offset: 134 (0x86) 1631bb76ff1Sjsg uint32_t cp_gfx_hqd_quantum; // offset: 135 (0x87) 1641bb76ff1Sjsg uint32_t cp_gfx_hqd_base; // offset: 136 (0x88) 1651bb76ff1Sjsg uint32_t cp_gfx_hqd_base_hi; // offset: 137 (0x89) 1661bb76ff1Sjsg uint32_t cp_gfx_hqd_rptr; // offset: 138 (0x8A) 1671bb76ff1Sjsg uint32_t cp_gfx_hqd_rptr_addr; // offset: 139 (0x8B) 1681bb76ff1Sjsg uint32_t cp_gfx_hqd_rptr_addr_hi; // offset: 140 (0x8C) 1691bb76ff1Sjsg uint32_t cp_rb_wptr_poll_addr_lo; // offset: 141 (0x8D) 1701bb76ff1Sjsg uint32_t cp_rb_wptr_poll_addr_hi; // offset: 142 (0x8E) 1711bb76ff1Sjsg uint32_t cp_rb_doorbell_control; // offset: 143 (0x8F) 1721bb76ff1Sjsg uint32_t cp_gfx_hqd_offset; // offset: 144 (0x90) 1731bb76ff1Sjsg uint32_t cp_gfx_hqd_cntl; // offset: 145 (0x91) 1741bb76ff1Sjsg uint32_t reserved_146; // offset: 146 (0x92) 1751bb76ff1Sjsg uint32_t reserved_147; // offset: 147 (0x93) 1761bb76ff1Sjsg uint32_t cp_gfx_hqd_csmd_rptr; // offset: 148 (0x94) 1771bb76ff1Sjsg uint32_t cp_gfx_hqd_wptr; // offset: 149 (0x95) 1781bb76ff1Sjsg uint32_t cp_gfx_hqd_wptr_hi; // offset: 150 (0x96) 1791bb76ff1Sjsg uint32_t reserved_151; // offset: 151 (0x97) 1801bb76ff1Sjsg uint32_t reserved_152; // offset: 152 (0x98) 1811bb76ff1Sjsg uint32_t reserved_153; // offset: 153 (0x99) 1821bb76ff1Sjsg uint32_t reserved_154; // offset: 154 (0x9A) 1831bb76ff1Sjsg uint32_t reserved_155; // offset: 155 (0x9B) 1841bb76ff1Sjsg uint32_t cp_gfx_hqd_mapped; // offset: 156 (0x9C) 1851bb76ff1Sjsg uint32_t cp_gfx_hqd_que_mgr_control; // offset: 157 (0x9D) 1861bb76ff1Sjsg uint32_t reserved_158; // offset: 158 (0x9E) 1871bb76ff1Sjsg uint32_t reserved_159; // offset: 159 (0x9F) 1881bb76ff1Sjsg uint32_t cp_gfx_hqd_hq_status0; // offset: 160 (0xA0) 1891bb76ff1Sjsg uint32_t cp_gfx_hqd_hq_control0; // offset: 161 (0xA1) 1901bb76ff1Sjsg uint32_t cp_gfx_mqd_control; // offset: 162 (0xA2) 1911bb76ff1Sjsg uint32_t reserved_163; // offset: 163 (0xA3) 1921bb76ff1Sjsg uint32_t reserved_164; // offset: 164 (0xA4) 1931bb76ff1Sjsg uint32_t reserved_165; // offset: 165 (0xA5) 1941bb76ff1Sjsg uint32_t reserved_166; // offset: 166 (0xA6) 1951bb76ff1Sjsg uint32_t reserved_167; // offset: 167 (0xA7) 1961bb76ff1Sjsg uint32_t reserved_168; // offset: 168 (0xA8) 1971bb76ff1Sjsg uint32_t reserved_169; // offset: 169 (0xA9) 1981bb76ff1Sjsg uint32_t cp_num_prim_needed_count0_lo; // offset: 170 (0xAA) 1991bb76ff1Sjsg uint32_t cp_num_prim_needed_count0_hi; // offset: 171 (0xAB) 2001bb76ff1Sjsg uint32_t cp_num_prim_needed_count1_lo; // offset: 172 (0xAC) 2011bb76ff1Sjsg uint32_t cp_num_prim_needed_count1_hi; // offset: 173 (0xAD) 2021bb76ff1Sjsg uint32_t cp_num_prim_needed_count2_lo; // offset: 174 (0xAE) 2031bb76ff1Sjsg uint32_t cp_num_prim_needed_count2_hi; // offset: 175 (0xAF) 2041bb76ff1Sjsg uint32_t cp_num_prim_needed_count3_lo; // offset: 176 (0xB0) 2051bb76ff1Sjsg uint32_t cp_num_prim_needed_count3_hi; // offset: 177 (0xB1) 2061bb76ff1Sjsg uint32_t cp_num_prim_written_count0_lo; // offset: 178 (0xB2) 2071bb76ff1Sjsg uint32_t cp_num_prim_written_count0_hi; // offset: 179 (0xB3) 2081bb76ff1Sjsg uint32_t cp_num_prim_written_count1_lo; // offset: 180 (0xB4) 2091bb76ff1Sjsg uint32_t cp_num_prim_written_count1_hi; // offset: 181 (0xB5) 2101bb76ff1Sjsg uint32_t cp_num_prim_written_count2_lo; // offset: 182 (0xB6) 2111bb76ff1Sjsg uint32_t cp_num_prim_written_count2_hi; // offset: 183 (0xB7) 2121bb76ff1Sjsg uint32_t cp_num_prim_written_count3_lo; // offset: 184 (0xB8) 2131bb76ff1Sjsg uint32_t cp_num_prim_written_count3_hi; // offset: 185 (0xB9) 2141bb76ff1Sjsg uint32_t reserved_186; // offset: 186 (0xBA) 2151bb76ff1Sjsg uint32_t reserved_187; // offset: 187 (0xBB) 2161bb76ff1Sjsg uint32_t reserved_188; // offset: 188 (0xBC) 2171bb76ff1Sjsg uint32_t reserved_189; // offset: 189 (0xBD) 2181bb76ff1Sjsg uint32_t mp1_smn_fps_cnt; // offset: 190 (0xBE) 2191bb76ff1Sjsg uint32_t sq_thread_trace_buf0_base; // offset: 191 (0xBF) 2201bb76ff1Sjsg uint32_t sq_thread_trace_buf0_size; // offset: 192 (0xC0) 2211bb76ff1Sjsg uint32_t sq_thread_trace_buf1_base; // offset: 193 (0xC1) 2221bb76ff1Sjsg uint32_t sq_thread_trace_buf1_size; // offset: 194 (0xC2) 2231bb76ff1Sjsg uint32_t sq_thread_trace_wptr; // offset: 195 (0xC3) 2241bb76ff1Sjsg uint32_t sq_thread_trace_mask; // offset: 196 (0xC4) 2251bb76ff1Sjsg uint32_t sq_thread_trace_token_mask; // offset: 197 (0xC5) 2261bb76ff1Sjsg uint32_t sq_thread_trace_ctrl; // offset: 198 (0xC6) 2271bb76ff1Sjsg uint32_t sq_thread_trace_status; // offset: 199 (0xC7) 2281bb76ff1Sjsg uint32_t sq_thread_trace_dropped_cntr; // offset: 200 (0xC8) 2291bb76ff1Sjsg uint32_t sq_thread_trace_finish_done_debug; // offset: 201 (0xC9) 2301bb76ff1Sjsg uint32_t sq_thread_trace_gfx_draw_cntr; // offset: 202 (0xCA) 2311bb76ff1Sjsg uint32_t sq_thread_trace_gfx_marker_cntr; // offset: 203 (0xCB) 2321bb76ff1Sjsg uint32_t sq_thread_trace_hp3d_draw_cntr; // offset: 204 (0xCC) 2331bb76ff1Sjsg uint32_t sq_thread_trace_hp3d_marker_cntr; // offset: 205 (0xCD) 2341bb76ff1Sjsg uint32_t reserved_206; // offset: 206 (0xCE) 2351bb76ff1Sjsg uint32_t reserved_207; // offset: 207 (0xCF) 2361bb76ff1Sjsg uint32_t cp_sc_psinvoc_count0_lo; // offset: 208 (0xD0) 2371bb76ff1Sjsg uint32_t cp_sc_psinvoc_count0_hi; // offset: 209 (0xD1) 2381bb76ff1Sjsg uint32_t cp_pa_cprim_count_lo; // offset: 210 (0xD2) 2391bb76ff1Sjsg uint32_t cp_pa_cprim_count_hi; // offset: 211 (0xD3) 2401bb76ff1Sjsg uint32_t cp_pa_cinvoc_count_lo; // offset: 212 (0xD4) 2411bb76ff1Sjsg uint32_t cp_pa_cinvoc_count_hi; // offset: 213 (0xD5) 2421bb76ff1Sjsg uint32_t cp_vgt_vsinvoc_count_lo; // offset: 214 (0xD6) 2431bb76ff1Sjsg uint32_t cp_vgt_vsinvoc_count_hi; // offset: 215 (0xD7) 2441bb76ff1Sjsg uint32_t cp_vgt_gsinvoc_count_lo; // offset: 216 (0xD8) 2451bb76ff1Sjsg uint32_t cp_vgt_gsinvoc_count_hi; // offset: 217 (0xD9) 2461bb76ff1Sjsg uint32_t cp_vgt_gsprim_count_lo; // offset: 218 (0xDA) 2471bb76ff1Sjsg uint32_t cp_vgt_gsprim_count_hi; // offset: 219 (0xDB) 2481bb76ff1Sjsg uint32_t cp_vgt_iaprim_count_lo; // offset: 220 (0xDC) 2491bb76ff1Sjsg uint32_t cp_vgt_iaprim_count_hi; // offset: 221 (0xDD) 2501bb76ff1Sjsg uint32_t cp_vgt_iavert_count_lo; // offset: 222 (0xDE) 2511bb76ff1Sjsg uint32_t cp_vgt_iavert_count_hi; // offset: 223 (0xDF) 2521bb76ff1Sjsg uint32_t cp_vgt_hsinvoc_count_lo; // offset: 224 (0xE0) 2531bb76ff1Sjsg uint32_t cp_vgt_hsinvoc_count_hi; // offset: 225 (0xE1) 2541bb76ff1Sjsg uint32_t cp_vgt_dsinvoc_count_lo; // offset: 226 (0xE2) 2551bb76ff1Sjsg uint32_t cp_vgt_dsinvoc_count_hi; // offset: 227 (0xE3) 2561bb76ff1Sjsg uint32_t cp_vgt_csinvoc_count_lo; // offset: 228 (0xE4) 2571bb76ff1Sjsg uint32_t cp_vgt_csinvoc_count_hi; // offset: 229 (0xE5) 2581bb76ff1Sjsg uint32_t reserved_230; // offset: 230 (0xE6) 2591bb76ff1Sjsg uint32_t reserved_231; // offset: 231 (0xE7) 2601bb76ff1Sjsg uint32_t reserved_232; // offset: 232 (0xE8) 2611bb76ff1Sjsg uint32_t reserved_233; // offset: 233 (0xE9) 2621bb76ff1Sjsg uint32_t reserved_234; // offset: 234 (0xEA) 2631bb76ff1Sjsg uint32_t reserved_235; // offset: 235 (0xEB) 2641bb76ff1Sjsg uint32_t reserved_236; // offset: 236 (0xEC) 2651bb76ff1Sjsg uint32_t reserved_237; // offset: 237 (0xED) 2661bb76ff1Sjsg uint32_t reserved_238; // offset: 238 (0xEE) 2671bb76ff1Sjsg uint32_t reserved_239; // offset: 239 (0xEF) 2681bb76ff1Sjsg uint32_t reserved_240; // offset: 240 (0xF0) 2691bb76ff1Sjsg uint32_t reserved_241; // offset: 241 (0xF1) 2701bb76ff1Sjsg uint32_t reserved_242; // offset: 242 (0xF2) 2711bb76ff1Sjsg uint32_t reserved_243; // offset: 243 (0xF3) 2721bb76ff1Sjsg uint32_t reserved_244; // offset: 244 (0xF4) 2731bb76ff1Sjsg uint32_t reserved_245; // offset: 245 (0xF5) 2741bb76ff1Sjsg uint32_t reserved_246; // offset: 246 (0xF6) 2751bb76ff1Sjsg uint32_t reserved_247; // offset: 247 (0xF7) 2761bb76ff1Sjsg uint32_t reserved_248; // offset: 248 (0xF8) 2771bb76ff1Sjsg uint32_t reserved_249; // offset: 249 (0xF9) 2781bb76ff1Sjsg uint32_t reserved_250; // offset: 250 (0xFA) 2791bb76ff1Sjsg uint32_t reserved_251; // offset: 251 (0xFB) 2801bb76ff1Sjsg uint32_t reserved_252; // offset: 252 (0xFC) 2811bb76ff1Sjsg uint32_t reserved_253; // offset: 253 (0xFD) 2821bb76ff1Sjsg uint32_t reserved_254; // offset: 254 (0xFE) 2831bb76ff1Sjsg uint32_t reserved_255; // offset: 255 (0xFF) 2841bb76ff1Sjsg uint32_t reserved_256; // offset: 256 (0x100) 2851bb76ff1Sjsg uint32_t reserved_257; // offset: 257 (0x101) 2861bb76ff1Sjsg uint32_t reserved_258; // offset: 258 (0x102) 2871bb76ff1Sjsg uint32_t reserved_259; // offset: 259 (0x103) 2881bb76ff1Sjsg uint32_t reserved_260; // offset: 260 (0x104) 2891bb76ff1Sjsg uint32_t reserved_261; // offset: 261 (0x105) 2901bb76ff1Sjsg uint32_t reserved_262; // offset: 262 (0x106) 2911bb76ff1Sjsg uint32_t reserved_263; // offset: 263 (0x107) 2921bb76ff1Sjsg uint32_t reserved_264; // offset: 264 (0x108) 2931bb76ff1Sjsg uint32_t reserved_265; // offset: 265 (0x109) 2941bb76ff1Sjsg uint32_t reserved_266; // offset: 266 (0x10A) 2951bb76ff1Sjsg uint32_t reserved_267; // offset: 267 (0x10B) 2961bb76ff1Sjsg uint32_t vgt_strmout_buffer_filled_size_0; // offset: 268 (0x10C) 2971bb76ff1Sjsg uint32_t vgt_strmout_buffer_filled_size_1; // offset: 269 (0x10D) 2981bb76ff1Sjsg uint32_t vgt_strmout_buffer_filled_size_2; // offset: 270 (0x10E) 2991bb76ff1Sjsg uint32_t vgt_strmout_buffer_filled_size_3; // offset: 271 (0x10F) 3001bb76ff1Sjsg uint32_t reserved_272; // offset: 272 (0x110) 3011bb76ff1Sjsg uint32_t reserved_273; // offset: 273 (0x111) 3021bb76ff1Sjsg uint32_t reserved_274; // offset: 274 (0x112) 3031bb76ff1Sjsg uint32_t reserved_275; // offset: 275 (0x113) 3041bb76ff1Sjsg uint32_t vgt_dma_max_size; // offset: 276 (0x114) 3051bb76ff1Sjsg uint32_t vgt_dma_num_instances; // offset: 277 (0x115) 3061bb76ff1Sjsg uint32_t reserved_278; // offset: 278 (0x116) 3071bb76ff1Sjsg uint32_t reserved_279; // offset: 279 (0x117) 3081bb76ff1Sjsg uint32_t reserved_280; // offset: 280 (0x118) 3091bb76ff1Sjsg uint32_t reserved_281; // offset: 281 (0x119) 3101bb76ff1Sjsg uint32_t reserved_282; // offset: 282 (0x11A) 3111bb76ff1Sjsg uint32_t reserved_283; // offset: 283 (0x11B) 3121bb76ff1Sjsg uint32_t reserved_284; // offset: 284 (0x11C) 3131bb76ff1Sjsg uint32_t reserved_285; // offset: 285 (0x11D) 3141bb76ff1Sjsg uint32_t reserved_286; // offset: 286 (0x11E) 3151bb76ff1Sjsg uint32_t reserved_287; // offset: 287 (0x11F) 3161bb76ff1Sjsg uint32_t it_set_base_ib_addr_lo; // offset: 288 (0x120) 3171bb76ff1Sjsg uint32_t it_set_base_ib_addr_hi; // offset: 289 (0x121) 3181bb76ff1Sjsg uint32_t reserved_290; // offset: 290 (0x122) 3191bb76ff1Sjsg uint32_t reserved_291; // offset: 291 (0x123) 3201bb76ff1Sjsg uint32_t reserved_292; // offset: 292 (0x124) 3211bb76ff1Sjsg uint32_t reserved_293; // offset: 293 (0x125) 3221bb76ff1Sjsg uint32_t reserved_294; // offset: 294 (0x126) 3231bb76ff1Sjsg uint32_t reserved_295; // offset: 295 (0x127) 3241bb76ff1Sjsg uint32_t reserved_296; // offset: 296 (0x128) 3251bb76ff1Sjsg uint32_t reserved_297; // offset: 297 (0x129) 3261bb76ff1Sjsg uint32_t reserved_298; // offset: 298 (0x12A) 3271bb76ff1Sjsg uint32_t reserved_299; // offset: 299 (0x12B) 3281bb76ff1Sjsg uint32_t reserved_300; // offset: 300 (0x12C) 3291bb76ff1Sjsg uint32_t reserved_301; // offset: 301 (0x12D) 3301bb76ff1Sjsg uint32_t reserved_302; // offset: 302 (0x12E) 3311bb76ff1Sjsg uint32_t reserved_303; // offset: 303 (0x12F) 3321bb76ff1Sjsg uint32_t reserved_304; // offset: 304 (0x130) 3331bb76ff1Sjsg uint32_t reserved_305; // offset: 305 (0x131) 3341bb76ff1Sjsg uint32_t reserved_306; // offset: 306 (0x132) 3351bb76ff1Sjsg uint32_t reserved_307; // offset: 307 (0x133) 3361bb76ff1Sjsg uint32_t reserved_308; // offset: 308 (0x134) 3371bb76ff1Sjsg uint32_t reserved_309; // offset: 309 (0x135) 3381bb76ff1Sjsg uint32_t reserved_310; // offset: 310 (0x136) 3391bb76ff1Sjsg uint32_t reserved_311; // offset: 311 (0x137) 3401bb76ff1Sjsg uint32_t reserved_312; // offset: 312 (0x138) 3411bb76ff1Sjsg uint32_t reserved_313; // offset: 313 (0x139) 3421bb76ff1Sjsg uint32_t reserved_314; // offset: 314 (0x13A) 3431bb76ff1Sjsg uint32_t reserved_315; // offset: 315 (0x13B) 3441bb76ff1Sjsg uint32_t reserved_316; // offset: 316 (0x13C) 3451bb76ff1Sjsg uint32_t reserved_317; // offset: 317 (0x13D) 3461bb76ff1Sjsg uint32_t reserved_318; // offset: 318 (0x13E) 3471bb76ff1Sjsg uint32_t reserved_319; // offset: 319 (0x13F) 3481bb76ff1Sjsg uint32_t reserved_320; // offset: 320 (0x140) 3491bb76ff1Sjsg uint32_t reserved_321; // offset: 321 (0x141) 3501bb76ff1Sjsg uint32_t reserved_322; // offset: 322 (0x142) 3511bb76ff1Sjsg uint32_t reserved_323; // offset: 323 (0x143) 3521bb76ff1Sjsg uint32_t reserved_324; // offset: 324 (0x144) 3531bb76ff1Sjsg uint32_t reserved_325; // offset: 325 (0x145) 3541bb76ff1Sjsg uint32_t reserved_326; // offset: 326 (0x146) 3551bb76ff1Sjsg uint32_t reserved_327; // offset: 327 (0x147) 3561bb76ff1Sjsg uint32_t reserved_328; // offset: 328 (0x148) 3571bb76ff1Sjsg uint32_t reserved_329; // offset: 329 (0x149) 3581bb76ff1Sjsg uint32_t reserved_330; // offset: 330 (0x14A) 3591bb76ff1Sjsg uint32_t reserved_331; // offset: 331 (0x14B) 3601bb76ff1Sjsg uint32_t reserved_332; // offset: 332 (0x14C) 3611bb76ff1Sjsg uint32_t reserved_333; // offset: 333 (0x14D) 3621bb76ff1Sjsg uint32_t reserved_334; // offset: 334 (0x14E) 3631bb76ff1Sjsg uint32_t reserved_335; // offset: 335 (0x14F) 3641bb76ff1Sjsg uint32_t reserved_336; // offset: 336 (0x150) 3651bb76ff1Sjsg uint32_t reserved_337; // offset: 337 (0x151) 3661bb76ff1Sjsg uint32_t reserved_338; // offset: 338 (0x152) 3671bb76ff1Sjsg uint32_t reserved_339; // offset: 339 (0x153) 3681bb76ff1Sjsg uint32_t reserved_340; // offset: 340 (0x154) 3691bb76ff1Sjsg uint32_t reserved_341; // offset: 341 (0x155) 3701bb76ff1Sjsg uint32_t reserved_342; // offset: 342 (0x156) 3711bb76ff1Sjsg uint32_t reserved_343; // offset: 343 (0x157) 3721bb76ff1Sjsg uint32_t reserved_344; // offset: 344 (0x158) 3731bb76ff1Sjsg uint32_t reserved_345; // offset: 345 (0x159) 3741bb76ff1Sjsg uint32_t reserved_346; // offset: 346 (0x15A) 3751bb76ff1Sjsg uint32_t reserved_347; // offset: 347 (0x15B) 3761bb76ff1Sjsg uint32_t reserved_348; // offset: 348 (0x15C) 3771bb76ff1Sjsg uint32_t reserved_349; // offset: 349 (0x15D) 3781bb76ff1Sjsg uint32_t reserved_350; // offset: 350 (0x15E) 3791bb76ff1Sjsg uint32_t reserved_351; // offset: 351 (0x15F) 3801bb76ff1Sjsg uint32_t reserved_352; // offset: 352 (0x160) 3811bb76ff1Sjsg uint32_t reserved_353; // offset: 353 (0x161) 3821bb76ff1Sjsg uint32_t reserved_354; // offset: 354 (0x162) 3831bb76ff1Sjsg uint32_t reserved_355; // offset: 355 (0x163) 3841bb76ff1Sjsg uint32_t spi_shader_pgm_rsrc3_ps; // offset: 356 (0x164) 3851bb76ff1Sjsg uint32_t spi_shader_pgm_rsrc3_vs; // offset: 357 (0x165) 3861bb76ff1Sjsg uint32_t spi_shader_pgm_rsrc3_gs; // offset: 358 (0x166) 3871bb76ff1Sjsg uint32_t spi_shader_pgm_rsrc3_hs; // offset: 359 (0x167) 3881bb76ff1Sjsg uint32_t spi_shader_pgm_rsrc4_ps; // offset: 360 (0x168) 3891bb76ff1Sjsg uint32_t spi_shader_pgm_rsrc4_vs; // offset: 361 (0x169) 3901bb76ff1Sjsg uint32_t spi_shader_pgm_rsrc4_gs; // offset: 362 (0x16A) 3911bb76ff1Sjsg uint32_t spi_shader_pgm_rsrc4_hs; // offset: 363 (0x16B) 3921bb76ff1Sjsg uint32_t db_occlusion_count0_low_00; // offset: 364 (0x16C) 3931bb76ff1Sjsg uint32_t db_occlusion_count0_hi_00; // offset: 365 (0x16D) 3941bb76ff1Sjsg uint32_t db_occlusion_count1_low_00; // offset: 366 (0x16E) 3951bb76ff1Sjsg uint32_t db_occlusion_count1_hi_00; // offset: 367 (0x16F) 3961bb76ff1Sjsg uint32_t db_occlusion_count2_low_00; // offset: 368 (0x170) 3971bb76ff1Sjsg uint32_t db_occlusion_count2_hi_00; // offset: 369 (0x171) 3981bb76ff1Sjsg uint32_t db_occlusion_count3_low_00; // offset: 370 (0x172) 3991bb76ff1Sjsg uint32_t db_occlusion_count3_hi_00; // offset: 371 (0x173) 4001bb76ff1Sjsg uint32_t db_occlusion_count0_low_01; // offset: 372 (0x174) 4011bb76ff1Sjsg uint32_t db_occlusion_count0_hi_01; // offset: 373 (0x175) 4021bb76ff1Sjsg uint32_t db_occlusion_count1_low_01; // offset: 374 (0x176) 4031bb76ff1Sjsg uint32_t db_occlusion_count1_hi_01; // offset: 375 (0x177) 4041bb76ff1Sjsg uint32_t db_occlusion_count2_low_01; // offset: 376 (0x178) 4051bb76ff1Sjsg uint32_t db_occlusion_count2_hi_01; // offset: 377 (0x179) 4061bb76ff1Sjsg uint32_t db_occlusion_count3_low_01; // offset: 378 (0x17A) 4071bb76ff1Sjsg uint32_t db_occlusion_count3_hi_01; // offset: 379 (0x17B) 4081bb76ff1Sjsg uint32_t db_occlusion_count0_low_02; // offset: 380 (0x17C) 4091bb76ff1Sjsg uint32_t db_occlusion_count0_hi_02; // offset: 381 (0x17D) 4101bb76ff1Sjsg uint32_t db_occlusion_count1_low_02; // offset: 382 (0x17E) 4111bb76ff1Sjsg uint32_t db_occlusion_count1_hi_02; // offset: 383 (0x17F) 4121bb76ff1Sjsg uint32_t db_occlusion_count2_low_02; // offset: 384 (0x180) 4131bb76ff1Sjsg uint32_t db_occlusion_count2_hi_02; // offset: 385 (0x181) 4141bb76ff1Sjsg uint32_t db_occlusion_count3_low_02; // offset: 386 (0x182) 4151bb76ff1Sjsg uint32_t db_occlusion_count3_hi_02; // offset: 387 (0x183) 4161bb76ff1Sjsg uint32_t db_occlusion_count0_low_03; // offset: 388 (0x184) 4171bb76ff1Sjsg uint32_t db_occlusion_count0_hi_03; // offset: 389 (0x185) 4181bb76ff1Sjsg uint32_t db_occlusion_count1_low_03; // offset: 390 (0x186) 4191bb76ff1Sjsg uint32_t db_occlusion_count1_hi_03; // offset: 391 (0x187) 4201bb76ff1Sjsg uint32_t db_occlusion_count2_low_03; // offset: 392 (0x188) 4211bb76ff1Sjsg uint32_t db_occlusion_count2_hi_03; // offset: 393 (0x189) 4221bb76ff1Sjsg uint32_t db_occlusion_count3_low_03; // offset: 394 (0x18A) 4231bb76ff1Sjsg uint32_t db_occlusion_count3_hi_03; // offset: 395 (0x18B) 4241bb76ff1Sjsg uint32_t db_occlusion_count0_low_04; // offset: 396 (0x18C) 4251bb76ff1Sjsg uint32_t db_occlusion_count0_hi_04; // offset: 397 (0x18D) 4261bb76ff1Sjsg uint32_t db_occlusion_count1_low_04; // offset: 398 (0x18E) 4271bb76ff1Sjsg uint32_t db_occlusion_count1_hi_04; // offset: 399 (0x18F) 4281bb76ff1Sjsg uint32_t db_occlusion_count2_low_04; // offset: 400 (0x190) 4291bb76ff1Sjsg uint32_t db_occlusion_count2_hi_04; // offset: 401 (0x191) 4301bb76ff1Sjsg uint32_t db_occlusion_count3_low_04; // offset: 402 (0x192) 4311bb76ff1Sjsg uint32_t db_occlusion_count3_hi_04; // offset: 403 (0x193) 4321bb76ff1Sjsg uint32_t db_occlusion_count0_low_05; // offset: 404 (0x194) 4331bb76ff1Sjsg uint32_t db_occlusion_count0_hi_05; // offset: 405 (0x195) 4341bb76ff1Sjsg uint32_t db_occlusion_count1_low_05; // offset: 406 (0x196) 4351bb76ff1Sjsg uint32_t db_occlusion_count1_hi_05; // offset: 407 (0x197) 4361bb76ff1Sjsg uint32_t db_occlusion_count2_low_05; // offset: 408 (0x198) 4371bb76ff1Sjsg uint32_t db_occlusion_count2_hi_05; // offset: 409 (0x199) 4381bb76ff1Sjsg uint32_t db_occlusion_count3_low_05; // offset: 410 (0x19A) 4391bb76ff1Sjsg uint32_t db_occlusion_count3_hi_05; // offset: 411 (0x19B) 4401bb76ff1Sjsg uint32_t db_occlusion_count0_low_06; // offset: 412 (0x19C) 4411bb76ff1Sjsg uint32_t db_occlusion_count0_hi_06; // offset: 413 (0x19D) 4421bb76ff1Sjsg uint32_t db_occlusion_count1_low_06; // offset: 414 (0x19E) 4431bb76ff1Sjsg uint32_t db_occlusion_count1_hi_06; // offset: 415 (0x19F) 4441bb76ff1Sjsg uint32_t db_occlusion_count2_low_06; // offset: 416 (0x1A0) 4451bb76ff1Sjsg uint32_t db_occlusion_count2_hi_06; // offset: 417 (0x1A1) 4461bb76ff1Sjsg uint32_t db_occlusion_count3_low_06; // offset: 418 (0x1A2) 4471bb76ff1Sjsg uint32_t db_occlusion_count3_hi_06; // offset: 419 (0x1A3) 4481bb76ff1Sjsg uint32_t db_occlusion_count0_low_07; // offset: 420 (0x1A4) 4491bb76ff1Sjsg uint32_t db_occlusion_count0_hi_07; // offset: 421 (0x1A5) 4501bb76ff1Sjsg uint32_t db_occlusion_count1_low_07; // offset: 422 (0x1A6) 4511bb76ff1Sjsg uint32_t db_occlusion_count1_hi_07; // offset: 423 (0x1A7) 4521bb76ff1Sjsg uint32_t db_occlusion_count2_low_07; // offset: 424 (0x1A8) 4531bb76ff1Sjsg uint32_t db_occlusion_count2_hi_07; // offset: 425 (0x1A9) 4541bb76ff1Sjsg uint32_t db_occlusion_count3_low_07; // offset: 426 (0x1AA) 4551bb76ff1Sjsg uint32_t db_occlusion_count3_hi_07; // offset: 427 (0x1AB) 4561bb76ff1Sjsg uint32_t db_occlusion_count0_low_10; // offset: 428 (0x1AC) 4571bb76ff1Sjsg uint32_t db_occlusion_count0_hi_10; // offset: 429 (0x1AD) 4581bb76ff1Sjsg uint32_t db_occlusion_count1_low_10; // offset: 430 (0x1AE) 4591bb76ff1Sjsg uint32_t db_occlusion_count1_hi_10; // offset: 431 (0x1AF) 4601bb76ff1Sjsg uint32_t db_occlusion_count2_low_10; // offset: 432 (0x1B0) 4611bb76ff1Sjsg uint32_t db_occlusion_count2_hi_10; // offset: 433 (0x1B1) 4621bb76ff1Sjsg uint32_t db_occlusion_count3_low_10; // offset: 434 (0x1B2) 4631bb76ff1Sjsg uint32_t db_occlusion_count3_hi_10; // offset: 435 (0x1B3) 4641bb76ff1Sjsg uint32_t db_occlusion_count0_low_11; // offset: 436 (0x1B4) 4651bb76ff1Sjsg uint32_t db_occlusion_count0_hi_11; // offset: 437 (0x1B5) 4661bb76ff1Sjsg uint32_t db_occlusion_count1_low_11; // offset: 438 (0x1B6) 4671bb76ff1Sjsg uint32_t db_occlusion_count1_hi_11; // offset: 439 (0x1B7) 4681bb76ff1Sjsg uint32_t db_occlusion_count2_low_11; // offset: 440 (0x1B8) 4691bb76ff1Sjsg uint32_t db_occlusion_count2_hi_11; // offset: 441 (0x1B9) 4701bb76ff1Sjsg uint32_t db_occlusion_count3_low_11; // offset: 442 (0x1BA) 4711bb76ff1Sjsg uint32_t db_occlusion_count3_hi_11; // offset: 443 (0x1BB) 4721bb76ff1Sjsg uint32_t db_occlusion_count0_low_12; // offset: 444 (0x1BC) 4731bb76ff1Sjsg uint32_t db_occlusion_count0_hi_12; // offset: 445 (0x1BD) 4741bb76ff1Sjsg uint32_t db_occlusion_count1_low_12; // offset: 446 (0x1BE) 4751bb76ff1Sjsg uint32_t db_occlusion_count1_hi_12; // offset: 447 (0x1BF) 4761bb76ff1Sjsg uint32_t db_occlusion_count2_low_12; // offset: 448 (0x1C0) 4771bb76ff1Sjsg uint32_t db_occlusion_count2_hi_12; // offset: 449 (0x1C1) 4781bb76ff1Sjsg uint32_t db_occlusion_count3_low_12; // offset: 450 (0x1C2) 4791bb76ff1Sjsg uint32_t db_occlusion_count3_hi_12; // offset: 451 (0x1C3) 4801bb76ff1Sjsg uint32_t db_occlusion_count0_low_13; // offset: 452 (0x1C4) 4811bb76ff1Sjsg uint32_t db_occlusion_count0_hi_13; // offset: 453 (0x1C5) 4821bb76ff1Sjsg uint32_t db_occlusion_count1_low_13; // offset: 454 (0x1C6) 4831bb76ff1Sjsg uint32_t db_occlusion_count1_hi_13; // offset: 455 (0x1C7) 4841bb76ff1Sjsg uint32_t db_occlusion_count2_low_13; // offset: 456 (0x1C8) 4851bb76ff1Sjsg uint32_t db_occlusion_count2_hi_13; // offset: 457 (0x1C9) 4861bb76ff1Sjsg uint32_t db_occlusion_count3_low_13; // offset: 458 (0x1CA) 4871bb76ff1Sjsg uint32_t db_occlusion_count3_hi_13; // offset: 459 (0x1CB) 4881bb76ff1Sjsg uint32_t db_occlusion_count0_low_14; // offset: 460 (0x1CC) 4891bb76ff1Sjsg uint32_t db_occlusion_count0_hi_14; // offset: 461 (0x1CD) 4901bb76ff1Sjsg uint32_t db_occlusion_count1_low_14; // offset: 462 (0x1CE) 4911bb76ff1Sjsg uint32_t db_occlusion_count1_hi_14; // offset: 463 (0x1CF) 4921bb76ff1Sjsg uint32_t db_occlusion_count2_low_14; // offset: 464 (0x1D0) 4931bb76ff1Sjsg uint32_t db_occlusion_count2_hi_14; // offset: 465 (0x1D1) 4941bb76ff1Sjsg uint32_t db_occlusion_count3_low_14; // offset: 466 (0x1D2) 4951bb76ff1Sjsg uint32_t db_occlusion_count3_hi_14; // offset: 467 (0x1D3) 4961bb76ff1Sjsg uint32_t db_occlusion_count0_low_15; // offset: 468 (0x1D4) 4971bb76ff1Sjsg uint32_t db_occlusion_count0_hi_15; // offset: 469 (0x1D5) 4981bb76ff1Sjsg uint32_t db_occlusion_count1_low_15; // offset: 470 (0x1D6) 4991bb76ff1Sjsg uint32_t db_occlusion_count1_hi_15; // offset: 471 (0x1D7) 5001bb76ff1Sjsg uint32_t db_occlusion_count2_low_15; // offset: 472 (0x1D8) 5011bb76ff1Sjsg uint32_t db_occlusion_count2_hi_15; // offset: 473 (0x1D9) 5021bb76ff1Sjsg uint32_t db_occlusion_count3_low_15; // offset: 474 (0x1DA) 5031bb76ff1Sjsg uint32_t db_occlusion_count3_hi_15; // offset: 475 (0x1DB) 5041bb76ff1Sjsg uint32_t db_occlusion_count0_low_16; // offset: 476 (0x1DC) 5051bb76ff1Sjsg uint32_t db_occlusion_count0_hi_16; // offset: 477 (0x1DD) 5061bb76ff1Sjsg uint32_t db_occlusion_count1_low_16; // offset: 478 (0x1DE) 5071bb76ff1Sjsg uint32_t db_occlusion_count1_hi_16; // offset: 479 (0x1DF) 5081bb76ff1Sjsg uint32_t db_occlusion_count2_low_16; // offset: 480 (0x1E0) 5091bb76ff1Sjsg uint32_t db_occlusion_count2_hi_16; // offset: 481 (0x1E1) 5101bb76ff1Sjsg uint32_t db_occlusion_count3_low_16; // offset: 482 (0x1E2) 5111bb76ff1Sjsg uint32_t db_occlusion_count3_hi_16; // offset: 483 (0x1E3) 5121bb76ff1Sjsg uint32_t db_occlusion_count0_low_17; // offset: 484 (0x1E4) 5131bb76ff1Sjsg uint32_t db_occlusion_count0_hi_17; // offset: 485 (0x1E5) 5141bb76ff1Sjsg uint32_t db_occlusion_count1_low_17; // offset: 486 (0x1E6) 5151bb76ff1Sjsg uint32_t db_occlusion_count1_hi_17; // offset: 487 (0x1E7) 5161bb76ff1Sjsg uint32_t db_occlusion_count2_low_17; // offset: 488 (0x1E8) 5171bb76ff1Sjsg uint32_t db_occlusion_count2_hi_17; // offset: 489 (0x1E9) 5181bb76ff1Sjsg uint32_t db_occlusion_count3_low_17; // offset: 490 (0x1EA) 5191bb76ff1Sjsg uint32_t db_occlusion_count3_hi_17; // offset: 491 (0x1EB) 5201bb76ff1Sjsg uint32_t reserved_492; // offset: 492 (0x1EC) 5211bb76ff1Sjsg uint32_t reserved_493; // offset: 493 (0x1ED) 5221bb76ff1Sjsg uint32_t reserved_494; // offset: 494 (0x1EE) 5231bb76ff1Sjsg uint32_t reserved_495; // offset: 495 (0x1EF) 5241bb76ff1Sjsg uint32_t reserved_496; // offset: 496 (0x1F0) 5251bb76ff1Sjsg uint32_t reserved_497; // offset: 497 (0x1F1) 5261bb76ff1Sjsg uint32_t reserved_498; // offset: 498 (0x1F2) 5271bb76ff1Sjsg uint32_t reserved_499; // offset: 499 (0x1F3) 5281bb76ff1Sjsg uint32_t reserved_500; // offset: 500 (0x1F4) 5291bb76ff1Sjsg uint32_t reserved_501; // offset: 501 (0x1F5) 5301bb76ff1Sjsg uint32_t reserved_502; // offset: 502 (0x1F6) 5311bb76ff1Sjsg uint32_t reserved_503; // offset: 503 (0x1F7) 5321bb76ff1Sjsg uint32_t reserved_504; // offset: 504 (0x1F8) 5331bb76ff1Sjsg uint32_t reserved_505; // offset: 505 (0x1F9) 5341bb76ff1Sjsg uint32_t reserved_506; // offset: 506 (0x1FA) 5351bb76ff1Sjsg uint32_t reserved_507; // offset: 507 (0x1FB) 5361bb76ff1Sjsg uint32_t reserved_508; // offset: 508 (0x1FC) 5371bb76ff1Sjsg uint32_t reserved_509; // offset: 509 (0x1FD) 5381bb76ff1Sjsg uint32_t reserved_510; // offset: 510 (0x1FE) 5391bb76ff1Sjsg uint32_t reserved_511; // offset: 511 (0x1FF) 5401bb76ff1Sjsg }; 5411bb76ff1Sjsg 5421bb76ff1Sjsg struct v11_sdma_mqd { 5431bb76ff1Sjsg uint32_t sdmax_rlcx_rb_cntl; // offset: 0 (0x0) 5441bb76ff1Sjsg uint32_t sdmax_rlcx_rb_base; // offset: 1 (0x1) 5451bb76ff1Sjsg uint32_t sdmax_rlcx_rb_base_hi; // offset: 2 (0x2) 5461bb76ff1Sjsg uint32_t sdmax_rlcx_rb_rptr; // offset: 3 (0x3) 5471bb76ff1Sjsg uint32_t sdmax_rlcx_rb_rptr_hi; // offset: 4 (0x4) 5481bb76ff1Sjsg uint32_t sdmax_rlcx_rb_wptr; // offset: 5 (0x5) 5491bb76ff1Sjsg uint32_t sdmax_rlcx_rb_wptr_hi; // offset: 6 (0x6) 5501bb76ff1Sjsg uint32_t sdmax_rlcx_rb_rptr_addr_hi; // offset: 7 (0x7) 5511bb76ff1Sjsg uint32_t sdmax_rlcx_rb_rptr_addr_lo; // offset: 8 (0x8) 5521bb76ff1Sjsg uint32_t sdmax_rlcx_ib_cntl; // offset: 9 (0x9) 5531bb76ff1Sjsg uint32_t sdmax_rlcx_ib_rptr; // offset: 10 (0xA) 5541bb76ff1Sjsg uint32_t sdmax_rlcx_ib_offset; // offset: 11 (0xB) 5551bb76ff1Sjsg uint32_t sdmax_rlcx_ib_base_lo; // offset: 12 (0xC) 5561bb76ff1Sjsg uint32_t sdmax_rlcx_ib_base_hi; // offset: 13 (0xD) 5571bb76ff1Sjsg uint32_t sdmax_rlcx_ib_size; // offset: 14 (0xE) 5581bb76ff1Sjsg uint32_t sdmax_rlcx_skip_cntl; // offset: 15 (0xF) 5591bb76ff1Sjsg uint32_t sdmax_rlcx_context_status; // offset: 16 (0x10) 5601bb76ff1Sjsg uint32_t sdmax_rlcx_doorbell; // offset: 17 (0x11) 5611bb76ff1Sjsg uint32_t sdmax_rlcx_doorbell_log; // offset: 18 (0x12) 5621bb76ff1Sjsg uint32_t sdmax_rlcx_doorbell_offset; // offset: 19 (0x13) 5631bb76ff1Sjsg uint32_t sdmax_rlcx_csa_addr_lo; // offset: 20 (0x14) 5641bb76ff1Sjsg uint32_t sdmax_rlcx_csa_addr_hi; // offset: 21 (0x15) 5651bb76ff1Sjsg uint32_t sdmax_rlcx_sched_cntl; // offset: 22 (0x16) 5661bb76ff1Sjsg uint32_t sdmax_rlcx_ib_sub_remain; // offset: 23 (0x17) 5671bb76ff1Sjsg uint32_t sdmax_rlcx_preempt; // offset: 24 (0x18) 5681bb76ff1Sjsg uint32_t sdmax_rlcx_dummy_reg; // offset: 25 (0x19) 5691bb76ff1Sjsg uint32_t sdmax_rlcx_rb_wptr_poll_addr_hi; // offset: 26 (0x1A) 5701bb76ff1Sjsg uint32_t sdmax_rlcx_rb_wptr_poll_addr_lo; // offset: 27 (0x1B) 5711bb76ff1Sjsg uint32_t sdmax_rlcx_rb_aql_cntl; // offset: 28 (0x1C) 5721bb76ff1Sjsg uint32_t sdmax_rlcx_minor_ptr_update; // offset: 29 (0x1D) 5731bb76ff1Sjsg uint32_t sdmax_rlcx_rb_preempt; // offset: 30 (0x1E) 5741bb76ff1Sjsg uint32_t sdmax_rlcx_midcmd_data0; // offset: 31 (0x1F) 5751bb76ff1Sjsg uint32_t sdmax_rlcx_midcmd_data1; // offset: 32 (0x20) 5761bb76ff1Sjsg uint32_t sdmax_rlcx_midcmd_data2; // offset: 33 (0x21) 5771bb76ff1Sjsg uint32_t sdmax_rlcx_midcmd_data3; // offset: 34 (0x22) 5781bb76ff1Sjsg uint32_t sdmax_rlcx_midcmd_data4; // offset: 35 (0x23) 5791bb76ff1Sjsg uint32_t sdmax_rlcx_midcmd_data5; // offset: 36 (0x24) 5801bb76ff1Sjsg uint32_t sdmax_rlcx_midcmd_data6; // offset: 37 (0x25) 5811bb76ff1Sjsg uint32_t sdmax_rlcx_midcmd_data7; // offset: 38 (0x26) 5821bb76ff1Sjsg uint32_t sdmax_rlcx_midcmd_data8; // offset: 39 (0x27) 5831bb76ff1Sjsg uint32_t sdmax_rlcx_midcmd_data9; // offset: 40 (0x28) 5841bb76ff1Sjsg uint32_t sdmax_rlcx_midcmd_data10; // offset: 41 (0x29) 5851bb76ff1Sjsg uint32_t sdmax_rlcx_midcmd_cntl; // offset: 42 (0x2A) 5861bb76ff1Sjsg uint32_t sdmax_rlcx_f32_dbg0; // offset: 43 (0x2B) 5871bb76ff1Sjsg uint32_t sdmax_rlcx_f32_dbg1; // offset: 44 (0x2C) 5881bb76ff1Sjsg uint32_t reserved_45; // offset: 45 (0x2D) 5891bb76ff1Sjsg uint32_t reserved_46; // offset: 46 (0x2E) 5901bb76ff1Sjsg uint32_t reserved_47; // offset: 47 (0x2F) 5911bb76ff1Sjsg uint32_t reserved_48; // offset: 48 (0x30) 5921bb76ff1Sjsg uint32_t reserved_49; // offset: 49 (0x31) 5931bb76ff1Sjsg uint32_t reserved_50; // offset: 50 (0x32) 5941bb76ff1Sjsg uint32_t reserved_51; // offset: 51 (0x33) 5951bb76ff1Sjsg uint32_t reserved_52; // offset: 52 (0x34) 5961bb76ff1Sjsg uint32_t reserved_53; // offset: 53 (0x35) 5971bb76ff1Sjsg uint32_t reserved_54; // offset: 54 (0x36) 5981bb76ff1Sjsg uint32_t reserved_55; // offset: 55 (0x37) 5991bb76ff1Sjsg uint32_t reserved_56; // offset: 56 (0x38) 6001bb76ff1Sjsg uint32_t reserved_57; // offset: 57 (0x39) 6011bb76ff1Sjsg uint32_t reserved_58; // offset: 58 (0x3A) 6021bb76ff1Sjsg uint32_t reserved_59; // offset: 59 (0x3B) 6031bb76ff1Sjsg uint32_t reserved_60; // offset: 60 (0x3C) 6041bb76ff1Sjsg uint32_t reserved_61; // offset: 61 (0x3D) 6051bb76ff1Sjsg uint32_t reserved_62; // offset: 62 (0x3E) 6061bb76ff1Sjsg uint32_t reserved_63; // offset: 63 (0x3F) 6071bb76ff1Sjsg uint32_t reserved_64; // offset: 64 (0x40) 6081bb76ff1Sjsg uint32_t reserved_65; // offset: 65 (0x41) 6091bb76ff1Sjsg uint32_t reserved_66; // offset: 66 (0x42) 6101bb76ff1Sjsg uint32_t reserved_67; // offset: 67 (0x43) 6111bb76ff1Sjsg uint32_t reserved_68; // offset: 68 (0x44) 6121bb76ff1Sjsg uint32_t reserved_69; // offset: 69 (0x45) 6131bb76ff1Sjsg uint32_t reserved_70; // offset: 70 (0x46) 6141bb76ff1Sjsg uint32_t reserved_71; // offset: 0 (0x47) 6151bb76ff1Sjsg uint32_t reserved_72; // offset: 1 (0x48) 6161bb76ff1Sjsg uint32_t reserved_73; // offset: 2 (0x49) 6171bb76ff1Sjsg uint32_t reserved_74; // offset: 3 (0x4A) 6181bb76ff1Sjsg uint32_t reserved_75; // offset: 4 (0x4B) 6191bb76ff1Sjsg uint32_t reserved_76; // offset: 5 (0x4C) 6201bb76ff1Sjsg uint32_t reserved_77; // offset: 6 (0x4D) 6211bb76ff1Sjsg uint32_t reserved_78; // offset: 7 (0x4E) 6221bb76ff1Sjsg uint32_t reserved_79; // offset: 79 (0x4F) 6231bb76ff1Sjsg uint32_t reserved_80; // offset: 80 (0x50) 6241bb76ff1Sjsg uint32_t reserved_81; // offset: 81 (0x51) 6251bb76ff1Sjsg uint32_t reserved_82; // offset: 82 (0x52) 6261bb76ff1Sjsg uint32_t reserved_83; // offset: 83 (0x53) 6271bb76ff1Sjsg uint32_t reserved_84; // offset: 84 (0x54) 6281bb76ff1Sjsg uint32_t reserved_85; // offset: 85 (0x55) 6291bb76ff1Sjsg uint32_t reserved_86; // offset: 86 (0x56) 6301bb76ff1Sjsg uint32_t reserved_87; // offset: 87 (0x57) 6311bb76ff1Sjsg uint32_t reserved_88; // offset: 88 (0x58) 6321bb76ff1Sjsg uint32_t reserved_89; // offset: 89 (0x59) 6331bb76ff1Sjsg uint32_t reserved_90; // offset: 90 (0x5A) 6341bb76ff1Sjsg uint32_t reserved_91; // offset: 91 (0x5B) 6351bb76ff1Sjsg uint32_t reserved_92; // offset: 92 (0x5C) 6361bb76ff1Sjsg uint32_t reserved_93; // offset: 93 (0x5D) 6371bb76ff1Sjsg uint32_t reserved_94; // offset: 94 (0x5E) 6381bb76ff1Sjsg uint32_t reserved_95; // offset: 95 (0x5F) 6391bb76ff1Sjsg uint32_t reserved_96; // offset: 96 (0x60) 6401bb76ff1Sjsg uint32_t reserved_97; // offset: 97 (0x61) 6411bb76ff1Sjsg uint32_t reserved_98; // offset: 98 (0x62) 6421bb76ff1Sjsg uint32_t reserved_99; // offset: 99 (0x63) 6431bb76ff1Sjsg uint32_t reserved_100; // offset: 100 (0x64) 6441bb76ff1Sjsg uint32_t reserved_101; // offset: 101 (0x65) 6451bb76ff1Sjsg uint32_t reserved_102; // offset: 102 (0x66) 6461bb76ff1Sjsg uint32_t reserved_103; // offset: 103 (0x67) 6471bb76ff1Sjsg uint32_t reserved_104; // offset: 104 (0x68) 6481bb76ff1Sjsg uint32_t reserved_105; // offset: 105 (0x69) 6491bb76ff1Sjsg uint32_t reserved_106; // offset: 106 (0x6A) 6501bb76ff1Sjsg uint32_t reserved_107; // offset: 107 (0x6B) 6511bb76ff1Sjsg uint32_t reserved_108; // offset: 108 (0x6C) 6521bb76ff1Sjsg uint32_t reserved_109; // offset: 109 (0x6D) 6531bb76ff1Sjsg uint32_t reserved_110; // offset: 110 (0x6E) 6541bb76ff1Sjsg uint32_t reserved_111; // offset: 111 (0x6F) 6551bb76ff1Sjsg uint32_t reserved_112; // offset: 112 (0x70) 6561bb76ff1Sjsg uint32_t reserved_113; // offset: 113 (0x71) 6571bb76ff1Sjsg uint32_t reserved_114; // offset: 114 (0x72) 6581bb76ff1Sjsg uint32_t reserved_115; // offset: 115 (0x73) 6591bb76ff1Sjsg uint32_t reserved_116; // offset: 116 (0x74) 6601bb76ff1Sjsg uint32_t reserved_117; // offset: 117 (0x75) 6611bb76ff1Sjsg uint32_t reserved_118; // offset: 118 (0x76) 6621bb76ff1Sjsg uint32_t reserved_119; // offset: 119 (0x77) 6631bb76ff1Sjsg uint32_t reserved_120; // offset: 120 (0x78) 6641bb76ff1Sjsg uint32_t reserved_121; // offset: 121 (0x79) 6651bb76ff1Sjsg uint32_t reserved_122; // offset: 122 (0x7A) 6661bb76ff1Sjsg uint32_t reserved_123; // offset: 123 (0x7B) 6671bb76ff1Sjsg uint32_t reserved_124; // offset: 124 (0x7C) 6681bb76ff1Sjsg uint32_t reserved_125; // offset: 125 (0x7D) 6691bb76ff1Sjsg /* reserved_126,127: repurposed for driver-internal use */ 6701bb76ff1Sjsg uint32_t sdma_engine_id; 6711bb76ff1Sjsg uint32_t sdma_queue_id; 6721bb76ff1Sjsg }; 6731bb76ff1Sjsg 6741bb76ff1Sjsg struct v11_compute_mqd { 6751bb76ff1Sjsg uint32_t header; // offset: 0 (0x0) 6761bb76ff1Sjsg uint32_t compute_dispatch_initiator; // offset: 1 (0x1) 6771bb76ff1Sjsg uint32_t compute_dim_x; // offset: 2 (0x2) 6781bb76ff1Sjsg uint32_t compute_dim_y; // offset: 3 (0x3) 6791bb76ff1Sjsg uint32_t compute_dim_z; // offset: 4 (0x4) 6801bb76ff1Sjsg uint32_t compute_start_x; // offset: 5 (0x5) 6811bb76ff1Sjsg uint32_t compute_start_y; // offset: 6 (0x6) 6821bb76ff1Sjsg uint32_t compute_start_z; // offset: 7 (0x7) 6831bb76ff1Sjsg uint32_t compute_num_thread_x; // offset: 8 (0x8) 6841bb76ff1Sjsg uint32_t compute_num_thread_y; // offset: 9 (0x9) 6851bb76ff1Sjsg uint32_t compute_num_thread_z; // offset: 10 (0xA) 6861bb76ff1Sjsg uint32_t compute_pipelinestat_enable; // offset: 11 (0xB) 6871bb76ff1Sjsg uint32_t compute_perfcount_enable; // offset: 12 (0xC) 6881bb76ff1Sjsg uint32_t compute_pgm_lo; // offset: 13 (0xD) 6891bb76ff1Sjsg uint32_t compute_pgm_hi; // offset: 14 (0xE) 6901bb76ff1Sjsg uint32_t compute_dispatch_pkt_addr_lo; // offset: 15 (0xF) 6911bb76ff1Sjsg uint32_t compute_dispatch_pkt_addr_hi; // offset: 16 (0x10) 6921bb76ff1Sjsg uint32_t compute_dispatch_scratch_base_lo; // offset: 17 (0x11) 6931bb76ff1Sjsg uint32_t compute_dispatch_scratch_base_hi; // offset: 18 (0x12) 6941bb76ff1Sjsg uint32_t compute_pgm_rsrc1; // offset: 19 (0x13) 6951bb76ff1Sjsg uint32_t compute_pgm_rsrc2; // offset: 20 (0x14) 6961bb76ff1Sjsg uint32_t compute_vmid; // offset: 21 (0x15) 6971bb76ff1Sjsg uint32_t compute_resource_limits; // offset: 22 (0x16) 6981bb76ff1Sjsg uint32_t compute_static_thread_mgmt_se0; // offset: 23 (0x17) 6991bb76ff1Sjsg uint32_t compute_static_thread_mgmt_se1; // offset: 24 (0x18) 7001bb76ff1Sjsg uint32_t compute_tmpring_size; // offset: 25 (0x19) 7011bb76ff1Sjsg uint32_t compute_static_thread_mgmt_se2; // offset: 26 (0x1A) 7021bb76ff1Sjsg uint32_t compute_static_thread_mgmt_se3; // offset: 27 (0x1B) 7031bb76ff1Sjsg uint32_t compute_restart_x; // offset: 28 (0x1C) 7041bb76ff1Sjsg uint32_t compute_restart_y; // offset: 29 (0x1D) 7051bb76ff1Sjsg uint32_t compute_restart_z; // offset: 30 (0x1E) 7061bb76ff1Sjsg uint32_t compute_thread_trace_enable; // offset: 31 (0x1F) 7071bb76ff1Sjsg uint32_t compute_misc_reserved; // offset: 32 (0x20) 7081bb76ff1Sjsg uint32_t compute_dispatch_id; // offset: 33 (0x21) 7091bb76ff1Sjsg uint32_t compute_threadgroup_id; // offset: 34 (0x22) 7101bb76ff1Sjsg uint32_t compute_req_ctrl; // offset: 35 (0x23) 7111bb76ff1Sjsg uint32_t reserved_36; // offset: 36 (0x24) 7121bb76ff1Sjsg uint32_t compute_user_accum_0; // offset: 37 (0x25) 7131bb76ff1Sjsg uint32_t compute_user_accum_1; // offset: 38 (0x26) 7141bb76ff1Sjsg uint32_t compute_user_accum_2; // offset: 39 (0x27) 7151bb76ff1Sjsg uint32_t compute_user_accum_3; // offset: 40 (0x28) 7161bb76ff1Sjsg uint32_t compute_pgm_rsrc3; // offset: 41 (0x29) 7171bb76ff1Sjsg uint32_t compute_ddid_index; // offset: 42 (0x2A) 7181bb76ff1Sjsg uint32_t compute_shader_chksum; // offset: 43 (0x2B) 7191bb76ff1Sjsg uint32_t compute_static_thread_mgmt_se4; // offset: 44 (0x2C) 7201bb76ff1Sjsg uint32_t compute_static_thread_mgmt_se5; // offset: 45 (0x2D) 7211bb76ff1Sjsg uint32_t compute_static_thread_mgmt_se6; // offset: 46 (0x2E) 7221bb76ff1Sjsg uint32_t compute_static_thread_mgmt_se7; // offset: 47 (0x2F) 7231bb76ff1Sjsg uint32_t compute_dispatch_interleave; // offset: 48 (0x30) 7241bb76ff1Sjsg uint32_t compute_relaunch; // offset: 49 (0x31) 7251bb76ff1Sjsg uint32_t compute_wave_restore_addr_lo; // offset: 50 (0x32) 7261bb76ff1Sjsg uint32_t compute_wave_restore_addr_hi; // offset: 51 (0x33) 7271bb76ff1Sjsg uint32_t compute_wave_restore_control; // offset: 52 (0x34) 7281bb76ff1Sjsg uint32_t reserved_53; // offset: 53 (0x35) 7291bb76ff1Sjsg uint32_t reserved_54; // offset: 54 (0x36) 7301bb76ff1Sjsg uint32_t reserved_55; // offset: 55 (0x37) 7311bb76ff1Sjsg uint32_t reserved_56; // offset: 56 (0x38) 7321bb76ff1Sjsg uint32_t reserved_57; // offset: 57 (0x39) 7331bb76ff1Sjsg uint32_t reserved_58; // offset: 58 (0x3A) 7341bb76ff1Sjsg uint32_t reserved_59; // offset: 59 (0x3B) 7351bb76ff1Sjsg uint32_t reserved_60; // offset: 60 (0x3C) 7361bb76ff1Sjsg uint32_t reserved_61; // offset: 61 (0x3D) 7371bb76ff1Sjsg uint32_t reserved_62; // offset: 62 (0x3E) 7381bb76ff1Sjsg uint32_t reserved_63; // offset: 63 (0x3F) 7391bb76ff1Sjsg uint32_t reserved_64; // offset: 64 (0x40) 7401bb76ff1Sjsg uint32_t compute_user_data_0; // offset: 65 (0x41) 7411bb76ff1Sjsg uint32_t compute_user_data_1; // offset: 66 (0x42) 7421bb76ff1Sjsg uint32_t compute_user_data_2; // offset: 67 (0x43) 7431bb76ff1Sjsg uint32_t compute_user_data_3; // offset: 68 (0x44) 7441bb76ff1Sjsg uint32_t compute_user_data_4; // offset: 69 (0x45) 7451bb76ff1Sjsg uint32_t compute_user_data_5; // offset: 70 (0x46) 7461bb76ff1Sjsg uint32_t compute_user_data_6; // offset: 71 (0x47) 7471bb76ff1Sjsg uint32_t compute_user_data_7; // offset: 72 (0x48) 7481bb76ff1Sjsg uint32_t compute_user_data_8; // offset: 73 (0x49) 7491bb76ff1Sjsg uint32_t compute_user_data_9; // offset: 74 (0x4A) 7501bb76ff1Sjsg uint32_t compute_user_data_10; // offset: 75 (0x4B) 7511bb76ff1Sjsg uint32_t compute_user_data_11; // offset: 76 (0x4C) 7521bb76ff1Sjsg uint32_t compute_user_data_12; // offset: 77 (0x4D) 7531bb76ff1Sjsg uint32_t compute_user_data_13; // offset: 78 (0x4E) 7541bb76ff1Sjsg uint32_t compute_user_data_14; // offset: 79 (0x4F) 7551bb76ff1Sjsg uint32_t compute_user_data_15; // offset: 80 (0x50) 7561bb76ff1Sjsg uint32_t cp_compute_csinvoc_count_lo; // offset: 81 (0x51) 7571bb76ff1Sjsg uint32_t cp_compute_csinvoc_count_hi; // offset: 82 (0x52) 7581bb76ff1Sjsg uint32_t reserved_83; // offset: 83 (0x53) 7591bb76ff1Sjsg uint32_t reserved_84; // offset: 84 (0x54) 7601bb76ff1Sjsg uint32_t reserved_85; // offset: 85 (0x55) 7611bb76ff1Sjsg uint32_t cp_mqd_query_time_lo; // offset: 86 (0x56) 7621bb76ff1Sjsg uint32_t cp_mqd_query_time_hi; // offset: 87 (0x57) 7631bb76ff1Sjsg uint32_t cp_mqd_connect_start_time_lo; // offset: 88 (0x58) 7641bb76ff1Sjsg uint32_t cp_mqd_connect_start_time_hi; // offset: 89 (0x59) 7651bb76ff1Sjsg uint32_t cp_mqd_connect_end_time_lo; // offset: 90 (0x5A) 7661bb76ff1Sjsg uint32_t cp_mqd_connect_end_time_hi; // offset: 91 (0x5B) 7671bb76ff1Sjsg uint32_t cp_mqd_connect_end_wf_count; // offset: 92 (0x5C) 7681bb76ff1Sjsg uint32_t cp_mqd_connect_end_pq_rptr; // offset: 93 (0x5D) 7691bb76ff1Sjsg uint32_t cp_mqd_connect_end_pq_wptr; // offset: 94 (0x5E) 7701bb76ff1Sjsg uint32_t cp_mqd_connect_end_ib_rptr; // offset: 95 (0x5F) 7711bb76ff1Sjsg uint32_t cp_mqd_readindex_lo; // offset: 96 (0x60) 7721bb76ff1Sjsg uint32_t cp_mqd_readindex_hi; // offset: 97 (0x61) 7731bb76ff1Sjsg uint32_t cp_mqd_save_start_time_lo; // offset: 98 (0x62) 7741bb76ff1Sjsg uint32_t cp_mqd_save_start_time_hi; // offset: 99 (0x63) 7751bb76ff1Sjsg uint32_t cp_mqd_save_end_time_lo; // offset: 100 (0x64) 7761bb76ff1Sjsg uint32_t cp_mqd_save_end_time_hi; // offset: 101 (0x65) 7771bb76ff1Sjsg uint32_t cp_mqd_restore_start_time_lo; // offset: 102 (0x66) 7781bb76ff1Sjsg uint32_t cp_mqd_restore_start_time_hi; // offset: 103 (0x67) 7791bb76ff1Sjsg uint32_t cp_mqd_restore_end_time_lo; // offset: 104 (0x68) 7801bb76ff1Sjsg uint32_t cp_mqd_restore_end_time_hi; // offset: 105 (0x69) 7811bb76ff1Sjsg uint32_t disable_queue; // offset: 106 (0x6A) 7821bb76ff1Sjsg uint32_t reserved_107; // offset: 107 (0x6B) 7831bb76ff1Sjsg uint32_t gds_cs_ctxsw_cnt0; // offset: 108 (0x6C) 7841bb76ff1Sjsg uint32_t gds_cs_ctxsw_cnt1; // offset: 109 (0x6D) 7851bb76ff1Sjsg uint32_t gds_cs_ctxsw_cnt2; // offset: 110 (0x6E) 7861bb76ff1Sjsg uint32_t gds_cs_ctxsw_cnt3; // offset: 111 (0x6F) 7871bb76ff1Sjsg uint32_t reserved_112; // offset: 112 (0x70) 7881bb76ff1Sjsg uint32_t reserved_113; // offset: 113 (0x71) 7891bb76ff1Sjsg uint32_t cp_pq_exe_status_lo; // offset: 114 (0x72) 7901bb76ff1Sjsg uint32_t cp_pq_exe_status_hi; // offset: 115 (0x73) 7911bb76ff1Sjsg uint32_t cp_packet_id_lo; // offset: 116 (0x74) 7921bb76ff1Sjsg uint32_t cp_packet_id_hi; // offset: 117 (0x75) 7931bb76ff1Sjsg uint32_t cp_packet_exe_status_lo; // offset: 118 (0x76) 7941bb76ff1Sjsg uint32_t cp_packet_exe_status_hi; // offset: 119 (0x77) 7951bb76ff1Sjsg uint32_t gds_save_base_addr_lo; // offset: 120 (0x78) 7961bb76ff1Sjsg uint32_t gds_save_base_addr_hi; // offset: 121 (0x79) 7971bb76ff1Sjsg uint32_t gds_save_mask_lo; // offset: 122 (0x7A) 7981bb76ff1Sjsg uint32_t gds_save_mask_hi; // offset: 123 (0x7B) 7991bb76ff1Sjsg uint32_t ctx_save_base_addr_lo; // offset: 124 (0x7C) 8001bb76ff1Sjsg uint32_t ctx_save_base_addr_hi; // offset: 125 (0x7D) 8011bb76ff1Sjsg uint32_t reserved_126; // offset: 126 (0x7E) 8021bb76ff1Sjsg uint32_t reserved_127; // offset: 127 (0x7F) 8031bb76ff1Sjsg uint32_t cp_mqd_base_addr_lo; // offset: 128 (0x80) 8041bb76ff1Sjsg uint32_t cp_mqd_base_addr_hi; // offset: 129 (0x81) 8051bb76ff1Sjsg uint32_t cp_hqd_active; // offset: 130 (0x82) 8061bb76ff1Sjsg uint32_t cp_hqd_vmid; // offset: 131 (0x83) 8071bb76ff1Sjsg uint32_t cp_hqd_persistent_state; // offset: 132 (0x84) 8081bb76ff1Sjsg uint32_t cp_hqd_pipe_priority; // offset: 133 (0x85) 8091bb76ff1Sjsg uint32_t cp_hqd_queue_priority; // offset: 134 (0x86) 8101bb76ff1Sjsg uint32_t cp_hqd_quantum; // offset: 135 (0x87) 8111bb76ff1Sjsg uint32_t cp_hqd_pq_base_lo; // offset: 136 (0x88) 8121bb76ff1Sjsg uint32_t cp_hqd_pq_base_hi; // offset: 137 (0x89) 8131bb76ff1Sjsg uint32_t cp_hqd_pq_rptr; // offset: 138 (0x8A) 8141bb76ff1Sjsg uint32_t cp_hqd_pq_rptr_report_addr_lo; // offset: 139 (0x8B) 8151bb76ff1Sjsg uint32_t cp_hqd_pq_rptr_report_addr_hi; // offset: 140 (0x8C) 8161bb76ff1Sjsg uint32_t cp_hqd_pq_wptr_poll_addr_lo; // offset: 141 (0x8D) 8171bb76ff1Sjsg uint32_t cp_hqd_pq_wptr_poll_addr_hi; // offset: 142 (0x8E) 8181bb76ff1Sjsg uint32_t cp_hqd_pq_doorbell_control; // offset: 143 (0x8F) 8191bb76ff1Sjsg uint32_t reserved_144; // offset: 144 (0x90) 8201bb76ff1Sjsg uint32_t cp_hqd_pq_control; // offset: 145 (0x91) 8211bb76ff1Sjsg uint32_t cp_hqd_ib_base_addr_lo; // offset: 146 (0x92) 8221bb76ff1Sjsg uint32_t cp_hqd_ib_base_addr_hi; // offset: 147 (0x93) 8231bb76ff1Sjsg uint32_t cp_hqd_ib_rptr; // offset: 148 (0x94) 8241bb76ff1Sjsg uint32_t cp_hqd_ib_control; // offset: 149 (0x95) 8251bb76ff1Sjsg uint32_t cp_hqd_iq_timer; // offset: 150 (0x96) 8261bb76ff1Sjsg uint32_t cp_hqd_iq_rptr; // offset: 151 (0x97) 8271bb76ff1Sjsg uint32_t cp_hqd_dequeue_request; // offset: 152 (0x98) 8281bb76ff1Sjsg uint32_t cp_hqd_dma_offload; // offset: 153 (0x99) 8291bb76ff1Sjsg uint32_t cp_hqd_sema_cmd; // offset: 154 (0x9A) 8301bb76ff1Sjsg uint32_t cp_hqd_msg_type; // offset: 155 (0x9B) 8311bb76ff1Sjsg uint32_t cp_hqd_atomic0_preop_lo; // offset: 156 (0x9C) 8321bb76ff1Sjsg uint32_t cp_hqd_atomic0_preop_hi; // offset: 157 (0x9D) 8331bb76ff1Sjsg uint32_t cp_hqd_atomic1_preop_lo; // offset: 158 (0x9E) 8341bb76ff1Sjsg uint32_t cp_hqd_atomic1_preop_hi; // offset: 159 (0x9F) 8351bb76ff1Sjsg uint32_t cp_hqd_hq_status0; // offset: 160 (0xA0) 8361bb76ff1Sjsg uint32_t cp_hqd_hq_control0; // offset: 161 (0xA1) 8371bb76ff1Sjsg uint32_t cp_mqd_control; // offset: 162 (0xA2) 8381bb76ff1Sjsg uint32_t cp_hqd_hq_status1; // offset: 163 (0xA3) 8391bb76ff1Sjsg uint32_t cp_hqd_hq_control1; // offset: 164 (0xA4) 8401bb76ff1Sjsg uint32_t cp_hqd_eop_base_addr_lo; // offset: 165 (0xA5) 8411bb76ff1Sjsg uint32_t cp_hqd_eop_base_addr_hi; // offset: 166 (0xA6) 8421bb76ff1Sjsg uint32_t cp_hqd_eop_control; // offset: 167 (0xA7) 8431bb76ff1Sjsg uint32_t cp_hqd_eop_rptr; // offset: 168 (0xA8) 8441bb76ff1Sjsg uint32_t cp_hqd_eop_wptr; // offset: 169 (0xA9) 8451bb76ff1Sjsg uint32_t cp_hqd_eop_done_events; // offset: 170 (0xAA) 8461bb76ff1Sjsg uint32_t cp_hqd_ctx_save_base_addr_lo; // offset: 171 (0xAB) 8471bb76ff1Sjsg uint32_t cp_hqd_ctx_save_base_addr_hi; // offset: 172 (0xAC) 8481bb76ff1Sjsg uint32_t cp_hqd_ctx_save_control; // offset: 173 (0xAD) 8491bb76ff1Sjsg uint32_t cp_hqd_cntl_stack_offset; // offset: 174 (0xAE) 8501bb76ff1Sjsg uint32_t cp_hqd_cntl_stack_size; // offset: 175 (0xAF) 8511bb76ff1Sjsg uint32_t cp_hqd_wg_state_offset; // offset: 176 (0xB0) 8521bb76ff1Sjsg uint32_t cp_hqd_ctx_save_size; // offset: 177 (0xB1) 8531bb76ff1Sjsg uint32_t cp_hqd_gds_resource_state; // offset: 178 (0xB2) 8541bb76ff1Sjsg uint32_t cp_hqd_error; // offset: 179 (0xB3) 8551bb76ff1Sjsg uint32_t cp_hqd_eop_wptr_mem; // offset: 180 (0xB4) 8561bb76ff1Sjsg uint32_t cp_hqd_aql_control; // offset: 181 (0xB5) 8571bb76ff1Sjsg uint32_t cp_hqd_pq_wptr_lo; // offset: 182 (0xB6) 8581bb76ff1Sjsg uint32_t cp_hqd_pq_wptr_hi; // offset: 183 (0xB7) 8591bb76ff1Sjsg uint32_t reserved_184; // offset: 184 (0xB8) 8601bb76ff1Sjsg uint32_t reserved_185; // offset: 185 (0xB9) 8611bb76ff1Sjsg uint32_t reserved_186; // offset: 186 (0xBA) 8621bb76ff1Sjsg uint32_t reserved_187; // offset: 187 (0xBB) 8631bb76ff1Sjsg uint32_t reserved_188; // offset: 188 (0xBC) 8641bb76ff1Sjsg uint32_t reserved_189; // offset: 189 (0xBD) 8651bb76ff1Sjsg uint32_t reserved_190; // offset: 190 (0xBE) 8661bb76ff1Sjsg uint32_t reserved_191; // offset: 191 (0xBF) 8671bb76ff1Sjsg uint32_t iqtimer_pkt_header; // offset: 192 (0xC0) 8681bb76ff1Sjsg uint32_t iqtimer_pkt_dw0; // offset: 193 (0xC1) 8691bb76ff1Sjsg uint32_t iqtimer_pkt_dw1; // offset: 194 (0xC2) 8701bb76ff1Sjsg uint32_t iqtimer_pkt_dw2; // offset: 195 (0xC3) 8711bb76ff1Sjsg uint32_t iqtimer_pkt_dw3; // offset: 196 (0xC4) 8721bb76ff1Sjsg uint32_t iqtimer_pkt_dw4; // offset: 197 (0xC5) 8731bb76ff1Sjsg uint32_t iqtimer_pkt_dw5; // offset: 198 (0xC6) 8741bb76ff1Sjsg uint32_t iqtimer_pkt_dw6; // offset: 199 (0xC7) 8751bb76ff1Sjsg uint32_t iqtimer_pkt_dw7; // offset: 200 (0xC8) 8761bb76ff1Sjsg uint32_t iqtimer_pkt_dw8; // offset: 201 (0xC9) 8771bb76ff1Sjsg uint32_t iqtimer_pkt_dw9; // offset: 202 (0xCA) 8781bb76ff1Sjsg uint32_t iqtimer_pkt_dw10; // offset: 203 (0xCB) 8791bb76ff1Sjsg uint32_t iqtimer_pkt_dw11; // offset: 204 (0xCC) 8801bb76ff1Sjsg uint32_t iqtimer_pkt_dw12; // offset: 205 (0xCD) 8811bb76ff1Sjsg uint32_t iqtimer_pkt_dw13; // offset: 206 (0xCE) 8821bb76ff1Sjsg uint32_t iqtimer_pkt_dw14; // offset: 207 (0xCF) 8831bb76ff1Sjsg uint32_t iqtimer_pkt_dw15; // offset: 208 (0xD0) 8841bb76ff1Sjsg uint32_t iqtimer_pkt_dw16; // offset: 209 (0xD1) 8851bb76ff1Sjsg uint32_t iqtimer_pkt_dw17; // offset: 210 (0xD2) 8861bb76ff1Sjsg uint32_t iqtimer_pkt_dw18; // offset: 211 (0xD3) 8871bb76ff1Sjsg uint32_t iqtimer_pkt_dw19; // offset: 212 (0xD4) 8881bb76ff1Sjsg uint32_t iqtimer_pkt_dw20; // offset: 213 (0xD5) 8891bb76ff1Sjsg uint32_t iqtimer_pkt_dw21; // offset: 214 (0xD6) 8901bb76ff1Sjsg uint32_t iqtimer_pkt_dw22; // offset: 215 (0xD7) 8911bb76ff1Sjsg uint32_t iqtimer_pkt_dw23; // offset: 216 (0xD8) 8921bb76ff1Sjsg uint32_t iqtimer_pkt_dw24; // offset: 217 (0xD9) 8931bb76ff1Sjsg uint32_t iqtimer_pkt_dw25; // offset: 218 (0xDA) 8941bb76ff1Sjsg uint32_t iqtimer_pkt_dw26; // offset: 219 (0xDB) 8951bb76ff1Sjsg uint32_t iqtimer_pkt_dw27; // offset: 220 (0xDC) 8961bb76ff1Sjsg uint32_t iqtimer_pkt_dw28; // offset: 221 (0xDD) 8971bb76ff1Sjsg uint32_t iqtimer_pkt_dw29; // offset: 222 (0xDE) 8981bb76ff1Sjsg uint32_t iqtimer_pkt_dw30; // offset: 223 (0xDF) 8991bb76ff1Sjsg uint32_t iqtimer_pkt_dw31; // offset: 224 (0xE0) 9001bb76ff1Sjsg uint32_t reserved_225; // offset: 225 (0xE1) 9011bb76ff1Sjsg uint32_t reserved_226; // offset: 226 (0xE2) 9021bb76ff1Sjsg uint32_t reserved_227; // offset: 227 (0xE3) 9031bb76ff1Sjsg uint32_t set_resources_header; // offset: 228 (0xE4) 9041bb76ff1Sjsg uint32_t set_resources_dw1; // offset: 229 (0xE5) 9051bb76ff1Sjsg uint32_t set_resources_dw2; // offset: 230 (0xE6) 9061bb76ff1Sjsg uint32_t set_resources_dw3; // offset: 231 (0xE7) 9071bb76ff1Sjsg uint32_t set_resources_dw4; // offset: 232 (0xE8) 9081bb76ff1Sjsg uint32_t set_resources_dw5; // offset: 233 (0xE9) 9091bb76ff1Sjsg uint32_t set_resources_dw6; // offset: 234 (0xEA) 9101bb76ff1Sjsg uint32_t set_resources_dw7; // offset: 235 (0xEB) 9111bb76ff1Sjsg uint32_t reserved_236; // offset: 236 (0xEC) 9121bb76ff1Sjsg uint32_t reserved_237; // offset: 237 (0xED) 9131bb76ff1Sjsg uint32_t reserved_238; // offset: 238 (0xEE) 9141bb76ff1Sjsg uint32_t reserved_239; // offset: 239 (0xEF) 9151bb76ff1Sjsg uint32_t queue_doorbell_id0; // offset: 240 (0xF0) 9161bb76ff1Sjsg uint32_t queue_doorbell_id1; // offset: 241 (0xF1) 9171bb76ff1Sjsg uint32_t queue_doorbell_id2; // offset: 242 (0xF2) 9181bb76ff1Sjsg uint32_t queue_doorbell_id3; // offset: 243 (0xF3) 9191bb76ff1Sjsg uint32_t queue_doorbell_id4; // offset: 244 (0xF4) 9201bb76ff1Sjsg uint32_t queue_doorbell_id5; // offset: 245 (0xF5) 9211bb76ff1Sjsg uint32_t queue_doorbell_id6; // offset: 246 (0xF6) 9221bb76ff1Sjsg uint32_t queue_doorbell_id7; // offset: 247 (0xF7) 9231bb76ff1Sjsg uint32_t queue_doorbell_id8; // offset: 248 (0xF8) 9241bb76ff1Sjsg uint32_t queue_doorbell_id9; // offset: 249 (0xF9) 9251bb76ff1Sjsg uint32_t queue_doorbell_id10; // offset: 250 (0xFA) 9261bb76ff1Sjsg uint32_t queue_doorbell_id11; // offset: 251 (0xFB) 9271bb76ff1Sjsg uint32_t queue_doorbell_id12; // offset: 252 (0xFC) 9281bb76ff1Sjsg uint32_t queue_doorbell_id13; // offset: 253 (0xFD) 9291bb76ff1Sjsg uint32_t queue_doorbell_id14; // offset: 254 (0xFE) 9301bb76ff1Sjsg uint32_t queue_doorbell_id15; // offset: 255 (0xFF) 9311bb76ff1Sjsg uint32_t control_buf_addr_lo; // offset: 256 (0x100) 9321bb76ff1Sjsg uint32_t control_buf_addr_hi; // offset: 257 (0x101) 9331bb76ff1Sjsg uint32_t control_buf_wptr_lo; // offset: 258 (0x102) 9341bb76ff1Sjsg uint32_t control_buf_wptr_hi; // offset: 259 (0x103) 9351bb76ff1Sjsg uint32_t control_buf_dptr_lo; // offset: 260 (0x104) 9361bb76ff1Sjsg uint32_t control_buf_dptr_hi; // offset: 261 (0x105) 9371bb76ff1Sjsg uint32_t control_buf_num_entries; // offset: 262 (0x106) 9381bb76ff1Sjsg uint32_t draw_ring_addr_lo; // offset: 263 (0x107) 9391bb76ff1Sjsg uint32_t draw_ring_addr_hi; // offset: 264 (0x108) 9401bb76ff1Sjsg uint32_t reserved_265; // offset: 265 (0x109) 9411bb76ff1Sjsg uint32_t reserved_266; // offset: 266 (0x10A) 9421bb76ff1Sjsg uint32_t reserved_267; // offset: 267 (0x10B) 9431bb76ff1Sjsg uint32_t reserved_268; // offset: 268 (0x10C) 9441bb76ff1Sjsg uint32_t reserved_269; // offset: 269 (0x10D) 9451bb76ff1Sjsg uint32_t reserved_270; // offset: 270 (0x10E) 9461bb76ff1Sjsg uint32_t reserved_271; // offset: 271 (0x10F) 9471bb76ff1Sjsg uint32_t reserved_272; // offset: 272 (0x110) 9481bb76ff1Sjsg uint32_t reserved_273; // offset: 273 (0x111) 9491bb76ff1Sjsg uint32_t reserved_274; // offset: 274 (0x112) 9501bb76ff1Sjsg uint32_t reserved_275; // offset: 275 (0x113) 9511bb76ff1Sjsg uint32_t reserved_276; // offset: 276 (0x114) 9521bb76ff1Sjsg uint32_t reserved_277; // offset: 277 (0x115) 9531bb76ff1Sjsg uint32_t reserved_278; // offset: 278 (0x116) 9541bb76ff1Sjsg uint32_t reserved_279; // offset: 279 (0x117) 9551bb76ff1Sjsg uint32_t reserved_280; // offset: 280 (0x118) 9561bb76ff1Sjsg uint32_t reserved_281; // offset: 281 (0x119) 9571bb76ff1Sjsg uint32_t reserved_282; // offset: 282 (0x11A) 9581bb76ff1Sjsg uint32_t reserved_283; // offset: 283 (0x11B) 9591bb76ff1Sjsg uint32_t reserved_284; // offset: 284 (0x11C) 9601bb76ff1Sjsg uint32_t reserved_285; // offset: 285 (0x11D) 9611bb76ff1Sjsg uint32_t reserved_286; // offset: 286 (0x11E) 9621bb76ff1Sjsg uint32_t reserved_287; // offset: 287 (0x11F) 9631bb76ff1Sjsg uint32_t reserved_288; // offset: 288 (0x120) 9641bb76ff1Sjsg uint32_t reserved_289; // offset: 289 (0x121) 9651bb76ff1Sjsg uint32_t reserved_290; // offset: 290 (0x122) 9661bb76ff1Sjsg uint32_t reserved_291; // offset: 291 (0x123) 9671bb76ff1Sjsg uint32_t reserved_292; // offset: 292 (0x124) 9681bb76ff1Sjsg uint32_t reserved_293; // offset: 293 (0x125) 9691bb76ff1Sjsg uint32_t reserved_294; // offset: 294 (0x126) 9701bb76ff1Sjsg uint32_t reserved_295; // offset: 295 (0x127) 9711bb76ff1Sjsg uint32_t reserved_296; // offset: 296 (0x128) 9721bb76ff1Sjsg uint32_t reserved_297; // offset: 297 (0x129) 9731bb76ff1Sjsg uint32_t reserved_298; // offset: 298 (0x12A) 9741bb76ff1Sjsg uint32_t reserved_299; // offset: 299 (0x12B) 9751bb76ff1Sjsg uint32_t reserved_300; // offset: 300 (0x12C) 9761bb76ff1Sjsg uint32_t reserved_301; // offset: 301 (0x12D) 9771bb76ff1Sjsg uint32_t reserved_302; // offset: 302 (0x12E) 9781bb76ff1Sjsg uint32_t reserved_303; // offset: 303 (0x12F) 9791bb76ff1Sjsg uint32_t reserved_304; // offset: 304 (0x130) 9801bb76ff1Sjsg uint32_t reserved_305; // offset: 305 (0x131) 9811bb76ff1Sjsg uint32_t reserved_306; // offset: 306 (0x132) 9821bb76ff1Sjsg uint32_t reserved_307; // offset: 307 (0x133) 9831bb76ff1Sjsg uint32_t reserved_308; // offset: 308 (0x134) 9841bb76ff1Sjsg uint32_t reserved_309; // offset: 309 (0x135) 9851bb76ff1Sjsg uint32_t reserved_310; // offset: 310 (0x136) 9861bb76ff1Sjsg uint32_t reserved_311; // offset: 311 (0x137) 9871bb76ff1Sjsg uint32_t reserved_312; // offset: 312 (0x138) 9881bb76ff1Sjsg uint32_t reserved_313; // offset: 313 (0x139) 9891bb76ff1Sjsg uint32_t reserved_314; // offset: 314 (0x13A) 9901bb76ff1Sjsg uint32_t reserved_315; // offset: 315 (0x13B) 9911bb76ff1Sjsg uint32_t reserved_316; // offset: 316 (0x13C) 9921bb76ff1Sjsg uint32_t reserved_317; // offset: 317 (0x13D) 9931bb76ff1Sjsg uint32_t reserved_318; // offset: 318 (0x13E) 9941bb76ff1Sjsg uint32_t reserved_319; // offset: 319 (0x13F) 9951bb76ff1Sjsg uint32_t reserved_320; // offset: 320 (0x140) 9961bb76ff1Sjsg uint32_t reserved_321; // offset: 321 (0x141) 9971bb76ff1Sjsg uint32_t reserved_322; // offset: 322 (0x142) 9981bb76ff1Sjsg uint32_t reserved_323; // offset: 323 (0x143) 9991bb76ff1Sjsg uint32_t reserved_324; // offset: 324 (0x144) 10001bb76ff1Sjsg uint32_t reserved_325; // offset: 325 (0x145) 10011bb76ff1Sjsg uint32_t reserved_326; // offset: 326 (0x146) 10021bb76ff1Sjsg uint32_t reserved_327; // offset: 327 (0x147) 10031bb76ff1Sjsg uint32_t reserved_328; // offset: 328 (0x148) 10041bb76ff1Sjsg uint32_t reserved_329; // offset: 329 (0x149) 10051bb76ff1Sjsg uint32_t reserved_330; // offset: 330 (0x14A) 10061bb76ff1Sjsg uint32_t reserved_331; // offset: 331 (0x14B) 10071bb76ff1Sjsg uint32_t reserved_332; // offset: 332 (0x14C) 10081bb76ff1Sjsg uint32_t reserved_333; // offset: 333 (0x14D) 10091bb76ff1Sjsg uint32_t reserved_334; // offset: 334 (0x14E) 10101bb76ff1Sjsg uint32_t reserved_335; // offset: 335 (0x14F) 10111bb76ff1Sjsg uint32_t reserved_336; // offset: 336 (0x150) 10121bb76ff1Sjsg uint32_t reserved_337; // offset: 337 (0x151) 10131bb76ff1Sjsg uint32_t reserved_338; // offset: 338 (0x152) 10141bb76ff1Sjsg uint32_t reserved_339; // offset: 339 (0x153) 10151bb76ff1Sjsg uint32_t reserved_340; // offset: 340 (0x154) 10161bb76ff1Sjsg uint32_t reserved_341; // offset: 341 (0x155) 10171bb76ff1Sjsg uint32_t reserved_342; // offset: 342 (0x156) 10181bb76ff1Sjsg uint32_t reserved_343; // offset: 343 (0x157) 10191bb76ff1Sjsg uint32_t reserved_344; // offset: 344 (0x158) 10201bb76ff1Sjsg uint32_t reserved_345; // offset: 345 (0x159) 10211bb76ff1Sjsg uint32_t reserved_346; // offset: 346 (0x15A) 10221bb76ff1Sjsg uint32_t reserved_347; // offset: 347 (0x15B) 10231bb76ff1Sjsg uint32_t reserved_348; // offset: 348 (0x15C) 10241bb76ff1Sjsg uint32_t reserved_349; // offset: 349 (0x15D) 10251bb76ff1Sjsg uint32_t reserved_350; // offset: 350 (0x15E) 10261bb76ff1Sjsg uint32_t reserved_351; // offset: 351 (0x15F) 10271bb76ff1Sjsg uint32_t reserved_352; // offset: 352 (0x160) 10281bb76ff1Sjsg uint32_t reserved_353; // offset: 353 (0x161) 10291bb76ff1Sjsg uint32_t reserved_354; // offset: 354 (0x162) 10301bb76ff1Sjsg uint32_t reserved_355; // offset: 355 (0x163) 10311bb76ff1Sjsg uint32_t reserved_356; // offset: 356 (0x164) 10321bb76ff1Sjsg uint32_t reserved_357; // offset: 357 (0x165) 10331bb76ff1Sjsg uint32_t reserved_358; // offset: 358 (0x166) 10341bb76ff1Sjsg uint32_t reserved_359; // offset: 359 (0x167) 10351bb76ff1Sjsg uint32_t reserved_360; // offset: 360 (0x168) 10361bb76ff1Sjsg uint32_t reserved_361; // offset: 361 (0x169) 10371bb76ff1Sjsg uint32_t reserved_362; // offset: 362 (0x16A) 10381bb76ff1Sjsg uint32_t reserved_363; // offset: 363 (0x16B) 10391bb76ff1Sjsg uint32_t reserved_364; // offset: 364 (0x16C) 10401bb76ff1Sjsg uint32_t reserved_365; // offset: 365 (0x16D) 10411bb76ff1Sjsg uint32_t reserved_366; // offset: 366 (0x16E) 10421bb76ff1Sjsg uint32_t reserved_367; // offset: 367 (0x16F) 10431bb76ff1Sjsg uint32_t reserved_368; // offset: 368 (0x170) 10441bb76ff1Sjsg uint32_t reserved_369; // offset: 369 (0x171) 10451bb76ff1Sjsg uint32_t reserved_370; // offset: 370 (0x172) 10461bb76ff1Sjsg uint32_t reserved_371; // offset: 371 (0x173) 10471bb76ff1Sjsg uint32_t reserved_372; // offset: 372 (0x174) 10481bb76ff1Sjsg uint32_t reserved_373; // offset: 373 (0x175) 10491bb76ff1Sjsg uint32_t reserved_374; // offset: 374 (0x176) 10501bb76ff1Sjsg uint32_t reserved_375; // offset: 375 (0x177) 10511bb76ff1Sjsg uint32_t reserved_376; // offset: 376 (0x178) 10521bb76ff1Sjsg uint32_t reserved_377; // offset: 377 (0x179) 10531bb76ff1Sjsg uint32_t reserved_378; // offset: 378 (0x17A) 10541bb76ff1Sjsg uint32_t reserved_379; // offset: 379 (0x17B) 10551bb76ff1Sjsg uint32_t reserved_380; // offset: 380 (0x17C) 10561bb76ff1Sjsg uint32_t reserved_381; // offset: 381 (0x17D) 10571bb76ff1Sjsg uint32_t reserved_382; // offset: 382 (0x17E) 10581bb76ff1Sjsg uint32_t reserved_383; // offset: 383 (0x17F) 10591bb76ff1Sjsg uint32_t reserved_384; // offset: 384 (0x180) 10601bb76ff1Sjsg uint32_t reserved_385; // offset: 385 (0x181) 10611bb76ff1Sjsg uint32_t reserved_386; // offset: 386 (0x182) 10621bb76ff1Sjsg uint32_t reserved_387; // offset: 387 (0x183) 10631bb76ff1Sjsg uint32_t reserved_388; // offset: 388 (0x184) 10641bb76ff1Sjsg uint32_t reserved_389; // offset: 389 (0x185) 10651bb76ff1Sjsg uint32_t reserved_390; // offset: 390 (0x186) 10661bb76ff1Sjsg uint32_t reserved_391; // offset: 391 (0x187) 10671bb76ff1Sjsg uint32_t reserved_392; // offset: 392 (0x188) 10681bb76ff1Sjsg uint32_t reserved_393; // offset: 393 (0x189) 10691bb76ff1Sjsg uint32_t reserved_394; // offset: 394 (0x18A) 10701bb76ff1Sjsg uint32_t reserved_395; // offset: 395 (0x18B) 10711bb76ff1Sjsg uint32_t reserved_396; // offset: 396 (0x18C) 10721bb76ff1Sjsg uint32_t reserved_397; // offset: 397 (0x18D) 10731bb76ff1Sjsg uint32_t reserved_398; // offset: 398 (0x18E) 10741bb76ff1Sjsg uint32_t reserved_399; // offset: 399 (0x18F) 10751bb76ff1Sjsg uint32_t reserved_400; // offset: 400 (0x190) 10761bb76ff1Sjsg uint32_t reserved_401; // offset: 401 (0x191) 10771bb76ff1Sjsg uint32_t reserved_402; // offset: 402 (0x192) 10781bb76ff1Sjsg uint32_t reserved_403; // offset: 403 (0x193) 10791bb76ff1Sjsg uint32_t reserved_404; // offset: 404 (0x194) 10801bb76ff1Sjsg uint32_t reserved_405; // offset: 405 (0x195) 10811bb76ff1Sjsg uint32_t reserved_406; // offset: 406 (0x196) 10821bb76ff1Sjsg uint32_t reserved_407; // offset: 407 (0x197) 10831bb76ff1Sjsg uint32_t reserved_408; // offset: 408 (0x198) 10841bb76ff1Sjsg uint32_t reserved_409; // offset: 409 (0x199) 10851bb76ff1Sjsg uint32_t reserved_410; // offset: 410 (0x19A) 10861bb76ff1Sjsg uint32_t reserved_411; // offset: 411 (0x19B) 10871bb76ff1Sjsg uint32_t reserved_412; // offset: 412 (0x19C) 10881bb76ff1Sjsg uint32_t reserved_413; // offset: 413 (0x19D) 10891bb76ff1Sjsg uint32_t reserved_414; // offset: 414 (0x19E) 10901bb76ff1Sjsg uint32_t reserved_415; // offset: 415 (0x19F) 10911bb76ff1Sjsg uint32_t reserved_416; // offset: 416 (0x1A0) 10921bb76ff1Sjsg uint32_t reserved_417; // offset: 417 (0x1A1) 10931bb76ff1Sjsg uint32_t reserved_418; // offset: 418 (0x1A2) 10941bb76ff1Sjsg uint32_t reserved_419; // offset: 419 (0x1A3) 10951bb76ff1Sjsg uint32_t reserved_420; // offset: 420 (0x1A4) 10961bb76ff1Sjsg uint32_t reserved_421; // offset: 421 (0x1A5) 10971bb76ff1Sjsg uint32_t reserved_422; // offset: 422 (0x1A6) 10981bb76ff1Sjsg uint32_t reserved_423; // offset: 423 (0x1A7) 10991bb76ff1Sjsg uint32_t reserved_424; // offset: 424 (0x1A8) 11001bb76ff1Sjsg uint32_t reserved_425; // offset: 425 (0x1A9) 11011bb76ff1Sjsg uint32_t reserved_426; // offset: 426 (0x1AA) 11021bb76ff1Sjsg uint32_t reserved_427; // offset: 427 (0x1AB) 11031bb76ff1Sjsg uint32_t reserved_428; // offset: 428 (0x1AC) 11041bb76ff1Sjsg uint32_t reserved_429; // offset: 429 (0x1AD) 11051bb76ff1Sjsg uint32_t reserved_430; // offset: 430 (0x1AE) 11061bb76ff1Sjsg uint32_t reserved_431; // offset: 431 (0x1AF) 11071bb76ff1Sjsg uint32_t reserved_432; // offset: 432 (0x1B0) 11081bb76ff1Sjsg uint32_t reserved_433; // offset: 433 (0x1B1) 11091bb76ff1Sjsg uint32_t reserved_434; // offset: 434 (0x1B2) 11101bb76ff1Sjsg uint32_t reserved_435; // offset: 435 (0x1B3) 11111bb76ff1Sjsg uint32_t reserved_436; // offset: 436 (0x1B4) 11121bb76ff1Sjsg uint32_t reserved_437; // offset: 437 (0x1B5) 11131bb76ff1Sjsg uint32_t reserved_438; // offset: 438 (0x1B6) 11141bb76ff1Sjsg uint32_t reserved_439; // offset: 439 (0x1B7) 11151bb76ff1Sjsg uint32_t reserved_440; // offset: 440 (0x1B8) 11161bb76ff1Sjsg uint32_t reserved_441; // offset: 441 (0x1B9) 11171bb76ff1Sjsg uint32_t reserved_442; // offset: 442 (0x1BA) 11181bb76ff1Sjsg uint32_t reserved_443; // offset: 443 (0x1BB) 11191bb76ff1Sjsg uint32_t reserved_444; // offset: 444 (0x1BC) 11201bb76ff1Sjsg uint32_t reserved_445; // offset: 445 (0x1BD) 11211bb76ff1Sjsg uint32_t reserved_446; // offset: 446 (0x1BE) 11221bb76ff1Sjsg uint32_t reserved_447; // offset: 447 (0x1BF) 11231bb76ff1Sjsg uint32_t gws_0_val; // offset: 448 (0x1C0) 11241bb76ff1Sjsg uint32_t gws_1_val; // offset: 449 (0x1C1) 11251bb76ff1Sjsg uint32_t gws_2_val; // offset: 450 (0x1C2) 11261bb76ff1Sjsg uint32_t gws_3_val; // offset: 451 (0x1C3) 11271bb76ff1Sjsg uint32_t gws_4_val; // offset: 452 (0x1C4) 11281bb76ff1Sjsg uint32_t gws_5_val; // offset: 453 (0x1C5) 11291bb76ff1Sjsg uint32_t gws_6_val; // offset: 454 (0x1C6) 11301bb76ff1Sjsg uint32_t gws_7_val; // offset: 455 (0x1C7) 11311bb76ff1Sjsg uint32_t gws_8_val; // offset: 456 (0x1C8) 11321bb76ff1Sjsg uint32_t gws_9_val; // offset: 457 (0x1C9) 11331bb76ff1Sjsg uint32_t gws_10_val; // offset: 458 (0x1CA) 11341bb76ff1Sjsg uint32_t gws_11_val; // offset: 459 (0x1CB) 11351bb76ff1Sjsg uint32_t gws_12_val; // offset: 460 (0x1CC) 11361bb76ff1Sjsg uint32_t gws_13_val; // offset: 461 (0x1CD) 11371bb76ff1Sjsg uint32_t gws_14_val; // offset: 462 (0x1CE) 11381bb76ff1Sjsg uint32_t gws_15_val; // offset: 463 (0x1CF) 11391bb76ff1Sjsg uint32_t gws_16_val; // offset: 464 (0x1D0) 11401bb76ff1Sjsg uint32_t gws_17_val; // offset: 465 (0x1D1) 11411bb76ff1Sjsg uint32_t gws_18_val; // offset: 466 (0x1D2) 11421bb76ff1Sjsg uint32_t gws_19_val; // offset: 467 (0x1D3) 11431bb76ff1Sjsg uint32_t gws_20_val; // offset: 468 (0x1D4) 11441bb76ff1Sjsg uint32_t gws_21_val; // offset: 469 (0x1D5) 11451bb76ff1Sjsg uint32_t gws_22_val; // offset: 470 (0x1D6) 11461bb76ff1Sjsg uint32_t gws_23_val; // offset: 471 (0x1D7) 11471bb76ff1Sjsg uint32_t gws_24_val; // offset: 472 (0x1D8) 11481bb76ff1Sjsg uint32_t gws_25_val; // offset: 473 (0x1D9) 11491bb76ff1Sjsg uint32_t gws_26_val; // offset: 474 (0x1DA) 11501bb76ff1Sjsg uint32_t gws_27_val; // offset: 475 (0x1DB) 11511bb76ff1Sjsg uint32_t gws_28_val; // offset: 476 (0x1DC) 11521bb76ff1Sjsg uint32_t gws_29_val; // offset: 477 (0x1DD) 11531bb76ff1Sjsg uint32_t gws_30_val; // offset: 478 (0x1DE) 11541bb76ff1Sjsg uint32_t gws_31_val; // offset: 479 (0x1DF) 11551bb76ff1Sjsg uint32_t gws_32_val; // offset: 480 (0x1E0) 11561bb76ff1Sjsg uint32_t gws_33_val; // offset: 481 (0x1E1) 11571bb76ff1Sjsg uint32_t gws_34_val; // offset: 482 (0x1E2) 11581bb76ff1Sjsg uint32_t gws_35_val; // offset: 483 (0x1E3) 11591bb76ff1Sjsg uint32_t gws_36_val; // offset: 484 (0x1E4) 11601bb76ff1Sjsg uint32_t gws_37_val; // offset: 485 (0x1E5) 11611bb76ff1Sjsg uint32_t gws_38_val; // offset: 486 (0x1E6) 11621bb76ff1Sjsg uint32_t gws_39_val; // offset: 487 (0x1E7) 11631bb76ff1Sjsg uint32_t gws_40_val; // offset: 488 (0x1E8) 11641bb76ff1Sjsg uint32_t gws_41_val; // offset: 489 (0x1E9) 11651bb76ff1Sjsg uint32_t gws_42_val; // offset: 490 (0x1EA) 11661bb76ff1Sjsg uint32_t gws_43_val; // offset: 491 (0x1EB) 11671bb76ff1Sjsg uint32_t gws_44_val; // offset: 492 (0x1EC) 11681bb76ff1Sjsg uint32_t gws_45_val; // offset: 493 (0x1ED) 11691bb76ff1Sjsg uint32_t gws_46_val; // offset: 494 (0x1EE) 11701bb76ff1Sjsg uint32_t gws_47_val; // offset: 495 (0x1EF) 11711bb76ff1Sjsg uint32_t gws_48_val; // offset: 496 (0x1F0) 11721bb76ff1Sjsg uint32_t gws_49_val; // offset: 497 (0x1F1) 11731bb76ff1Sjsg uint32_t gws_50_val; // offset: 498 (0x1F2) 11741bb76ff1Sjsg uint32_t gws_51_val; // offset: 499 (0x1F3) 11751bb76ff1Sjsg uint32_t gws_52_val; // offset: 500 (0x1F4) 11761bb76ff1Sjsg uint32_t gws_53_val; // offset: 501 (0x1F5) 11771bb76ff1Sjsg uint32_t gws_54_val; // offset: 502 (0x1F6) 11781bb76ff1Sjsg uint32_t gws_55_val; // offset: 503 (0x1F7) 11791bb76ff1Sjsg uint32_t gws_56_val; // offset: 504 (0x1F8) 11801bb76ff1Sjsg uint32_t gws_57_val; // offset: 505 (0x1F9) 11811bb76ff1Sjsg uint32_t gws_58_val; // offset: 506 (0x1FA) 11821bb76ff1Sjsg uint32_t gws_59_val; // offset: 507 (0x1FB) 11831bb76ff1Sjsg uint32_t gws_60_val; // offset: 508 (0x1FC) 11841bb76ff1Sjsg uint32_t gws_61_val; // offset: 509 (0x1FD) 11851bb76ff1Sjsg uint32_t gws_62_val; // offset: 510 (0x1FE) 11861bb76ff1Sjsg uint32_t gws_63_val; // offset: 511 (0x1FF) 11871bb76ff1Sjsg }; 11881bb76ff1Sjsg 11891bb76ff1Sjsg #endif /* V11_STRUCTS_H_ */ 1190