Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture.c915 unsigned txwidth, txheight, txdepth; in r300_texture_setup_format_state() local
921 txwidth = (width - 1) & 0x7ff; in r300_texture_setup_format_state()
933 R300_TX_WIDTH(txwidth) | in r300_texture_setup_format_state()
955 unsigned us_width = txwidth; in r300_texture_setup_format_state()