Lines Matching refs:macrotile
880 out->tile_config = R300_TXO_MACRO_TILE(desc->macrotile[level]) | in r300_texture_setup_format_state()
895 R300_DEPTHMACROTILE(tex->tex.macrotile[level]) | in r300_texture_setup_fb_state()
904 R300_COLOR_TILE(tex->tex.macrotile[level]) | in r300_texture_setup_fb_state()
953 enum radeon_bo_layout macrotile, in r300_texture_create_object() argument
975 tex->tex.macrotile[0] = macrotile; in r300_texture_create_object()
998 tex->tex.microtile, tex->tex.macrotile[0], in r300_texture_create_object()
1010 enum radeon_bo_layout microtile, macrotile; in r300_texture_create() local
1015 macrotile = RADEON_LAYOUT_LINEAR; in r300_texture_create()
1019 macrotile = RADEON_LAYOUT_UNKNOWN; in r300_texture_create()
1023 r300_texture_create_object(rscreen, base, microtile, macrotile, in r300_texture_create()
1034 enum radeon_bo_layout microtile, macrotile; in r300_texture_from_handle() local
1049 rws->buffer_get_tiling(buffer, µtile, ¯otile, NULL, NULL, NULL, NULL, NULL); in r300_texture_from_handle()
1066 r300_texture_create_object(rscreen, base, microtile, macrotile, in r300_texture_from_handle()
1118 tex->tex.macrotile[level], in r300_create_surface_custom()
1143 tex->tex.macrotile[level] ? "YES" : " NO"); in r300_create_surface_custom()