Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_state.c351 cs->TS_MEM_CONFIG = ts_mem_config; in etna_set_framebuffer_state()
616 uint32_t new_ts_config = ctx->framebuffer.TS_MEM_CONFIG; 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()
Detnaviv_internal.h195 uint32_t TS_MEM_CONFIG; member
Detnaviv_emit.c520 /*01654*/ EMIT_STATE(TS_MEM_CONFIG, ctx->framebuffer.TS_MEM_CONFIG); in etna_emit_state()
Detnaviv_rs.c329 ctx->framebuffer.TS_MEM_CONFIG |= VIVS_TS_MEM_CONFIG_COLOR_AUTO_DISABLE; in etna_blit_clear_color_rs()
388 ctx->framebuffer.TS_MEM_CONFIG |= VIVS_TS_MEM_CONFIG_DEPTH_AUTO_DISABLE; in etna_blit_clear_zs_rs()