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

/xsrc/external/mit/MesaLib.old/dist/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 in function:r300_setup_miptree
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 in function:r300_setup_tiling
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
/xsrc/external/mit/MesaLib/dist/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 in function:r300_setup_miptree
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 in function:r300_setup_tiling
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
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_bo_helper.c75 uint32_t flags, Bool rv350_mode)
88 if (rv350_mode) {
74 RADEONMacroSwitch(int width,int height,int bpp,uint32_t flags,Bool rv350_mode) argument
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa.c429 uint32_t flags, Bool rv350_mode)
442 if (rv350_mode) {
428 RADEONMacroSwitch(int width,int height,int bpp,uint32_t flags,Bool rv350_mode) argument

Completed in 6 milliseconds