Searched refs:txwidth (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ | ||
| H A D | r300_texture.c | 915 unsigned txwidth, txheight, txdepth; local in function:r300_texture_setup_format_state 921 txwidth = (width - 1) & 0x7ff; 933 R300_TX_WIDTH(txwidth) | 955 unsigned us_width = txwidth; |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ | ||
| H A D | r300_texture.c | 918 unsigned txwidth, txheight, txdepth; local in function:r300_texture_setup_format_state 924 txwidth = (width - 1) & 0x7ff; 936 R300_TX_WIDTH(txwidth) | 958 unsigned us_width = txwidth; |
Completed in 5 milliseconds