Searched refs:dt_pitch (Results 1 - 15 of 15) sorted by relevance

/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;
57 dec->jpg.dt_uv_pitch = dec->jpg.dt_pitch / 2;
121 set_reg_jpeg(dec, mmUVD_JPEG_PITCH, COND0, TYPE0, (dec->jpg.dt_pitch >> 4));
H A Dradeon_vcn_dec.h278 unsigned int dt_pitch; member in struct:rvcn_dec_message_decode_s
727 unsigned dt_pitch; member in struct:jpeg_params
H A Dradeon_uvd.h394 uint32_t dt_pitch; member in struct:ruvd_msg::__anone03bbef6040a::__anone03bbef60608
H A Dradeon_uvd.c1131 dec->msg->body.decode.dt_wa_chroma_top_offset = dec->msg->body.decode.dt_pitch / 2;
1431 msg->body.decode.dt_pitch = luma->u.legacy.level[0].nblk_x * luma->blk_w;
1473 msg->body.decode.dt_pitch = luma->u.gfx9.surf_pitch * luma->blk_w;
H A Dradeon_vcn_dec.c836 decode->dt_pitch = luma->surface.u.gfx9.surf_pitch * luma->surface.blk_w;
837 decode->dt_uv_pitch = decode->dt_pitch / 2;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_dec_jpeg.c50 dec->jpg.dt_pitch = luma->surface.u.gfx9.surf_pitch * luma->surface.blk_w;
51 dec->jpg.dt_uv_pitch = dec->jpg.dt_pitch / 2;
113 set_reg_jpeg(dec, SOC15_REG_ADDR(mmUVD_JPEG_PITCH), COND0, TYPE0, (dec->jpg.dt_pitch >> 4));
232 set_reg_jpeg(dec, vcnipUVD_JPEG_PITCH, COND0, TYPE0, (dec->jpg.dt_pitch >> 4));
H A Dradeon_vcn_dec.h421 unsigned int dt_pitch; member in struct:rvcn_dec_message_decode_s
1067 unsigned dt_pitch; member in struct:jpeg_params
H A Dradeon_uvd.h395 uint32_t dt_pitch; member in struct:ruvd_msg::__anon6d6e8069040a::__anon6d6e80690608
H A Dradeon_uvd.c1127 dec->msg->body.decode.dt_wa_chroma_top_offset = dec->msg->body.decode.dt_pitch / 2;
1442 msg->body.decode.dt_pitch = luma->u.legacy.level[0].nblk_x * luma->blk_w;
1485 msg->body.decode.dt_pitch = luma->u.gfx9.surf_pitch * luma->blk_w;
H A Dradeon_vcn_dec.c1664 decode->dt_pitch = luma->surface.u.gfx9.surf_pitch * luma->surface.blk_w;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dradeon_uvd.h395 uint32_t dt_pitch; member in struct:ruvd_msg::__anon2b567f85040a::__anon2b567f850608
H A Dradeon_uvd.c1453 msg->body.decode.dt_pitch = luma->u.legacy.level[0].nblk_x * luma->blk_w;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dradeon_uvd.h395 uint32_t dt_pitch; member in struct:ruvd_msg::__anon99f44838040a::__anon99f448380608
H A Dradeon_uvd.c1209 msg->body.decode.dt_pitch = luma->u.legacy.level[0].nblk_x * luma->blk_w;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst2789 - radeon/jpeg: fix the jpeg dt_pitch with YUYV format

Completed in 33 milliseconds