Searched refs:new_ra_depth (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_state.c698 uint32_t new_pe_depth, new_ra_depth; local in function:etna_update_zsa
733 new_ra_depth = 0x0000030 |
738 new_ra_depth |= VIVS_RA_EARLY_DEPTH_WRITE_DISABLE;
743 new_ra_depth |= VIVS_RA_EARLY_DEPTH_HDEPTH_DISABLE;
747 new_ra_depth != zsa->RA_DEPTH_CONFIG)
751 zsa->RA_DEPTH_CONFIG = new_ra_depth;

Completed in 3 milliseconds