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.c918 unsigned txwidth, txheight, txdepth; in r300_texture_setup_format_state() local
925 txheight = (height - 1) & 0x7ff; in r300_texture_setup_format_state()
937 R300_TX_HEIGHT(txheight) | in r300_texture_setup_format_state()
959 unsigned us_height = txheight; in r300_texture_setup_format_state()