Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_pm4.c154 state->cp_coher_cntl |= S_0085F0_DB_ACTION_ENA(1) | S_0085F0_DB_DEST_BASE_ENA(1); in si_pm4_inval_zsbuf_cache()
Dr600_hw_context.c172 S_0085F0_DB_ACTION_ENA(1) | in r600_flush_framebuffer()
Dsid.h166 #define S_0085F0_DB_ACTION_ENA(x) (((x) & 0x1) << 26) macro
/external/mesa3d/src/gallium/drivers/r600/
Dr600_hw_context.c902 (ctx->framebuffer.zsbuf ? S_0085F0_DB_ACTION_ENA(1) | S_0085F0_DB_DEST_BASE_ENA(1) : 0); in r600_flush_framebuffer()
Devergreend.h2208 #define S_0085F0_DB_ACTION_ENA(x) (((x) & 0x1) << 26) macro
Dr600d.h3356 #define S_0085F0_DB_ACTION_ENA(x) (((x) & 0x1) << 26) macro