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.c320 cs->TS_MEM_CONFIG = ts_mem_config; in etna_set_framebuffer_state()
592 uint32_t new_ts_config = ctx->framebuffer.TS_MEM_CONFIG; in etna_update_ts_config()
614 if (new_ts_config != ctx->framebuffer.TS_MEM_CONFIG || in etna_update_ts_config()
616 ctx->framebuffer.TS_MEM_CONFIG = new_ts_config; in etna_update_ts_config()
Detnaviv_internal.h206 uint32_t TS_MEM_CONFIG; member
Detnaviv_emit.c550 /*01654*/ EMIT_STATE(TS_MEM_CONFIG, ctx->framebuffer.TS_MEM_CONFIG); in etna_emit_state()
Detnaviv_rs.c303 ctx->framebuffer.TS_MEM_CONFIG |= VIVS_TS_MEM_CONFIG_COLOR_AUTO_DISABLE; in etna_blit_clear_color_rs()
362 ctx->framebuffer.TS_MEM_CONFIG |= VIVS_TS_MEM_CONFIG_DEPTH_AUTO_DISABLE; in etna_blit_clear_zs_rs()