Home
last modified time | relevance | path

Searched refs:stencil_tile_mode (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/radeon/
Dradeon_surface.c1288 unsigned mode, unsigned *tile_mode, unsigned *stencil_tile_mode) in si_surface_sanity() argument
1332 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_2D; in si_surface_sanity()
1335 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_2D_2AA; in si_surface_sanity()
1338 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_2D_4AA; in si_surface_sanity()
1341 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_2D_8AA; in si_surface_sanity()
1347 gb_tile_mode = surf_man->hw_info.tile_mode_array[*stencil_tile_mode]; in si_surface_sanity()
1403 *stencil_tile_mode = SI_TILE_MODE_DEPTH_STENCIL_1D; in si_surface_sanity()
1601 unsigned tile_mode, unsigned stencil_tile_mode) in si_surface_init_1d_miptrees() argument
1611 …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()
1703 unsigned tile_mode, unsigned stencil_tile_mode) in si_surface_init_2d_miptrees() argument
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_device.c3404 unsigned stencil_tile_mode = info->si_tile_mode_array[stencil_index]; in radv_initialise_ds_surface() local
3408 tile_mode = stencil_tile_mode; in radv_initialise_ds_surface()
3418 ds->db_stencil_info |= S_028044_TILE_SPLIT(G_009910_TILE_SPLIT(stencil_tile_mode)); in radv_initialise_ds_surface()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2597 unsigned stencil_tile_mode = info->si_tile_mode_array[stencil_index]; in si_init_depth_surface() local
2608 s_info |= S_028044_TILE_SPLIT(G_009910_TILE_SPLIT(stencil_tile_mode)); in si_init_depth_surface()