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

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.c55 config.nv04.surf_pitch = s->pitch;
H A Dnv10_state_fb.c67 .nv04.surf_pitch = 0
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.c55 config.nv04.surf_pitch = s->pitch;
H A Dnv10_state_fb.c67 .nv04.surf_pitch = 0
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_dec_jpeg.c53 dec->jpg.dt_pitch = luma->surface.u.gfx9.surf_pitch * luma->surface.blk_w;
56 dec->jpg.dt_pitch = luma->surface.u.gfx9.surf_pitch;
H A Dradeon_vce.c229 pitch = align(enc->luma->u.gfx9.surf_pitch * enc->luma->bpe, 256);
469 align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) *
H A Dradeon_uvd_enc_1_1.c854 enc->luma->u.gfx9.surf_pitch * enc->luma->bpe;
856 enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe;
986 enc->luma->u.gfx9.surf_pitch * enc->luma->bpe;
988 enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe;
H A Dradeon_vce_52.c191 RVCE_CS(enc->luma->u.gfx9.surf_pitch * enc->luma->bpe); // encRefPicLumaPitch
192 RVCE_CS(enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe); // encRefPicChromaPitch
271 RVCE_CS(enc->luma->u.gfx9.surf_pitch * enc->luma->bpe); // encInputPicLumaPitch
272 RVCE_CS(enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe); // encInputPicChromaPitch
H A Dradeon_uvd_enc.c351 align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) *
H A Dradeon_vcn_enc.c325 align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) *
H A Dradeon_vcn_enc_1_2.c1173 enc->enc_pic.enc_params.input_pic_luma_pitch = enc->luma->u.gfx9.surf_pitch;
1174 enc->enc_pic.enc_params.input_pic_chroma_pitch = enc->chroma->u.gfx9.surf_pitch;
1218 enc->enc_pic.enc_params.input_pic_luma_pitch = enc->luma->u.gfx9.surf_pitch;
1219 enc->enc_pic.enc_params.input_pic_chroma_pitch = enc->chroma->u.gfx9.surf_pitch;
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_surface.h147 uint16_t surf_pitch; /* in blocks */ member in struct:gfx9_surf_layout
/xsrc/external/mit/libdrm/dist/nouveau/
H A Dabi16.c302 bo->config.nv04.surf_pitch = info->tile_mode;
347 info->tile_mode = config->nv04.surf_pitch;
H A Dnouveau.h99 uint32_t surf_pitch; member in struct:nouveau_bo_config::__anonb111a8ed0108
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.4.rst96 - ac/surface: adapt surf_size when modifying surf_pitch
H A D20.1.1.rst152 - ac/surface: fix epitch when modifying surf_pitch
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface_modifier_test.c142 input.pitchInElement = surf->u.gfx9.surf_pitch;
274 assert(surf.u.gfx9.surf_pitch == aligned_pitch);
H A Dac_surface.h235 uint16_t surf_pitch; /* in blocks */ member in struct:gfx9_surf_layout
H A Dac_surface.c1684 surf->u.gfx9.surf_pitch = out.pitch;
1691 /* Adjust surf_pitch to be in elements units not in pixels */
1692 surf->u.gfx9.surf_pitch = align(surf->u.gfx9.surf_pitch / surf->blk_w, 256 / surf->bpe);
1694 MAX2(surf->u.gfx9.epitch, surf->u.gfx9.surf_pitch * surf->blk_w - 1);
1698 * made to surf_pitch.
1702 surf->u.gfx9.surf_pitch * out.height * surf->bpe * surf->blk_w);
2794 if (surf->u.gfx9.surf_pitch != pitch && require_equal_pitch)
2800 if (pitch != surf->u.gfx9.surf_pitch) {
2803 surf->u.gfx9.surf_pitch
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_vce.c226 pitch = align(enc->luma->u.gfx9.surf_pitch * enc->luma->bpe, 256);
457 align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) *
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;
765 enc->enc_pic.ctx_buf.rec_chroma_pitch = enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe;
883 enc->enc_pic.enc_params.input_pic_luma_pitch = enc->luma->u.gfx9.surf_pitch * enc->luma->bpe;
885 enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe;
H A Dradeon_vce_52.c198 RVCE_CS(enc->luma->u.gfx9.surf_pitch * enc->luma->bpe); // encRefPicLumaPitch
199 RVCE_CS(enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe); // encRefPicChromaPitch
278 RVCE_CS(enc->luma->u.gfx9.surf_pitch * enc->luma->bpe); // encInputPicLumaPitch
279 RVCE_CS(enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe); // encInputPicChromaPitch
H A Dradeon_uvd_enc.c327 : align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) *
H A Dradeon_vcn_dec_jpeg.c50 dec->jpg.dt_pitch = luma->surface.u.gfx9.surf_pitch * luma->surface.blk_w;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_sdma_copy_image.c118 unsigned dst_pitch = sdst->surface.u.gfx9.surf_pitch;
119 unsigned src_pitch = ssrc->surface.u.gfx9.surf_pitch;

Completed in 26 milliseconds

12