Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600d.h473 #define S_028800_STENCILFUNC_BF(x) (((unsigned)(x) & 0x7) << 20) macro
1750 #define S_028800_STENCILFUNC_BF(x) (((unsigned)(x) & 0x7) << 20) macro
Devergreend.h692 #define S_028800_STENCILFUNC_BF(x) (((unsigned)(x) & 0x7) << 20) macro
Dr600_state.c434 db_depth_control |= S_028800_STENCILFUNC_BF(state->stencil[1].func); /* translates straight */ in r600_create_dsa_state()
Devergreen_state.c446 db_depth_control |= S_028800_STENCILFUNC_BF(state->stencil[1].func); /* translates straight */ in evergreen_create_dsa_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1165 db_depth_control |= S_028800_STENCILFUNC_BF(state->stencil[1].func); in si_create_dsa_state()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1772 db_depth_control |= S_028800_STENCILFUNC_BF(ds_info->back.compareOp); in radv_pipeline_init_depth_stencil_state()
Dradv_cmd_buffer.c1531 db_depth_control |= S_028800_STENCILFUNC_BF(d->stencil_op.back.compare_op); in radv_emit_depth_control()