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