Searched refs:stencil_level (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_surface.c | 167 surf_level_winsys_to_drm(&surf_drm->stencil_level[i], in surf_winsys_to_drm() 168 &surf_ws->u.legacy.stencil_level[i], in surf_winsys_to_drm() 210 surf_level_drm_to_winsys(&surf_ws->u.legacy.stencil_level[i], in surf_drm_to_winsys() 211 &surf_drm->stencil_level[i], in surf_drm_to_winsys()
|
/external/libdrm/radeon/ |
D | radeon_surface.c | 795 struct radeon_surface_level *stencil_level = in eg_surface_init_1d_miptrees() local 796 (surf->flags & RADEON_SURF_HAS_SBUFFER_MIPTREE) ? surf->stencil_level : tmp; in eg_surface_init_1d_miptrees() 803 r = eg_surface_init_1d(surf_man, surf, stencil_level, 1, in eg_surface_init_1d_miptrees() 805 surf->stencil_offset = stencil_level[0].offset; in eg_surface_init_1d_miptrees() 817 struct radeon_surface_level *stencil_level = in eg_surface_init_2d_miptrees() local 818 (surf->flags & RADEON_SURF_HAS_SBUFFER_MIPTREE) ? surf->stencil_level : tmp; in eg_surface_init_2d_miptrees() 826 r = eg_surface_init_2d(surf_man, surf, stencil_level, 1, in eg_surface_init_2d_miptrees() 828 surf->stencil_offset = stencil_level[0].offset; in eg_surface_init_2d_miptrees() 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() 1612 surf->stencil_offset = surf->stencil_level[0].offset; in si_surface_init_1d_miptrees() [all …]
|
D | radeon_surface.h | 137 struct radeon_surface_level stencil_level[RADEON_SURF_MAX_LEVEL]; member
|
/external/mesa3d/src/amd/common/ |
D | ac_surface.h | 122 struct legacy_surf_level stencil_level[RADEON_SURF_MAX_LEVELS]; member
|
D | ac_surface.c | 524 AddrSurfInfoIn->basePitch = surf->u.legacy.stencil_level[0].nblk_x; in gfx6_compute_level() 538 surf_level = is_stencil ? &surf->u.legacy.stencil_level[level] : &surf->u.legacy.level[level]; in gfx6_compute_level() 1095 if (surf->u.legacy.stencil_level[level].nblk_x != surf->u.legacy.level[level].nblk_x) in gfx6_compute_surface() 1098 surf->u.legacy.level[level].nblk_x = surf->u.legacy.stencil_level[level].nblk_x; in gfx6_compute_surface()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_texture.c | 889 i, rtex->surface.u.legacy.stencil_level[i].offset, in r600_print_texture_info() 890 (uint64_t)rtex->surface.u.legacy.stencil_level[i].slice_size_dw * 4, in r600_print_texture_info() 894 rtex->surface.u.legacy.stencil_level[i].nblk_x, in r600_print_texture_info() 895 rtex->surface.u.legacy.stencil_level[i].nblk_y, in r600_print_texture_info() 896 rtex->surface.u.legacy.stencil_level[i].mode, in r600_print_texture_info()
|
D | evergreen_state.c | 759 surflevel = tmp->surface.u.legacy.stencil_level; in evergreen_fill_tex_resource_words() 1414 stencil_offset = rtex->surface.u.legacy.stencil_level[level].offset; in evergreen_init_depth_surface()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_texture.c | 953 i, tex->surface.u.legacy.stencil_level[i].offset, in si_print_texture_info() 954 (uint64_t)tex->surface.u.legacy.stencil_level[i].slice_size_dw * 4, in si_print_texture_info() 957 tex->surface.u.legacy.stencil_level[i].nblk_x, in si_print_texture_info() 958 tex->surface.u.legacy.stencil_level[i].nblk_y, in si_print_texture_info() 959 tex->surface.u.legacy.stencil_level[i].mode, in si_print_texture_info()
|
D | si_state.c | 2458 (tex->buffer.gpu_address + tex->surface.u.legacy.stencil_level[level].offset) >> 8; in si_init_depth_surface() 4256 surflevel = tex->surface.u.legacy.stencil_level; in si_create_sampler_view_custom()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp.c | 1473 unsigned stencil_level = level; in brw_blorp_clear_depth_stencil() local 1476 &stencil_level, start_layer, num_layers); in brw_blorp_clear_depth_stencil()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_image.c | 1553 base_level_info = &plane->surface.u.legacy.stencil_level[iview->base_mip]; in radv_image_view_make_descriptor()
|
D | radv_device.c | 7091 level_info = &surf->u.legacy.stencil_level[level]; in radv_initialise_ds_surface() 7094 s_offs += surf->u.legacy.stencil_level[level].offset; in radv_initialise_ds_surface()
|