Lines Matching refs:depthIndex
139 int i, j, depthIndex;
199 depthIndex = UNDEFINED;
202 depthIndex = j;
206 if (depthIndex == UNDEFINED) {
207 depthIndex = numDepths;
208 depths[depthIndex].depth = xnestVisuals[i].depth;
209 depths[depthIndex].numVids = 0;
210 depths[depthIndex].vids =
214 if (depths[depthIndex].numVids >= MAXVISUALSPERDEPTH) {
217 depths[depthIndex].vids[depths[depthIndex].numVids] =
219 depths[depthIndex].numVids++;