Searched refs:S_02842C_STENCILZPASS_BF (Results 1 – 3 of 3) sorted by relevance
955 ds->db_stencil_control |= S_02842C_STENCILZPASS_BF(si_translate_stencil_op(vkds->back.passOp)); in radv_pipeline_init_depth_stencil_state()
1031 …db_stencil_control |= S_02842C_STENCILZPASS_BF(si_translate_stencil_op(state->stencil[1].zpass_op)… in si_create_dsa_state()
5649 #define S_02842C_STENCILZPASS_BF(x) (((unsigned)(x) & 0x0F) << 16) macro