Searched refs:R300_COLOR_TILE (Results 1 – 3 of 3) sorted by relevance
732 srcsurf->pitch &= ~(R300_COLOR_TILE(1) | R300_COLOR_MICROTILE(3)); in r300_simple_msaa_resolve()733 srcsurf->pitch |= dstsurf->pitch & (R300_COLOR_TILE(1) | R300_COLOR_MICROTILE(3)); in r300_simple_msaa_resolve()
1011 R300_COLOR_TILE(tex->tex.macrotile[level]) | in r300_texture_setup_fb_state()
2413 # define R300_COLOR_TILE(x) ((x) << 16) macro