Searched refs:nopNode (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddlist.c1421 GLuint nopNode; local in function:dlist_alloc
1443 nopNode = 1;
1446 nopNode = 0;
1449 if (ctx->ListState.CurrentPos + nopNode + numNodes + contNodes
1475 nopNode = sizeof(void *) > sizeof(Node) && align8;
1479 if (nopNode) {
1487 ctx->ListState.CurrentPos += nopNode + numNodes;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddlist.c1565 GLuint nopNode; local in function:dlist_alloc
1576 nopNode = 1;
1579 nopNode = 0;
1582 if (ctx->ListState.CurrentPos + nopNode + numNodes + contNodes
1608 nopNode = sizeof(void *) > sizeof(Node) && align8;
1612 if (nopNode) {
1621 ctx->ListState.CurrentPos += nopNode + numNodes;

Completed in 34 milliseconds