Searched defs:stencil_tile_mode (Results 1 - 1 of 1) sorted by relevance

/external/libdrm/radeon/
H A Dradeon_surface.c1281 unsigned mode, unsigned *tile_mode, unsigned *stencil_tile_mode)
1325 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_2D;
1328 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_2D_2AA;
1331 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_2D_4AA;
1334 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_2D_8AA;
1340 gb_tile_mode = surf_man->hw_info.tile_mode_array[*stencil_tile_mode];
1396 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_1D;
1593 unsigned tile_mode, unsigned stencil_tile_mode)
1603 r = si_surface_init_1d(surf_man, surf, surf->stencil_level, 1, stencil_tile_mode, surf->bo_size, 0);
1695 unsigned tile_mode, unsigned stencil_tile_mode)
1279 si_surface_sanity(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, unsigned mode, unsigned *tile_mode, unsigned *stencil_tile_mode) argument
1591 si_surface_init_1d_miptrees(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, unsigned tile_mode, unsigned stencil_tile_mode) argument
1693 si_surface_init_2d_miptrees(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, unsigned tile_mode, unsigned stencil_tile_mode) argument
1720 unsigned mode, tile_mode, stencil_tile_mode; local
1780 unsigned mode, tile_mode, stencil_tile_mode; local
2108 cik_surface_sanity(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, unsigned mode, unsigned *tile_mode, unsigned *stencil_tile_mode) argument
2295 cik_surface_init_2d_miptrees(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, unsigned tile_mode, unsigned stencil_tile_mode) argument
2324 unsigned mode, tile_mode, stencil_tile_mode; local
2384 unsigned mode, tile_mode, stencil_tile_mode; local
[all...]

Completed in 41 milliseconds