Home
last modified time | relevance | path

Searched refs:r300_texture_macro_switch (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.c83 static boolean r300_texture_macro_switch(struct r300_resource *tex, in r300_texture_macro_switch() function
231 r300_texture_macro_switch(tex, i, rv350_mode, DIM_WIDTH) && in r300_setup_miptree()
232 r300_texture_macro_switch(tex, i, rv350_mode, DIM_HEIGHT)) ? in r300_setup_miptree()
518 if (r300_texture_macro_switch(tex, 0, rv350_mode, DIM_WIDTH) && in r300_setup_tiling()
519 r300_texture_macro_switch(tex, 0, rv350_mode, DIM_HEIGHT)) { in r300_setup_tiling()

Completed in 3 milliseconds