HomeSort by: relevance | last modified time | path
    Searched defs:pMask (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
ephyr.h 59 PixmapPtr pDst, pSrc, pMask;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
blend_jit.cpp 548 Value* pMask = LOAD(ppMask);
551 pMask = MASK(pMask);
554 pMask = AND(pMask, pTest);
557 pMask = VMASK(pMask);
560 STORE(pMask, ppMask);
610 ppMask->setName("pMask");
853 Value* pMask = LOAD(ppMask)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
blend_jit.cpp 546 Value* pMask = LOAD(ppMask);
549 pMask = MASK(pMask);
552 pMask = AND(pMask, pTest);
555 pMask = VMASK(pMask);
558 STORE(pMask, ppMask);
608 ppMask->setName("pMask");
851 Value* pMask = LOAD(ppMask)
    [all...]
builder_mem.cpp 682 Value* pMask = VMOVMSK(vMask);
688 Value* pIndex = CTTZ(pMask, C(false));
721 pMaskPhi->addIncoming(pMask, pCurBB);
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i915_render.c 92 static uint32_t i915_get_blend_cntl(int op, PicturePtr pMask,
125 if (pMask && pMask->componentAlpha && PICT_FORMAT_RGB(pMask->format) &&
318 PixmapPtr pSrc, PixmapPtr pMask, PixmapPtr pDst)
325 pMask ? i830_get_pixmap_bo(pMask) : NULL,
332 pI830->render_mask = pMask;
337 if (pMask)
338 i830_exa_check_pitch_3d(pMask);
    [all...]
i965_render.c 119 static void i965_get_blend_cntl(int op, PicturePtr pMask, uint32_t dst_format,
140 if (pMask && pMask->componentAlpha && PICT_FORMAT_RGB(pMask->format)
1116 PixmapPtr pMask = composite_op->mask;
1252 if (pMask) {
1294 int nelem = pMask ? 2: 1;
1318 BEGIN_BATCH(pMask?9:7);
1343 BEGIN_BATCH(pMask?7:5);
1385 if (pMask) {
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
ephyr.h 59 PixmapPtr pDst, pSrc, pMask;
  /xsrc/external/mit/libXt/dist/src/
PassivGrab.c 202 Mask *pMask;
216 if (!firstDetail->pMask)
223 if (GETBIT(firstDetail->pMask, secondDetail->exact))
284 first.pMask = GRABEXT(pFirstGrab)->pModifiersMask;
286 first.pMask = NULL;
289 second.pMask = GRABEXT(pSecondGrab)->pModifiersMask;
291 second.pMask = NULL;
297 first.pMask = GRABEXT(pFirstGrab)->pKeyButMask;
299 first.pMask = NULL;
302 second.pMask = GRABEXT(pSecondGrab)->pKeyButMask
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/uxa/
uxa-glyphs.c 548 uxa_glyphs_to_mask(PicturePtr pMask,
551 uxa_composite_rects(PictOpAdd, buffer->source, pMask,
734 PicturePtr pMask;
794 pMask = CreatePicture (0, &pMaskPixmap->drawable,
797 if (!pMask)
815 pMask = pDst;
835 uxa_glyphs_to_mask(pMask, &buffer);
851 uxa_glyphs_to_mask(pMask, &buffer);
863 pMask,
870 FreePicture ((pointer) pMask, (XID) 0)
    [all...]
  /xsrc/external/mit/xorg-server/dist/exa/
exa_glyphs.c 611 exaGlyphsToMask(PicturePtr pMask, ExaGlyphBufferPtr buffer)
613 exaCompositeRects(PictOpAdd, buffer->mask, NULL, pMask,
687 PicturePtr pMask = NULL;
724 pMask = CreatePicture(0, &pMaskPixmap->drawable,
727 if (!pMask ||
729 !(*pExaScr->info->CheckComposite) (PictOpAdd, pSrc, NULL, pMask)))
735 if (!pMask)
740 FreePicture((void *) pMask, (XID) 0);
753 pMask = CreatePicture(0, &pMaskPixmap->drawable, maskFormat, 0, 0,
755 if (!pMask) {
    [all...]
  /xsrc/external/mit/xorg-server/dist/render/
glyph.c 582 PicturePtr pMask;
609 pMask = CreatePicture(0, &pMaskPixmap->drawable,
612 if (!pMask) {
628 pMask = pDst;
645 pMask,
676 pMask,
680 FreePicture((void *) pMask, (XID) 0);
render.c 670 PicturePtr pSrc, pMask, pDst;
683 VERIFY_ALPHA(pMask, stuff->mask, client, DixReadAccess);
685 pSrc->pDrawable->pScreen != pDst->pDrawable->pScreen) || (pMask &&
686 pMask->
691 pMask->
697 pMask,
  /xsrc/external/mit/xorg-server.old/dist/exa/
exa_glyphs.c 618 exaGlyphsToMask(PicturePtr pMask,
621 exaCompositeRects(PictOpAdd, buffer->mask, NULL, pMask,
705 PicturePtr pMask = NULL;
743 pMask = CreatePicture (0, &pMaskPixmap->drawable,
746 if (!pMask ||
748 !(*pExaScr->info->CheckComposite) (PictOpAdd, pSrc, NULL, pMask)))
754 if (!pMask)
759 FreePicture ((pointer) pMask, (XID) 0);
772 pMask = CreatePicture (0, &pMaskPixmap->drawable, maskFormat, 0, 0,
774 if (!pMask) {
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/render/
glyph.c 633 PicturePtr pMask;
661 pMask = CreatePicture (0, &pMaskPixmap->drawable,
664 if (!pMask)
682 pMask = pDst;
703 pMask,
738 pMask,
745 FreePicture ((pointer) pMask, (XID) 0);
render.c 711 PicturePtr pSrc, pMask, pDst;
724 VERIFY_ALPHA (pMask, stuff->mask, client, DixReadAccess);
726 (pMask && pMask->pDrawable && pDst->pDrawable->pScreen != pMask->pDrawable->pScreen))
730 pMask,
  /xsrc/external/mit/xorg-server/dist/include/
inputstr.h 171 Mask *pMask;
  /xsrc/external/mit/xorg-server.old/dist/include/
inputstr.h 157 Mask *pMask;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
state.h 921 simdscalari* pMask;

Completed in 28 milliseconds