Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c93 boolean rv350_mode, in r300_texture_macro_switch() argument
107 if (rv350_mode) { in r300_texture_macro_switch()
222 boolean rv350_mode = screen->caps.family >= CHIP_FAMILY_R350; in r300_setup_miptree() local
235 r300_texture_macro_switch(tex, i, rv350_mode, DIM_WIDTH) && in r300_setup_miptree()
236 r300_texture_macro_switch(tex, i, rv350_mode, DIM_HEIGHT)) ? in r300_setup_miptree()
422 boolean rv350_mode = screen->caps.family >= CHIP_FAMILY_R350; in r300_setup_tiling() local
456 if (r300_texture_macro_switch(tex, 0, rv350_mode, DIM_WIDTH) && in r300_setup_tiling()
457 r300_texture_macro_switch(tex, 0, rv350_mode, DIM_HEIGHT)) { in r300_setup_tiling()