Home
last modified time | relevance | path

Searched refs:surf_pitch (Results 1 - 19 of 19) sorted by relevance

/third_party/libdrm/nouveau/
H A Dabi16.c302 bo->config.nv04.surf_pitch = info->tile_mode; in abi16_bo_info()
347 info->tile_mode = config->nv04.surf_pitch; in abi16_bo_init()
H A Dnouveau.h99 uint32_t surf_pitch; member
/third_party/mesa3d/src/amd/common/
H A Dac_surface_modifier_test.c142 input.pitchInElement = surf->u.gfx9.surf_pitch; in generate_hash()
276 assert(surf.u.gfx9.surf_pitch == aligned_pitch); in test_modifier()
H A Dac_surface.c1762 surf->u.gfx9.surf_pitch = out.pitch; in gfx9_compute_miptree()
1769 /* Adjust surf_pitch to be in elements units not in pixels */ in gfx9_compute_miptree()
1770 surf->u.gfx9.surf_pitch = align(surf->u.gfx9.surf_pitch / surf->blk_w, 256 / surf->bpe); in gfx9_compute_miptree()
1772 MAX2(surf->u.gfx9.epitch, surf->u.gfx9.surf_pitch * surf->blk_w - 1); in gfx9_compute_miptree()
1776 * made to surf_pitch. in gfx9_compute_miptree()
1780 surf->u.gfx9.surf_pitch * out.height * surf->bpe * surf->blk_w); in gfx9_compute_miptree()
1788 /* Adjust pitch like we did for surf_pitch */ in gfx9_compute_miptree()
2904 if (surf->u.gfx9.surf_pitch != pitch && require_equal_pitch) in ac_surface_override_offset_stride()
2910 if (pitch != surf->u.gfx9.surf_pitch) { in ac_surface_override_offset_stride()
[all...]
H A Dac_surface.h235 uint16_t surf_pitch; /* in blocks */ member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vce.c226 pitch = align(enc->luma->u.gfx9.surf_pitch * enc->luma->bpe, 256); in si_vce_frame_offset()
458 align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in si_vce_create_encoder()
H A Dradeon_uvd_enc_1_1.c764 enc->enc_pic.ctx_buf.rec_luma_pitch = enc->luma->u.gfx9.surf_pitch * enc->luma->bpe; in radeon_uvd_enc_ctx()
765 enc->enc_pic.ctx_buf.rec_chroma_pitch = enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe; in radeon_uvd_enc_ctx()
883 enc->enc_pic.enc_params.input_pic_luma_pitch = enc->luma->u.gfx9.surf_pitch * enc->luma->bpe; in radeon_uvd_enc_encode_params_hevc()
885 enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe; in radeon_uvd_enc_encode_params_hevc()
H A Dradeon_vce_52.c198 RVCE_CS(enc->luma->u.gfx9.surf_pitch * enc->luma->bpe); // encRefPicLumaPitch in create()
199 RVCE_CS(enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe); // encRefPicChromaPitch in create()
278 RVCE_CS(enc->luma->u.gfx9.surf_pitch * enc->luma->bpe); // encInputPicLumaPitch in encode()
279 RVCE_CS(enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe); // encInputPicChromaPitch in encode()
H A Dsi_sdma_copy_image.c118 unsigned dst_pitch = sdst->surface.u.gfx9.surf_pitch; in si_sdma_v4_v5_copy_texture()
119 unsigned src_pitch = ssrc->surface.u.gfx9.surf_pitch; in si_sdma_v4_v5_copy_texture()
H A Dradeon_uvd_enc.c327 : align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in radeon_uvd_create_encoder()
H A Dradeon_vcn_dec_jpeg.c50 dec->jpg.dt_pitch = luma->surface.u.gfx9.surf_pitch * luma->surface.blk_w; in radeon_jpeg_get_decode_param()
H A Dradeon_vcn_enc.c506 : align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in radeon_create_encoder()
H A Dradeon_vcn_enc_1_2.c1163 enc->enc_pic.enc_params.input_pic_luma_pitch = enc->luma->u.gfx9.surf_pitch; in radeon_enc_encode_params()
1164 enc->enc_pic.enc_params.input_pic_chroma_pitch = enc->chroma->u.gfx9.surf_pitch; in radeon_enc_encode_params()
H A Dradeon_vcn_dec.c1924 decode->dt_pitch = luma->surface.u.gfx9.surf_pitch * luma->surface.blk_w; in rvcn_dec_message_decode()
1925 decode->dt_uv_pitch = chroma->surface.u.gfx9.surf_pitch * chroma->surface.blk_w; in rvcn_dec_message_decode()
1951 decode->db_pitch_uv = chroma->surface.u.gfx9.surf_pitch * chroma->surface.blk_w; in rvcn_dec_message_decode()
H A Dradeon_uvd.c1485 msg->body.decode.dt_pitch = luma->u.gfx9.surf_pitch * luma->blk_w; in si_uvd_set_dt_surfaces()
H A Dsi_texture.c140 pitch = tex->surface.u.gfx9.surf_pitch; in si_texture_get_offset()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_sdma_copy_image.c80 unsigned src_pitch = image->planes[0].surface.u.gfx9.surf_pitch; in radv_sdma_v4_v5_copy_image_to_buffer()
H A Dradv_image.c2439 pLayout->rowPitch = surface->u.gfx9.surf_pitch * surface->bpe / 3; in radv_GetImageSubresourceLayout()
2442 surface->is_linear ? surface->u.gfx9.pitch[level] : surface->u.gfx9.surf_pitch; in radv_GetImageSubresourceLayout()
H A Dradv_meta_bufimage.c1313 stride = surf->image->planes[0].surface.u.gfx9.surf_pitch; in get_image_stride_for_r32g32b32()

Completed in 31 milliseconds