Searched refs:S_028800_Z_ENABLE (Results 1 – 7 of 7) sorted by relevance
433 #define S_028800_Z_ENABLE(x) (((unsigned)(x) & 0x1) << 1) macro1726 #define S_028800_Z_ENABLE(x) (((unsigned)(x) & 0x1) << 1) macro
652 #define S_028800_Z_ENABLE(x) (((unsigned)(x) & 0x1) << 1) macro
420 db_depth_control = S_028800_Z_ENABLE(state->depth.enabled) | in r600_create_dsa_state()
432 db_depth_control = S_028800_Z_ENABLE(state->depth.enabled) | in evergreen_create_dsa_state()
1149 S_028800_Z_ENABLE(state->depth.enabled) | S_028800_Z_WRITE_ENABLE(state->depth.writemask) | in si_create_dsa_state()
1763 db_depth_control = S_028800_Z_ENABLE(ds_info->depthTestEnable ? 1 : 0) | in radv_pipeline_init_depth_stencil_state()
1500 db_depth_control |= S_028800_Z_ENABLE(d->depth_test_enable ? 1 : 0); in radv_emit_depth_control()