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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_texture_desc.h36 DIM_WIDTH = 0, enumerator in enum:r300_dim
H A Dr300_texture_desc.c76 if (macrotile == 0 && is_rs690 && dim == DIM_WIDTH) {
100 if (dim == DIM_WIDTH) {
144 DIM_WIDTH, is_rs690);
235 r300_texture_macro_switch(tex, i, rv350_mode, DIM_WIDTH) &&
456 if (r300_texture_macro_switch(tex, 0, rv350_mode, DIM_WIDTH) &&
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.h36 DIM_WIDTH = 0, enumerator in enum:r300_dim
H A Dr300_texture_desc.c76 if (macrotile == 0 && is_rs690 && dim == DIM_WIDTH) {
100 if (dim == DIM_WIDTH) {
144 DIM_WIDTH, is_rs690);
235 r300_texture_macro_switch(tex, i, rv350_mode, DIM_WIDTH) &&
456 if (r300_texture_macro_switch(tex, 0, rv350_mode, DIM_WIDTH) &&

Completed in 145 milliseconds