Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tex.h61 static const struct tx_table tx_table_be[] = variable
Dr200_blit.c127 txformat |= tx_table_be[src_mesa_format].format;
Dr200_texstate.c54 && (tx_table_be[f].format != 0xffffffff) )
1314 const struct tx_table *table = tx_table_be; in setup_hardware_state()