Searched refs:funcA (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di830_state.c286 int funcA; local in function:i830_set_blend_state
323 funcA = SRC_ABLEND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].SrcA))
332 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
336 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
350 iab = eqnA | funcA
359 if ((eqnA | funcA) != (eqnRGB | funcRGB))
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di830_state.c286 int funcA; local in function:i830_set_blend_state
323 funcA = SRC_ABLEND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].SrcA))
332 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
336 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
350 iab = eqnA | funcA
359 if ((eqnA | funcA) != (eqnRGB | funcRGB))
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c214 int funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) | local in function:r200_set_blend_state
269 funcA = (blend_factor( ctx->Color.Blend[0].SrcA, GL_TRUE ) << R200_SRC_BLEND_SHIFT) |
287 funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) |
293 funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) |
303 rmesa->hw.ctx.cmd[CTX_RB3D_ABLENDCNTL] = eqnA | funcA;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c214 int funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) | local in function:r200_set_blend_state
269 funcA = (blend_factor( ctx->Color.Blend[0].SrcA, GL_TRUE ) << R200_SRC_BLEND_SHIFT) |
287 funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) |
293 funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) |
303 rmesa->hw.ctx.cmd[CTX_RB3D_ABLENDCNTL] = eqnA | funcA;

Completed in 9 milliseconds