Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.h170 unsigned int dt_chroma_top_offset; member
Dradeon_uvd.h400 uint32_t dt_chroma_top_offset; member
Dradeon_uvd.c1598 msg->body.decode.dt_chroma_top_offset = texture_offset(chroma, 0, type); in si_uvd_set_dt_surfaces()
1605 msg->body.decode.dt_chroma_bottom_offset = msg->body.decode.dt_chroma_top_offset; in si_uvd_set_dt_surfaces()
1624 msg->body.decode.dt_chroma_top_offset = texture_offset(chroma, 0, type); in si_uvd_set_dt_surfaces()
1630 msg->body.decode.dt_chroma_bottom_offset = msg->body.decode.dt_chroma_top_offset; in si_uvd_set_dt_surfaces()
Dradeon_vcn_dec.c672 decode->dt_chroma_top_offset = chroma->surface.u.gfx9.surf_offset; in rvcn_dec_message_decode()
680 decode->dt_chroma_bottom_offset = decode->dt_chroma_top_offset; in rvcn_dec_message_decode()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.h401 uint32_t dt_chroma_top_offset; member
Dradeon_uvd.c1473 msg->body.decode.dt_chroma_top_offset = texture_offset(chroma, 0); in ruvd_set_dt_surfaces()
1480 msg->body.decode.dt_chroma_bottom_offset = msg->body.decode.dt_chroma_top_offset; in ruvd_set_dt_surfaces()