Home
last modified time | relevance | path

Searched refs:dt_surf_tile_config (Results 1 – 3 of 3) 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()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.c1127 dec->msg->body.decode.db_surf_tile_config = dec->msg->body.decode.dt_surf_tile_config; in ruvd_end_frame()
1389 msg->body.decode.dt_surf_tile_config |= RUVD_BANK_WIDTH(bank_wh(luma->bankw)); in ruvd_set_dt_surfaces()
1390 msg->body.decode.dt_surf_tile_config |= RUVD_BANK_HEIGHT(bank_wh(luma->bankh)); in ruvd_set_dt_surfaces()
1391 …msg->body.decode.dt_surf_tile_config |= RUVD_MACRO_TILE_ASPECT_RATIO(macro_tile_aspect(luma->mtile… in ruvd_set_dt_surfaces()
Dradeon_uvd.h397 uint32_t dt_surf_tile_config; member