Searched refs:stencil_level (Results 1 – 12 of 12) sorted by relevance
/third_party/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.zs.stencil_level[i], in surf_winsys_to_drm() 210 surf_level_drm_to_winsys(&surf_ws->u.legacy.zs.stencil_level[i], in surf_drm_to_winsys() 211 &surf_drm->stencil_level[i], in surf_drm_to_winsys()
|
/third_party/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
|
/third_party/mesa3d/src/amd/common/ |
D | ac_surface.h | 144 struct legacy_surf_level stencil_level[RADEON_SURF_MAX_LEVELS]; member
|
D | ac_surface.c | 619 AddrSurfInfoIn->basePitch = surf->u.legacy.zs.stencil_level[0].nblk_x; in gfx6_compute_level() 633 surf_level = is_stencil ? &surf->u.legacy.zs.stencil_level[level] : &surf->u.legacy.level[level]; in gfx6_compute_level() 1220 if (surf->u.legacy.zs.stencil_level[level].nblk_x != surf->u.legacy.level[level].nblk_x) in gfx6_compute_surface() 1223 surf->u.legacy.level[level].nblk_x = surf->u.legacy.zs.stencil_level[level].nblk_x; in gfx6_compute_surface()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_texture.c | 886 i, (uint64_t)rtex->surface.u.legacy.zs.stencil_level[i].offset_256B * 256, in r600_print_texture_info() 887 (uint64_t)rtex->surface.u.legacy.zs.stencil_level[i].slice_size_dw * 4, in r600_print_texture_info() 891 rtex->surface.u.legacy.zs.stencil_level[i].nblk_x, in r600_print_texture_info() 892 rtex->surface.u.legacy.zs.stencil_level[i].nblk_y, in r600_print_texture_info() 893 rtex->surface.u.legacy.zs.stencil_level[i].mode, in r600_print_texture_info()
|
D | evergreen_state.c | 764 surflevel = tmp->surface.u.legacy.zs.stencil_level; in evergreen_fill_tex_resource_words() 1419 stencil_offset = (uint64_t)rtex->surface.u.legacy.zs.stencil_level[level].offset_256B * 256; in evergreen_init_depth_surface()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_texture.c | 855 i, (uint64_t)tex->surface.u.legacy.zs.stencil_level[i].offset_256B * 256, in si_print_texture_info() 856 (uint64_t)tex->surface.u.legacy.zs.stencil_level[i].slice_size_dw * 4, in si_print_texture_info() 859 tex->surface.u.legacy.zs.stencil_level[i].nblk_x, in si_print_texture_info() 860 tex->surface.u.legacy.zs.stencil_level[i].nblk_y, in si_print_texture_info() 861 tex->surface.u.legacy.zs.stencil_level[i].mode, in si_print_texture_info()
|
D | si_state.c | 2607 (tex->buffer.gpu_address >> 8) + tex->surface.u.legacy.zs.stencil_level[level].offset_256B; in si_init_depth_surface() 4416 surflevel = tex->surface.u.legacy.zs.stencil_level; in si_create_sampler_view_custom()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp.c | 1451 unsigned stencil_level = level; in brw_blorp_clear_depth_stencil() local 1454 &stencil_level, start_layer, num_layers); in brw_blorp_clear_depth_stencil()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_image.c | 1849 base_level_info = &plane->surface.u.legacy.zs.stencil_level[iview->base_mip]; in radv_image_view_make_descriptor()
|
D | radv_device.c | 6986 level_info = &surf->u.legacy.zs.stencil_level[level]; in radv_initialise_ds_surface() 6989 s_offs += (uint64_t)surf->u.legacy.zs.stencil_level[level].offset_256B * 256; in radv_initialise_ds_surface()
|