Lines Matching refs:texdw
762 u32 texdw[8];
765 texdw[0] = radeon_get_ib_value(p, idx + 0);
766 texdw[1] = radeon_get_ib_value(p, idx + 1);
767 texdw[2] = radeon_get_ib_value(p, idx + 2);
768 texdw[3] = radeon_get_ib_value(p, idx + 3);
769 texdw[4] = radeon_get_ib_value(p, idx + 4);
770 texdw[5] = radeon_get_ib_value(p, idx + 5);
771 texdw[6] = radeon_get_ib_value(p, idx + 6);
772 texdw[7] = radeon_get_ib_value(p, idx + 7);
773 dim = G_030000_DIM(texdw[0]);
774 llevel = G_030014_LAST_LEVEL(texdw[5]);
775 mslice = G_030014_LAST_ARRAY(texdw[5]) + 1;
776 width = G_030000_TEX_WIDTH(texdw[0]) + 1;
777 height = G_030004_TEX_HEIGHT(texdw[1]) + 1;
778 depth = G_030004_TEX_DEPTH(texdw[1]) + 1;
779 surf.format = G_03001C_DATA_FORMAT(texdw[7]);
780 surf.nbx = (G_030000_PITCH(texdw[0]) + 1) * 8;
783 surf.mode = G_030004_ARRAY_MODE(texdw[1]);
784 surf.tsplit = G_030018_TILE_SPLIT(texdw[6]);
785 surf.nbanks = G_03001C_NUM_BANKS(texdw[7]);
786 surf.bankw = G_03001C_BANK_WIDTH(texdw[7]);
787 surf.bankh = G_03001C_BANK_HEIGHT(texdw[7]);
788 surf.mtilea = G_03001C_MACRO_TILE_ASPECT(texdw[7]);
790 toffset = texdw[2] << 8;
791 moffset = texdw[3] << 8;
832 __func__, __LINE__, texdw[0], texdw[1], texdw[4],
833 texdw[5], texdw[6], texdw[7]);
857 (unsigned long)texdw[2] << 8, mslice,
918 (unsigned long)texdw[3] << 8, moffset, mslice,