Searched defs:rv350_mode (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.c85 boolean rv350_mode,
103 if (rv350_mode) {
218 boolean rv350_mode = screen->caps.family >= CHIP_R350; local
231 r300_texture_macro_switch(tex, i, rv350_mode, DIM_WIDTH) &&
232 r300_texture_macro_switch(tex, i, rv350_mode, DIM_HEIGHT)) ?
471 boolean rv350_mode = screen->caps.family >= CHIP_R350; local
518 if (r300_texture_macro_switch(tex, 0, rv350_mode, DIM_WIDTH) &&
519 r300_texture_macro_switch(tex, 0, rv350_mode, DIM_HEIGHT)) {
83 r300_texture_macro_switch(struct r300_resource *tex, unsigned level, boolean rv350_mode, enum r300_dim dim) argument

Completed in 82 milliseconds