Home
last modified time | relevance | path

Searched refs:src_mesa_format (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_blit.c121 mesa_format src_mesa_format, in emit_tx_setup() argument
137 txformat |= tx_table_le[src_mesa_format].format; in emit_tx_setup()
140 txformat |= tx_table_be[src_mesa_format].format; in emit_tx_setup()
302 OUT_BATCH_REGVAL(R200_PP_TXPITCH_0, pitch * _mesa_get_format_bytes(src_mesa_format) - 32); in emit_tx_setup()