Searched refs:txheight (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_texture.c915 unsigned txwidth, txheight, txdepth; local in function:r300_texture_setup_format_state
922 txheight = (height - 1) & 0x7ff;
934 R300_TX_HEIGHT(txheight) |
956 unsigned us_height = txheight;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_texture.c918 unsigned txwidth, txheight, txdepth; local in function:r300_texture_setup_format_state
925 txheight = (height - 1) & 0x7ff;
937 R300_TX_HEIGHT(txheight) |
959 unsigned us_height = txheight;

Completed in 5 milliseconds