Home
last modified time | relevance | path

Searched refs:S_02842C_STENCILZFAIL (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c724 ds->db_stencil_control |= S_02842C_STENCILZFAIL(si_translate_stencil_op(vkds->front.depthFailOp)); in radv_pipeline_init_depth_stencil_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1203 db_stencil_control |= S_02842C_STENCILZFAIL(si_translate_stencil_op(state->stencil[0].zfail_op)); in si_create_dsa_state()
/external/mesa3d/src/amd/common/
Dgfx9d.h4508 #define S_02842C_STENCILZFAIL(x) (((unsigned)(x) & 0x0F) << 8) macro
Dsid.h5670 #define S_02842C_STENCILZFAIL(x) (((unsigned)(x) & 0x0F) << 8) macro