Searched refs:stencil_tile_mode (Results 1 – 1 of 1) sorted by relevance
/external/libdrm/radeon/ |
D | radeon_surface.c | 1281 unsigned mode, unsigned *tile_mode, unsigned *stencil_tile_mode) in si_surface_sanity() argument 1325 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_2D; in si_surface_sanity() 1328 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_2D_2AA; in si_surface_sanity() 1331 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_2D_4AA; in si_surface_sanity() 1334 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_2D_8AA; in si_surface_sanity() 1340 gb_tile_mode = surf_man->hw_info.tile_mode_array[*stencil_tile_mode]; in si_surface_sanity() 1396 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_1D; in si_surface_sanity() 1594 unsigned tile_mode, unsigned stencil_tile_mode) in si_surface_init_1d_miptrees() argument 1604 …r = si_surface_init_1d(surf_man, surf, surf->stencil_level, 1, stencil_tile_mode, surf->bo_size, 0… in si_surface_init_1d_miptrees() 1696 unsigned tile_mode, unsigned stencil_tile_mode) in si_surface_init_2d_miptrees() argument [all …]
|