Lines Matching defs:txoffset
97 uint32_t txformat, txsize, txpitch, txoffset;
193 txoffset = info->cs ? 0 : pPriv->src_offset;
235 OUT_TEXTURE_REG(RADEON_PP_TXOFFSET_0, txoffset, src_bo);
262 OUT_TEXTURE_REG(RADEON_PP_TXOFFSET_1, txoffset + pPriv->planeu_offset, src_bo);
286 OUT_TEXTURE_REG(RADEON_PP_TXOFFSET_2, txoffset + pPriv->planev_offset, src_bo);
319 OUT_TEXTURE_REG(RADEON_PP_TXOFFSET_0, txoffset, src_bo);
557 uint32_t txfilter, txsize, txpitch, txoffset;
708 txoffset = info->cs ? 0 : pPriv->src_offset;
741 OUT_TEXTURE_REG(R200_PP_TXOFFSET_0, txoffset, src_bo);
748 OUT_TEXTURE_REG(R200_PP_TXOFFSET_1, txoffset + pPriv->planeu_offset, src_bo);
755 OUT_TEXTURE_REG(R200_PP_TXOFFSET_2, txoffset + pPriv->planev_offset, src_bo);
897 OUT_TEXTURE_REG(R200_PP_TXOFFSET_0, txoffset, src_bo);
1186 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch;
1312 txoffset = info->cs ? 0 : pPriv->src_offset;
1323 OUT_TEXTURE_REG(R300_TX_OFFSET_0, txoffset, src_bo);
1345 OUT_TEXTURE_REG(R300_TX_OFFSET_1, txoffset + pPriv->planeu_offset, src_bo);
1351 OUT_TEXTURE_REG(R300_TX_OFFSET_2, txoffset + pPriv->planev_offset, src_bo);
2670 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch, us_format = 0;
2821 txoffset = info->cs ? 0 : pPriv->src_offset;
2829 OUT_TEXTURE_REG(R300_TX_OFFSET_0, txoffset, src_bo);
2853 OUT_TEXTURE_REG(R300_TX_OFFSET_1, txoffset + pPriv->planeu_offset, src_bo);
2859 OUT_TEXTURE_REG(R300_TX_OFFSET_2, txoffset + pPriv->planev_offset, src_bo);