Home
last modified time | relevance | path

Searched refs:DIM_WIDTH (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.h36 DIM_WIDTH = 0, enumerator
Dr300_texture_desc.c69 if (macrotile == 0 && is_rs690 && dim == DIM_WIDTH) { in r300_get_pixel_alignment()
96 if (dim == DIM_WIDTH) { in r300_texture_macro_switch()
140 DIM_WIDTH, is_rs690); in r300_texture_get_stride()
231 r300_texture_macro_switch(tex, i, rv350_mode, DIM_WIDTH) && in r300_setup_miptree()
518 if (r300_texture_macro_switch(tex, 0, rv350_mode, DIM_WIDTH) && in r300_setup_tiling()