Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c1633 db_render_control |= S_028D0C_DEPTH_COMPRESS_DISABLE(a->flush_depth_inplace) | in r600_emit_db_misc_state()
Dr600d.h791 #define S_028D0C_DEPTH_COMPRESS_DISABLE(x) (((unsigned)(x) & 0x1) << 6) macro