Home | History | Annotate | Download | only in i915

Lines Matching refs:eqnA

288    int eqnA;
328 eqnA = BLENDFUNC_ADD;
331 eqnA = BLENDFUNC_MIN;
335 eqnA = BLENDFUNC_MAX;
339 eqnA = BLENDFUNC_SUB;
342 eqnA = BLENDFUNC_RVRSE_SUB;
350 iab = eqnA | funcA
359 if ((eqnA | funcA) != (eqnRGB | funcRGB))