Home
last modified time | relevance | path

Searched refs:S_028800_Z_ENABLE (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c425 db_depth_control = S_028800_Z_ENABLE(state->depth_enabled) | in r600_create_dsa_state()
H A Dr600d.h433 #define S_028800_Z_ENABLE(x) (((unsigned)(x) & 0x1) << 1) macro
1726 #define S_028800_Z_ENABLE(x) (((unsigned)(x) & 0x1) << 1) macro
H A Devergreend.h652 #define S_028800_Z_ENABLE(x) (((unsigned)(x) & 0x1) << 1) macro
H A Devergreen_state.c437 db_depth_control = S_028800_Z_ENABLE(state->depth_enabled) | in evergreen_create_dsa_state()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c2217 db_depth_control = S_028800_Z_ENABLE(info->ds.depth_test_enable) | in radv_pipeline_init_depth_stencil_state()
H A Dradv_cmd_buffer.c1834 db_depth_control |= S_028800_Z_ENABLE(d->depth_test_enable ? 1 : 0) | in radv_emit_depth_control()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1334 S_028800_Z_ENABLE(state->depth_enabled) | S_028800_Z_WRITE_ENABLE(state->depth_writemask) | in si_create_dsa_state()

Completed in 88 milliseconds