Lines Matching refs:depth
155 xDepth *depth = (xDepth *)(ConnectionInfo + offset);
160 dmxLog(dmxInfo, "%d visuals at depth %d:\n",
161 depth->nVisuals, depth->depth);
162 for (j = 0; j < depth->nVisuals; j++, visual++) {
168 vi.depth = depth->depth;
186 if (pvi->depth == depth->depth &&
197 offset = voffset + depth->nVisuals * sizeof(xVisualType);