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

/external/libdrm/radeon/
H A Dradeon_surface.c1291 unsigned mode, unsigned *tile_mode, unsigned *stencil_tile_mode)
1335 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_2D;
1338 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_2D_2AA;
1341 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_2D_4AA;
1344 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_2D_8AA;
1350 gb_tile_mode = surf_man->hw_info.tile_mode_array[*stencil_tile_mode];
1406 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_1D;
1604 unsigned tile_mode, unsigned stencil_tile_mode)
1614 r = si_surface_init_1d(surf_man, surf, surf->stencil_level, 1, stencil_tile_mode, surf->bo_size, 0);
1706 unsigned tile_mode, unsigned stencil_tile_mode)
1289 si_surface_sanity(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, unsigned mode, unsigned *tile_mode, unsigned *stencil_tile_mode) argument
1602 si_surface_init_1d_miptrees(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, unsigned tile_mode, unsigned stencil_tile_mode) argument
1704 si_surface_init_2d_miptrees(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, unsigned tile_mode, unsigned stencil_tile_mode) argument
1731 unsigned mode, tile_mode, stencil_tile_mode; local
1791 unsigned mode, tile_mode, stencil_tile_mode; local
2119 cik_surface_sanity(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, unsigned mode, unsigned *tile_mode, unsigned *stencil_tile_mode) argument
2306 cik_surface_init_2d_miptrees(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, unsigned tile_mode, unsigned stencil_tile_mode) argument
2335 unsigned mode, tile_mode, stencil_tile_mode; local
2395 unsigned mode, tile_mode, stencil_tile_mode; local
[all...]
/external/mesa3d/src/amd/vulkan/
H A Dradv_device.c1783 unsigned stencil_tile_mode = info->si_tile_mode_array[stencil_index]; local
1794 ds->db_stencil_info |= S_028044_TILE_SPLIT(G_009910_TILE_SPLIT(stencil_tile_mode));
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c2238 unsigned stencil_tile_mode = info->si_tile_mode_array[stencil_index]; local
2249 s_info |= S_028044_TILE_SPLIT(G_009910_TILE_SPLIT(stencil_tile_mode));

Completed in 276 milliseconds