Home
last modified time | relevance | path

Searched refs:S_028800_Z_WRITE_ENABLE (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600d.h436 #define S_028800_Z_WRITE_ENABLE(x) (((unsigned)(x) & 0x1) << 2) macro
1729 #define S_028800_Z_WRITE_ENABLE(x) (((unsigned)(x) & 0x1) << 2) macro
Devergreend.h655 #define S_028800_Z_WRITE_ENABLE(x) (((unsigned)(x) & 0x1) << 2) macro
Dr600_state.c426 S_028800_Z_WRITE_ENABLE(state->depth_writemask) | in r600_create_dsa_state()
Devergreen_state.c438 S_028800_Z_WRITE_ENABLE(state->depth_writemask) | in evergreen_create_dsa_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1274 S_028800_Z_ENABLE(state->depth_enabled) | S_028800_Z_WRITE_ENABLE(state->depth_writemask) | in si_create_dsa_state()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1809 S_028800_Z_WRITE_ENABLE(ds_info->depthWriteEnable ? 1 : 0) | in radv_pipeline_init_depth_stencil_state()
Dradv_cmd_buffer.c1589 S_028800_Z_WRITE_ENABLE(d->depth_write_enable ? 1 : 0) | in radv_emit_depth_control()