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.c56 && (tx_table[f].format != 0xffffffff) )
599 t->pp_txformat = tx_table[MESA_FORMAT_BGR_UNORM8].format; in radeonSetTexBuffer2()
603 t->pp_txformat = tx_table[MESA_FORMAT_B8G8R8A8_UNORM].format; in radeonSetTexBuffer2()
606 t->pp_txfilter |= tx_table[MESA_FORMAT_B8G8R8A8_UNORM].filter; in radeonSetTexBuffer2()
611 t->pp_txformat = tx_table[MESA_FORMAT_BGR_UNORM8].format; in radeonSetTexBuffer2()
612 t->pp_txfilter |= tx_table[MESA_FORMAT_BGR_UNORM8].filter; in radeonSetTexBuffer2()
616 t->pp_txformat = tx_table[MESA_FORMAT_B5G6R5_UNORM].format; in radeonSetTexBuffer2()
617 t->pp_txfilter |= tx_table[MESA_FORMAT_B5G6R5_UNORM].filter; in radeonSetTexBuffer2()
930 const struct tx_table *table = tx_table; in setup_hardware_state()
Dradeon_blit.c127 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
91 static const struct tx_table tx_table_le[] =
Dr200_texstate.c1312 const struct tx_table *table = _mesa_little_endian() ? tx_table_le : in setup_hardware_state()