Searched refs:r300_texture_macro_switch (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_texture_desc.c | 83 static boolean r300_texture_macro_switch(struct r300_resource *tex, function in typeref:typename:boolean 231 r300_texture_macro_switch(tex, i, rv350_mode, DIM_WIDTH) && 232 r300_texture_macro_switch(tex, i, rv350_mode, DIM_HEIGHT)) ? 518 if (r300_texture_macro_switch(tex, 0, rv350_mode, DIM_WIDTH) && 519 r300_texture_macro_switch(tex, 0, rv350_mode, DIM_HEIGHT)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_texture_desc.c | 83 static boolean r300_texture_macro_switch(struct r300_resource *tex, function in typeref:typename:boolean 231 r300_texture_macro_switch(tex, i, rv350_mode, DIM_WIDTH) && 232 r300_texture_macro_switch(tex, i, rv350_mode, DIM_HEIGHT)) ? 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 4 milliseconds