Searched defs:eqA (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c151 GLenum eqA = ctx->Color.Blend[0].EquationA; local
172 if (eqA == GL_MIN || eqA == GL_MAX) {
182 cc->cc5.ia_blend_function = brw_translate_blend_equation(eqA);
187 eqA != eqRGB);
H A Dgen6_cc.c99 GLenum eqA = ctx->Color.Blend[b].EquationA; local
109 if (eqA == GL_MIN || eqA == GL_MAX) {
119 blend[b].blend0.ia_blend_func = brw_translate_blend_equation(eqA);
124 eqA != eqRGB);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c151 GLenum eqA = ctx->Color.Blend[0].EquationA; local
172 if (eqA == GL_MIN || eqA == GL_MAX) {
182 cc->cc5.ia_blend_function = brw_translate_blend_equation(eqA);
187 eqA != eqRGB);
H A Dgen6_cc.c99 GLenum eqA = ctx->Color.Blend[b].EquationA; local
109 if (eqA == GL_MIN || eqA == GL_MAX) {
119 blend[b].blend0.ia_blend_func = brw_translate_blend_equation(eqA);
124 eqA != eqRGB);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state.c110 unsigned eqA = blend->rt[0].alpha_func; local
120 eqA != eqRGB) {
130 (i915_translate_blend_func(eqA) << IAB_FUNC_SHIFT));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_state.c297 GLuint eqA = ctx->Color.Blend[0].EquationA; local
307 if (eqA == GL_MIN || eqA == GL_MAX) {
317 iab |= translate_blend_equation(eqA) << IAB_FUNC_SHIFT;
319 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB)
345 i915BlendEquationSeparate(struct gl_context * ctx, GLenum eqRGB, GLenum eqA) argument
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c110 unsigned eqA = blend->rt[0].alpha_func; local
120 eqA != eqRGB) {
130 (i915_translate_blend_func(eqA) << IAB_FUNC_SHIFT));
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_state.c297 GLuint eqA = ctx->Color.Blend[0].EquationA; local
307 if (eqA == GL_MIN || eqA == GL_MAX) {
317 iab |= translate_blend_equation(eqA) << IAB_FUNC_SHIFT;
319 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB)
345 i915BlendEquationSeparate(struct gl_context * ctx, GLenum eqRGB, GLenum eqA) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_state.c243 unsigned eqA = state->rt[0].alpha_func; local
263 if (eqRGB == PIPE_BLEND_MIN || eqA == PIPE_BLEND_MIN ||
264 eqRGB == PIPE_BLEND_MAX || eqA == PIPE_BLEND_MAX ||
283 if (eqRGB != PIPE_BLEND_MIN && eqA != PIPE_BLEND_MIN &&
284 eqRGB != PIPE_BLEND_MAX && eqA != PIPE_BLEND_MAX) {
325 (eqA == PIPE_BLEND_ADD || eqA == PIPE_BLEND_REVERSE_SUBTRACT)) {
360 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
367 r300_translate_blend_function(eqA, TRUE);
369 r300_translate_blend_function(eqA, FALS
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_state.c735 unsigned eqA = state->rt[j].alpha_func; local
748 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
750 blend_cntl[i] |= S_028780_ALPHA_COMB_FCN(r600_translate_blend_function(eqA));
H A Dr600_state.c753 unsigned eqA = state->rt[j].alpha_func; local
765 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
767 bc |= S_028804_ALPHA_COMB_FCN(r600_translate_blend_function(eqA));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dsi_state.c164 unsigned eqA = state->rt[j].alpha_func; local
183 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
185 blend_cntl |= S_028780_ALPHA_COMB_FCN(si_translate_blend_function(eqA));
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c243 unsigned eqA = state->rt[0].alpha_func; local
263 if (eqRGB == PIPE_BLEND_MIN || eqA == PIPE_BLEND_MIN ||
264 eqRGB == PIPE_BLEND_MAX || eqA == PIPE_BLEND_MAX ||
283 if (eqRGB != PIPE_BLEND_MIN && eqA != PIPE_BLEND_MIN &&
284 eqRGB != PIPE_BLEND_MAX && eqA != PIPE_BLEND_MAX) {
325 (eqA == PIPE_BLEND_ADD || eqA == PIPE_BLEND_REVERSE_SUBTRACT)) {
360 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
367 r300_translate_blend_function(eqA, TRUE);
369 r300_translate_blend_function(eqA, FALS
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c735 unsigned eqA = state->rt[j].alpha_func; local
748 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
750 blend_cntl[i] |= S_028780_ALPHA_COMB_FCN(r600_translate_blend_function(eqA));
H A Dr600_state.c753 unsigned eqA = state->rt[j].alpha_func; local
765 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
767 bc |= S_028804_ALPHA_COMB_FCN(r600_translate_blend_function(eqA));
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c164 unsigned eqA = state->rt[j].alpha_func; local
183 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
185 blend_cntl |= S_028780_ALPHA_COMB_FCN(si_translate_blend_function(eqA));

Completed in 2462 milliseconds