HomeSort by relevance Sort by last modified time
    Searched full:rv350_mode (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.c 85 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)) {

Completed in 434 milliseconds