Home | History | Annotate | Download | only in src

Lines Matching refs:PictOpAdd

400 PictOpAdd              2          2     0         3
460 /* PictOpAdd */
549 if (op > PictOpAdd)
562 if (pMsk && op == PictOpAdd)
563 PictOpAdd with mask is not supported\n"));
565 /* FIXME: Meet this conditions from the debug for PictOpAdd.
567 if (op == PictOpAdd && pSrc->format == PICT_a8r8g8b8 &&
571 if (op == PictOpAdd && pSrc->format == PICT_x8r8g8b8 &&
575 if (op == PictOpAdd && pSrc->format == PICT_r5g6b5 &&
611 if ((op != PictOpAdd) && (pSrc->format == PICT_a8 ||
1427 else if ((exaScratch.op == PictOpAdd) && (exaScratch.srcFormat->exa