Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture.c812 unsigned txwidth, txheight, txdepth; in r300_texture_setup_format_state() local
819 txheight = (height - 1) & 0x7ff; in r300_texture_setup_format_state()
831 R300_TX_HEIGHT(txheight) | in r300_texture_setup_format_state()
853 unsigned us_height = txheight; in r300_texture_setup_format_state()