Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c432 db_depth_control |= S_028800_STENCILFUNC(state->stencil[0].func); /* translates straight */ in r600_create_dsa_state()
H A Dr600d.h445 #define S_028800_STENCILFUNC(x) (((unsigned)(x) & 0x7) << 8) macro
1738 #define S_028800_STENCILFUNC(x) (((unsigned)(x) & 0x7) << 8) macro
H A Devergreend.h664 #define S_028800_STENCILFUNC(x) (((unsigned)(x) & 0x7) << 8) macro
H A Devergreen_state.c444 db_depth_control |= S_028800_STENCILFUNC(state->stencil[0].func); /* translates straight */ in evergreen_create_dsa_state()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c2225 db_depth_control |= S_028800_STENCILFUNC(info->ds.front.compare_op); in radv_pipeline_init_depth_stencil_state()
H A Dradv_cmd_buffer.c1840 S_028800_STENCILFUNC(d->stencil_op.front.compare_op) | in radv_emit_depth_control()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1340 db_depth_control |= S_028800_STENCILFUNC(state->stencil[0].func); in si_create_dsa_state()

Completed in 70 milliseconds