Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.h402 uint32_t dt_chroma_bottom_offset; member
Dradeon_uvd.c1234 msg->body.decode.dt_chroma_bottom_offset = texture_offset(chroma, 1); in ruvd_set_dt_surfaces()
1237 msg->body.decode.dt_chroma_bottom_offset = msg->body.decode.dt_chroma_top_offset; in ruvd_set_dt_surfaces()
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.h402 uint32_t dt_chroma_bottom_offset; member
Dradeon_uvd.c1467 msg->body.decode.dt_chroma_bottom_offset = texture_offset(chroma, 1, type); in si_uvd_set_dt_surfaces()
1470 msg->body.decode.dt_chroma_bottom_offset = msg->body.decode.dt_chroma_top_offset; in si_uvd_set_dt_surfaces()
1493 msg->body.decode.dt_chroma_bottom_offset = texture_offset(chroma, 1, type); in si_uvd_set_dt_surfaces()
1496 msg->body.decode.dt_chroma_bottom_offset = msg->body.decode.dt_chroma_top_offset; in si_uvd_set_dt_surfaces()
Dradeon_vcn_dec.h433 unsigned int dt_chroma_bottom_offset; member
Dradeon_vcn_dec.c1684 decode->dt_chroma_bottom_offset = in rvcn_dec_message_decode()
1688 decode->dt_chroma_bottom_offset = decode->dt_chroma_top_offset; in rvcn_dec_message_decode()