Lines Matching refs:pPict
340 Mach64CheckTexture(PicturePtr pPict)
345 if (pPict->pDrawable == NULL)
347 w = pPict->pDrawable->width;
348 h = pPict->pDrawable->height;
350 if (Mach64TexFormats[i].pictFormat == pPict->format)
356 (int)pPict->format));
572 Mach64PrepareTexture(PicturePtr pPict, PixmapPtr pPix)
580 int w = pPict->pDrawable->width;
581 int h = pPict->pDrawable->height;
586 if (Mach64TexFormats[i].pictFormat == pPict->format)
591 (int)pPict->format));
595 cpp = PICT_FORMAT_BPP(pPict->format) / 8;
602 if (pPict->repeat && w == 1 && h == 1)
604 else if (pPict->repeat)
623 if (PICT_FORMAT_A(pPict->format))
626 switch (pPict->filter) {
636 MACH64_FALLBACK(("Bilinear filter 0x%x\n", pPict->filter));
639 MACH64_FALLBACK(("Bad filter 0x%x\n", pPict->filter));
642 m3d->transform = pPict->transform;