Lines Matching refs:pkt
91 function A6XX_TEX_CONST(pkt, size)
95 local base = pkt[4].BASE_LO | (pkt[5].BASE_HI << 32)
96 local ubwc_base = pkt[7].FLAG_LO | (pkt[8].FLAG_HI << 32)
97 local width0 = pkt[1].WIDTH
98 local height0 = pkt[1].HEIGHT
99 local depth0 = pkt[5].DEPTH
107 …pkt[0].FMT, pkt[0].TILE_MODE, pkt[3].MIN_LAYERSZ, tostring(pkt[3].TILE_ALL), tostring(pkt[3].FLAG)…
136 printf(" .format = %s,\n", pkt[0].FMT)
137 if (tostring(pkt[2].TYPE) == "A6XX_TEX_3D") then
142 printf(" .tile_mode = %s,\n", pkt[0].TILE_MODE)
143 printf(" .ubwc = %s,\n", tostring(pkt[3].FLAG))
145 if (tostring(pkt[0].SAMPLES) == "MSAA_ONE") then
147 elseif (tostring(pkt[0].SAMPLES) == "MSAA_TWO") then
149 elseif (tostring(pkt[0].SAMPLES) == "MSAA_FOUR") then
155 if (tostring(pkt[2].TYPE) == "A6XX_TEX_3D") then
178 if pkt[3].FLAG then