Searched refs:tx_table (Results 1 – 5 of 5) sorted by relevance
54 struct tx_table { struct59 static const struct tx_table tx_table[] = argument
56 && (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()
127 txformat |= tx_table[mesa_format].format; in emit_tx_setup()
55 struct tx_table { struct61 static const struct tx_table tx_table_be[] = argument91 static const struct tx_table tx_table_le[] =
1312 const struct tx_table *table = _mesa_little_endian() ? tx_table_le : in setup_hardware_state()