Lines Matching defs:pDepth
317 DepthPtr pDepth;
345 pDepth = pScreen->allowedDepths + d;
348 for (v = 0; v < pDepth->numVids; v++) {
349 pVisual = findVisual(pScreen, pDepth->vids[v]);
351 PictureMatchVisual(pScreen, pDepth->depth, pVisual))
429 pDepth = pScreen->allowedDepths + d;
432 for (v = 0; v < pDepth->numVids; v++) {
433 pVisual = findVisual(pScreen, pDepth->vids[v]);
435 pDepth->depth,
447 pictDepth->depth = pDepth->depth;