Home
last modified time | relevance | path

Searched refs:epitch (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_sdma_copy_image.c152 (is_v5 ? 0 /* tiled->buffer.b.b.last_level */ : image->planes[0].surface.u.gfx9.epitch) in radv_sdma_v4_v5_copy_image_to_buffer()
H A Dradv_image.c852 state[4] |= S_008F20_PITCH(plane->surface.u.gfx9.epitch); in si_set_mutable_tex_desc_fields()
H A Dradv_device.c6287 cb->cb_mrt_epitch = S_0287A0_EPITCH(surf->u.gfx9.epitch); in radv_initialise_color_surface()
6610 ds->db_z_info2 = S_028068_EPITCH(surf->u.gfx9.epitch); in radv_initialise_ds_surface()
/third_party/mesa3d/src/amd/common/
H A Dac_surface.h231 uint16_t epitch; /* gfx9 only, not on gfx10 */ member
H A Dac_surface.c1751 surf->u.gfx9.epitch = out.epitchIsHeight ? out.mipChainHeight - 1 : out.mipChainPitch - 1; in gfx9_compute_miptree()
1758 surf->u.gfx9.color.fmask_epitch = surf->u.gfx9.epitch; in gfx9_compute_miptree()
1771 surf->u.gfx9.epitch = in gfx9_compute_miptree()
1772 MAX2(surf->u.gfx9.epitch, surf->u.gfx9.surf_pitch * surf->blk_w - 1); in gfx9_compute_miptree()
2914 surf->u.gfx9.epitch = pitch - 1; in ac_surface_override_offset_stride()
3033 "alignment=%u, swmode=%u, epitch=%u, pitch=%u, blk_w=%u, " in ac_surface_print_info()
3037 surf->u.gfx9.epitch, surf->u.gfx9.surf_pitch, in ac_surface_print_info()
3043 "alignment=%u, swmode=%u, epitch=%u\n", in ac_surface_print_info()
3070 " Stencil: offset=%" PRIu64 ", swmode=%u, epitch=%u\n", in ac_surface_print_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c386 uint16_t epitch = tex->surface.u.gfx9.epitch; in si_set_mutable_tex_desc_fields() local
389 /* epitch is patched in ac_surface for sdma/vcn blocks to get in si_set_mutable_tex_desc_fields()
392 * need epitch in pixel units. in si_set_mutable_tex_desc_fields()
394 epitch = (epitch + 1) / tex->surface.blk_w - 1; in si_set_mutable_tex_desc_fields()
397 state[4] |= S_008F20_PITCH(epitch); in si_set_mutable_tex_desc_fields()
H A Dsi_sdma_copy_image.c191 (is_v5 ? tiled->buffer.b.b.last_level : tiled->surface.u.gfx9.epitch) << 16); in si_sdma_v4_v5_copy_texture()
H A Dsi_state.c2732 surf->db_z_info2 = S_028068_EPITCH(tex->surface.u.gfx9.epitch); in si_init_depth_surface()
3394 S_0287A0_EPITCH(tex->surface.u.gfx9.epitch)); in si_emit_framebuffer_state()

Completed in 31 milliseconds