Searched refs:eqA (Results 1 – 8 of 8) sorted by relevance
99 GLenum eqA = ctx->Color.Blend[b].EquationA; in gen6_upload_blend_state() local109 if (eqA == GL_MIN || eqA == GL_MAX) { in gen6_upload_blend_state()119 blend[b].blend0.ia_blend_func = brw_translate_blend_equation(eqA); in gen6_upload_blend_state()124 eqA != eqRGB); in gen6_upload_blend_state()
151 GLenum eqA = ctx->Color.Blend[0].EquationA; in upload_cc_unit() local172 if (eqA == GL_MIN || eqA == GL_MAX) { in upload_cc_unit()182 cc->cc5.ia_blend_function = brw_translate_blend_equation(eqA); in upload_cc_unit()187 eqA != eqRGB); in upload_cc_unit()
243 unsigned eqA = state->rt[0].alpha_func; in r300_create_blend_state() local263 if (eqRGB == PIPE_BLEND_MIN || eqA == PIPE_BLEND_MIN || in r300_create_blend_state()264 eqRGB == PIPE_BLEND_MAX || eqA == PIPE_BLEND_MAX || in r300_create_blend_state()283 if (eqRGB != PIPE_BLEND_MIN && eqA != PIPE_BLEND_MIN && in r300_create_blend_state()284 eqRGB != PIPE_BLEND_MAX && eqA != PIPE_BLEND_MAX) { in r300_create_blend_state()325 (eqA == PIPE_BLEND_ADD || eqA == PIPE_BLEND_REVERSE_SUBTRACT)) { in r300_create_blend_state()360 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) { in r300_create_blend_state()367 r300_translate_blend_function(eqA, TRUE); in r300_create_blend_state()369 r300_translate_blend_function(eqA, FALSE); in r300_create_blend_state()
297 GLuint eqA = ctx->Color.Blend[0].EquationA; in i915UpdateBlendState() local307 if (eqA == GL_MIN || eqA == GL_MAX) { in i915UpdateBlendState()317 iab |= translate_blend_equation(eqA) << IAB_FUNC_SHIFT; in i915UpdateBlendState()319 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) in i915UpdateBlendState()345 i915BlendEquationSeparate(struct gl_context * ctx, GLenum eqRGB, GLenum eqA) in i915BlendEquationSeparate() argument
110 unsigned eqA = blend->rt[0].alpha_func; in i915_create_blend_state() local120 eqA != eqRGB) { in i915_create_blend_state()130 (i915_translate_blend_func(eqA) << IAB_FUNC_SHIFT)); in i915_create_blend_state()
164 unsigned eqA = state->rt[j].alpha_func; in si_create_blend_state() local183 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) { in si_create_blend_state()185 blend_cntl |= S_028780_ALPHA_COMB_FCN(si_translate_blend_function(eqA)); in si_create_blend_state()
753 unsigned eqA = state->rt[j].alpha_func; in r600_create_blend_state_mode() local765 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) { in r600_create_blend_state_mode()767 bc |= S_028804_ALPHA_COMB_FCN(r600_translate_blend_function(eqA)); in r600_create_blend_state_mode()
735 unsigned eqA = state->rt[j].alpha_func; in evergreen_create_blend_state_mode() local748 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) { in evergreen_create_blend_state_mode()750 blend_cntl[i] |= S_028780_ALPHA_COMB_FCN(r600_translate_blend_function(eqA)); in evergreen_create_blend_state_mode()