Lines Matching defs:pDepth
339 DepthPtr pDepth;
369 pDepth = pScreen->allowedDepths + d;
372 for (v = 0; v < pDepth->numVids; v++)
374 pVisual = findVisual (pScreen, pDepth->vids[v]);
375 if (pVisual && PictureMatchVisual (pScreen, pDepth->depth, pVisual))
460 pDepth = pScreen->allowedDepths + d;
463 for (v = 0; v < pDepth->numVids; v++)
465 pVisual = findVisual (pScreen, pDepth->vids[v]);
467 pDepth->depth,
481 pictDepth->depth = pDepth->depth;