Lines Matching refs:textured
112 /* Limits for the overlay/textured video source sizes. The documented hardware
113 * limits are 2048x2048 or better for overlay and both of our textured video
585 /* Set up textured video if we can do it at this depth and we are on
593 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Set up textured video\n");
596 "Failed to set up textured video\n");
892 pPriv->textured = FALSE;
1011 pPriv->textured = TRUE;
1020 /* gotta uninit this someplace, XXX: shouldn't be necessary for textured */
1036 if (pPriv->textured)
1263 if (pPriv->textured) {
1348 if (pPriv->textured)
1378 if (pPriv->textured) {
1558 if (pPriv->textured)
2191 /* For textured video, we don't actually want to clip at all. */
2192 if (crtc && !pPriv->textured)
2245 if (pPriv->textured)
2256 if (!pPriv->textured) {
2285 if (!pPriv->textured) {
2316 /* Only needs to be DWORD-aligned for textured on i915, but overlay has
2319 if (pPriv->textured) {
2380 if (!pPriv->textured)
2390 assert(pPriv->textured);
2401 if (!pPriv->textured && drm_intel_bo_pin(pPriv->buf, 4096) != 0) {
2422 if (pPriv->textured)
2449 if (!pPriv->textured && pI830->overlayOn && pPriv->doubleBuffer)
2486 if (!pPriv->textured) {
2556 if (pPriv->textured) {
2682 if (!pPriv->textured)
2829 if (!pI830Priv->textured && pI830->overlayOn && pI830Priv->doubleBuffer)