Home | History | Annotate | Download | only in r300

Lines Matching refs:macrotile

880     out->tile_config = R300_TXO_MACRO_TILE(desc->macrotile[level]) |
895 R300_DEPTHMACROTILE(tex->tex.macrotile[level]) |
904 R300_COLOR_TILE(tex->tex.macrotile[level]) |
953 enum radeon_bo_layout macrotile,
975 tex->tex.macrotile[0] = macrotile;
998 tex->tex.microtile, tex->tex.macrotile[0],
1010 enum radeon_bo_layout microtile, macrotile;
1015 macrotile = RADEON_LAYOUT_LINEAR;
1019 macrotile = RADEON_LAYOUT_UNKNOWN;
1023 r300_texture_create_object(rscreen, base, microtile, macrotile,
1034 enum radeon_bo_layout microtile, macrotile;
1049 rws->buffer_get_tiling(buffer, &microtile, &macrotile, NULL, NULL, NULL, NULL, NULL);
1066 r300_texture_create_object(rscreen, base, microtile, macrotile,
1118 tex->tex.macrotile[level],
1143 tex->tex.macrotile[level] ? "YES" : " NO");