Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_state.c646 uint32_t new_ts_config = ctx->framebuffer.TS_MEM_CONFIG; in etna_update_ts_config() local
652 new_ts_config |= VIVS_TS_MEM_CONFIG_COLOR_FAST_CLEAR; in etna_update_ts_config()
654 new_ts_config &= ~VIVS_TS_MEM_CONFIG_COLOR_FAST_CLEAR; in etna_update_ts_config()
662 new_ts_config |= VIVS_TS_MEM_CONFIG_DEPTH_FAST_CLEAR; in etna_update_ts_config()
664 new_ts_config &= ~VIVS_TS_MEM_CONFIG_DEPTH_FAST_CLEAR; in etna_update_ts_config()
668 if (new_ts_config != ctx->framebuffer.TS_MEM_CONFIG || in etna_update_ts_config()
670 ctx->framebuffer.TS_MEM_CONFIG = new_ts_config; in etna_update_ts_config()

Completed in 2 milliseconds