Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tex.h54 struct tx_table { struct
59 static const struct tx_table tx_table[] = argument
Dradeon_texstate.c55 && (tx_table[f].format != 0xffffffff) )
613 t->pp_txformat = tx_table[texFormat].format; in radeonSetTexBuffer2()
614 t->pp_txfilter |= tx_table[texFormat].filter; in radeonSetTexBuffer2()
926 const struct tx_table *table = tx_table; in setup_hardware_state()
Dradeon_blit.c118 txformat |= tx_table[mesa_format].format; in emit_tx_setup()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tex.h55 struct tx_table { struct
61 static const struct tx_table tx_table_be[] = argument
90 static const struct tx_table tx_table_le[] =
Dr200_texstate.c1312 const struct tx_table *table = tx_table_le; in setup_hardware_state()
1314 const struct tx_table *table = tx_table_be; in setup_hardware_state()