Home
last modified time | relevance | path

Searched refs:dt_surf_tile_config (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_uvd.c163 …msg->body.decode.dt_surf_tile_config |= RUVD_NUM_BANKS(eg_num_banks(rscreen->b.info.r600_num_banks… in r600_uvd_set_dtb()
Dradeon_uvd.h403 uint32_t dt_surf_tile_config; member
Dradeon_uvd.c1236 dec->msg->body.decode.db_surf_tile_config = dec->msg->body.decode.dt_surf_tile_config; in ruvd_end_frame()
1489 msg->body.decode.dt_surf_tile_config |= RUVD_BANK_WIDTH(bank_wh(luma->u.legacy.bankw)); in ruvd_set_dt_surfaces()
1490 msg->body.decode.dt_surf_tile_config |= RUVD_BANK_HEIGHT(bank_wh(luma->u.legacy.bankh)); in ruvd_set_dt_surfaces()
1491 …msg->body.decode.dt_surf_tile_config |= RUVD_MACRO_TILE_ASPECT_RATIO(macro_tile_aspect(luma->u.leg… in ruvd_set_dt_surfaces()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.h166 unsigned int dt_surf_tile_config; member
Dradeon_uvd.c1322 dec->msg->body.decode.db_surf_tile_config = dec->msg->body.decode.dt_surf_tile_config; in ruvd_end_frame()
1614 msg->body.decode.dt_surf_tile_config |= RUVD_BANK_WIDTH(bank_wh(luma->u.legacy.bankw)); in si_uvd_set_dt_surfaces()
1615 msg->body.decode.dt_surf_tile_config |= RUVD_BANK_HEIGHT(bank_wh(luma->u.legacy.bankh)); in si_uvd_set_dt_surfaces()
1616 …msg->body.decode.dt_surf_tile_config |= RUVD_MACRO_TILE_ASPECT_RATIO(macro_tile_aspect(luma->u.leg… in si_uvd_set_dt_surfaces()
1632 msg->body.decode.dt_surf_tile_config = 0; in si_uvd_set_dt_surfaces()
Dradeon_uvd.h402 uint32_t dt_surf_tile_config; member
Dradeon_vcn_dec.c668 decode->dt_surf_tile_config = 0; in rvcn_dec_message_decode()