Searched refs:si_translate_stencil_op (Results 1 – 3 of 3) sorted by relevance
1076 static uint32_t si_translate_stencil_op(int s_op) in si_translate_stencil_op() function1157 S_02842C_STENCILFAIL(si_translate_stencil_op(state->stencil[0].fail_op)); in si_create_dsa_state()1159 S_02842C_STENCILZPASS(si_translate_stencil_op(state->stencil[0].zpass_op)); in si_create_dsa_state()1161 S_02842C_STENCILZFAIL(si_translate_stencil_op(state->stencil[0].zfail_op)); in si_create_dsa_state()1167 S_02842C_STENCILFAIL_BF(si_translate_stencil_op(state->stencil[1].fail_op)); in si_create_dsa_state()1169 S_02842C_STENCILZPASS_BF(si_translate_stencil_op(state->stencil[1].zpass_op)); in si_create_dsa_state()1171 S_02842C_STENCILZFAIL_BF(si_translate_stencil_op(state->stencil[1].zfail_op)); in si_create_dsa_state()
1544 S_02842C_STENCILFAIL(si_translate_stencil_op(d->stencil_op.front.fail_op)) | in radv_emit_stencil_control()1545 S_02842C_STENCILZPASS(si_translate_stencil_op(d->stencil_op.front.pass_op)) | in radv_emit_stencil_control()1546 S_02842C_STENCILZFAIL(si_translate_stencil_op(d->stencil_op.front.depth_fail_op)) | in radv_emit_stencil_control()1547 S_02842C_STENCILFAIL_BF(si_translate_stencil_op(d->stencil_op.back.fail_op)) | in radv_emit_stencil_control()1548 S_02842C_STENCILZPASS_BF(si_translate_stencil_op(d->stencil_op.back.pass_op)) | in radv_emit_stencil_control()1549 S_02842C_STENCILZFAIL_BF(si_translate_stencil_op(d->stencil_op.back.depth_fail_op))); in radv_emit_stencil_control()
2648 static inline uint32_t si_translate_stencil_op(enum VkStencilOp op) in si_translate_stencil_op() function