Lines Matching refs:pPict
184 static Bool i965_check_composite_texture(ScrnInfoPtr pScrn, PicturePtr pPict, int unit)
186 if (pPict->repeatType > RepeatReflect)
188 pPict->repeatType);
190 if (pPict->filter != PictFilterNearest &&
191 pPict->filter != PictFilterBilinear)
193 I830FALLBACK("Unsupported filter 0x%x\n", pPict->filter);
196 if (pPict->pDrawable)
200 w = pPict->pDrawable->width;
201 h = pPict->pDrawable->height;
208 if (i965_tex_formats[i].fmt == pPict->format)
213 (int)pPict->format);
988 i965_get_card_format(PicturePtr pPict)
995 if (i965_tex_formats[i].fmt == pPict->format)