Searched refs:S_02842C_STENCILZFAIL (Results 1 – 3 of 3) sorted by relevance
951 ds->db_stencil_control |= S_02842C_STENCILZFAIL(si_translate_stencil_op(vkds->front.depthFailOp)); in radv_pipeline_init_depth_stencil_state()
1025 db_stencil_control |= S_02842C_STENCILZFAIL(si_translate_stencil_op(state->stencil[0].zfail_op)); in si_create_dsa_state()
5611 #define S_02842C_STENCILZFAIL(x) (((unsigned)(x) & 0x0F) << 8) macro