Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_state.c616 uint32_t new_ts_config = ctx->framebuffer.TS_MEM_CONFIG; in etna_update_ts_config() local
622 new_ts_config |= VIVS_TS_MEM_CONFIG_COLOR_FAST_CLEAR; in etna_update_ts_config()
624 new_ts_config &= ~VIVS_TS_MEM_CONFIG_COLOR_FAST_CLEAR; in etna_update_ts_config()
632 new_ts_config |= VIVS_TS_MEM_CONFIG_DEPTH_FAST_CLEAR; in etna_update_ts_config()
634 new_ts_config &= ~VIVS_TS_MEM_CONFIG_DEPTH_FAST_CLEAR; in etna_update_ts_config()
638 if (new_ts_config != ctx->framebuffer.TS_MEM_CONFIG || in etna_update_ts_config()
640 ctx->framebuffer.TS_MEM_CONFIG = new_ts_config; in etna_update_ts_config()