Home
last modified time | relevance | path

Searched refs:txdepth (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
926 txdepth = util_logbase2(depth) & 0xf; in r300_texture_setup_format_state()
938 R300_TX_DEPTH(txdepth); in r300_texture_setup_format_state()
960 unsigned us_depth = txdepth; in r300_texture_setup_format_state()