Searched refs:txoffset (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_textured_videofuncs.c97 uint32_t txformat, txsize, txpitch, txoffset; local in function:FUNC_NAME
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; local in function:FUNC_NAME
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
1186 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch; local in function:FUNC_NAME
2670 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch, us_format = 0; local in function:FUNC_NAME
[all...]
H A Dradeon_exa_render.c385 uint32_t txfilter, txformat, txoffset, txpitch; local in function:FUNC_NAME
405 txoffset = 0;
419 txoffset |= RADEON_TXO_MACRO_TILE;
475 EMIT_READ_OFFSET(RADEON_PP_TXOFFSET_0, txoffset, pPix);
485 EMIT_READ_OFFSET(RADEON_PP_TXOFFSET_1, txoffset, pPix);
802 uint32_t txfilter, txformat, txoffset, txpitch; local in function:FUNC_NAME
823 txoffset = 0;
836 txoffset |= R200_TXO_MACRO_TILE;
893 EMIT_READ_OFFSET(R200_PP_TXOFFSET_0, txoffset, pPix);
901 EMIT_READ_OFFSET(R200_PP_TXOFFSET_1, txoffset, pPi
1198 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch, us_format = 0; local in function:FUNC_NAME
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_exa_render.c352 uint32_t txfilter, txformat, txoffset, txpitch; local in function:R100TextureSetup
371 txoffset = 0;
383 txoffset |= RADEON_TXO_MACRO_TILE;
439 EMIT_READ_OFFSET(RADEON_PP_TXOFFSET_0, txoffset, pPix);
449 EMIT_READ_OFFSET(RADEON_PP_TXOFFSET_1, txoffset, pPix);
749 uint32_t txfilter, txformat, txoffset, txpitch; local in function:R200TextureSetup
769 txoffset = 0;
781 txoffset |= R200_TXO_MACRO_TILE;
838 EMIT_READ_OFFSET(R200_PP_TXOFFSET_0, txoffset, pPix);
846 EMIT_READ_OFFSET(R200_PP_TXOFFSET_1, txoffset, pPi
1131 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch, us_format = 0; local in function:R300TextureSetup
[all...]

Completed in 6 milliseconds