Searched refs:numNodes (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dthreads.cpp1035 uint32_t numNodes = numHWNodes; local in function:CreateThreadPool
1092 if (numNodes > pContext->threadInfo.BASE_NUMA_NODE)
1094 numNodes -= pContext->threadInfo.BASE_NUMA_NODE;
1102 numNodes);
1108 numNodes = std::min(numNodes, pContext->threadInfo.MAX_NUMA_NODES);
1112 uint32_t numThreads = numNodes * numCoresPerNode * numHyperThreads;
1259 pPool->numaMask = numNodes - 1; // Only works for 2**n numa nodes (1, 2, 4, etc.)
1268 for (uint32_t n = 0; n < numNodes; ++n)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddlist.c1419 const GLuint numNodes = 1 + (bytes + sizeof(Node) - 1) / sizeof(Node); local in function:dlist_alloc
1429 InstSize[opcode] = numNodes;
1433 assert(numNodes == InstSize[opcode]);
1449 if (ctx->ListState.CurrentPos + nopNode + numNodes + contNodes
1487 ctx->ListState.CurrentPos += nopNode + numNodes;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddlist.c1563 const GLuint numNodes = 1 + (bytes + sizeof(Node) - 1) / sizeof(Node); local in function:dlist_alloc
1582 if (ctx->ListState.CurrentPos + nopNode + numNodes + contNodes
1621 ctx->ListState.CurrentPos += nopNode + numNodes;
1624 n[0].InstSize = numNodes;

Completed in 33 milliseconds