Home
last modified time | relevance | path

Searched refs:dt_pitch (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.h159 unsigned int dt_pitch; member
Dradeon_uvd.h394 uint32_t dt_pitch; member
Dradeon_uvd.c1277 dec->msg->body.decode.dt_wa_chroma_top_offset = dec->msg->body.decode.dt_pitch / 2; in ruvd_end_frame()
1577 msg->body.decode.dt_pitch = luma->u.legacy.level[0].nblk_x * luma->blk_w; in si_uvd_set_dt_surfaces()
1619 msg->body.decode.dt_pitch = luma->u.gfx9.surf_pitch * luma->blk_w; in si_uvd_set_dt_surfaces()
Dradeon_vcn_dec.c661 decode->dt_pitch = luma->surface.u.gfx9.surf_pitch * luma->surface.blk_w; in rvcn_dec_message_decode()
662 decode->dt_uv_pitch = decode->dt_pitch / 2; in rvcn_dec_message_decode()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.h395 uint32_t dt_pitch; member
Dradeon_uvd.c1452 msg->body.decode.dt_pitch = luma->u.legacy.level[0].nblk_x * luma->blk_w; in ruvd_set_dt_surfaces()