Lines Matching refs:pDepth
600 DepthPtr pDepth; in CreateConnectionBlock() local
624 pDepth = pScreen->allowedDepths; in CreateConnectionBlock()
625 for (j = 0; j < pScreen->numDepths; j++, pDepth++) { in CreateConnectionBlock()
627 (pDepth->numVids * sizeof(xVisualType)); in CreateConnectionBlock()
635 depth.depth = pDepth->depth; in CreateConnectionBlock()
636 depth.nVisuals = pDepth->numVids; in CreateConnectionBlock()
640 for (k = 0; k < pDepth->numVids; k++) { in CreateConnectionBlock()
641 vid = pDepth->vids[k]; in CreateConnectionBlock()
1399 DepthPtr pDepth; in ProcCreatePixmap() local
1432 pDepth = pDraw->pScreen->allowedDepths; in ProcCreatePixmap()
1433 for (i = 0; i < pDraw->pScreen->numDepths; i++, pDepth++) in ProcCreatePixmap()
1434 if (pDepth->depth == stuff->depth) in ProcCreatePixmap()
3661 xDepth *pDepth; in SendConnSetup() local
3665 pDepth = (xDepth *) (root + 1); in SendConnSetup()
3667 pDepth = (xDepth *) (((char *) (pDepth + 1)) + in SendConnSetup()
3668 pDepth->nVisuals * sizeof(xVisualType)); in SendConnSetup()
3670 root = (xWindowRoot *) pDepth; in SendConnSetup()