Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texstate.c79 && (tx_table[f].format != 0xffffffff) )
81 struct tx_table { struct
86 static const struct tx_table tx_table[] = argument
662 t->pp_txformat = tx_table[MESA_FORMAT_RGB888].format; in radeonSetTexBuffer2()
666 t->pp_txformat = tx_table[MESA_FORMAT_ARGB8888].format; in radeonSetTexBuffer2()
669 t->pp_txfilter |= tx_table[MESA_FORMAT_ARGB8888].filter; in radeonSetTexBuffer2()
674 t->pp_txformat = tx_table[MESA_FORMAT_RGB888].format; in radeonSetTexBuffer2()
675 t->pp_txfilter |= tx_table[MESA_FORMAT_RGB888].filter; in radeonSetTexBuffer2()
679 t->pp_txformat = tx_table[MESA_FORMAT_RGB565].format; in radeonSetTexBuffer2()
680 t->pp_txfilter |= tx_table[MESA_FORMAT_RGB565].filter; in radeonSetTexBuffer2()
[all …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_texstate.c78 struct tx_table { struct
82 static const struct tx_table tx_table_be[] = argument
110 static const struct tx_table tx_table_le[] =
1406 const struct tx_table *table = _mesa_little_endian() ? tx_table_le : in setup_hardware_state()