Home
last modified time | relevance | path

Searched refs:eqA (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_cc.c99 GLenum eqA = ctx->Color.Blend[b].EquationA; in gen6_upload_blend_state() local
109 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()
Dbrw_cc.c151 GLenum eqA = ctx->Color.Blend[0].EquationA; in upload_cc_unit() local
172 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()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state.c243 unsigned eqA = state->rt[0].alpha_func; in r300_create_blend_state() local
263 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()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_state.c297 GLuint eqA = ctx->Color.Blend[0].EquationA; in i915UpdateBlendState() local
307 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
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c110 unsigned eqA = blend->rt[0].alpha_func; in i915_create_blend_state() local
120 eqA != eqRGB) { in i915_create_blend_state()
130 (i915_translate_blend_func(eqA) << IAB_FUNC_SHIFT)); in i915_create_blend_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c164 unsigned eqA = state->rt[j].alpha_func; in si_create_blend_state() local
183 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()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c753 unsigned eqA = state->rt[j].alpha_func; in r600_create_blend_state_mode() local
765 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()
Devergreen_state.c735 unsigned eqA = state->rt[j].alpha_func; in evergreen_create_blend_state_mode() local
748 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()