Searched refs:numNodes (Results 1 – 6 of 6) sorted by relevance
104 unsigned numNodes; variable118 ++numNodes; in addConstructedNode()143 Graph() : numNodes(0), numEdges(0) {} in Graph()148 Graph(const Graph &other) : numNodes(0), numEdges(0) { in Graph()186 unsigned getNumNodes() const { return numNodes; } in getNumNodes()331 --numNodes; in removeNode()350 numNodes = numEdges = 0; in clear()
44 unsigned numNodes() const { return selections.size(); } in numNodes() function
862 uint32_t numNodes = numHWNodes; in CreateThreadPool() local868 numNodes = std::min(numNodes, pContext->threadInfo.MAX_NUMA_NODES); in CreateThreadPool()893 uint32_t numThreads = numNodes * numCoresPerNode * numHyperThreads; in CreateThreadPool()917 else if (numNodes < numHWNodes) in CreateThreadPool()919 numNodes++; in CreateThreadPool()992 pPool->numaMask = numNodes - 1; // Only works for 2**n numa nodes (1, 2, 4, etc.) in CreateThreadPool()995 for (uint32_t n = 0; n < numNodes; ++n) in CreateThreadPool()
316 size_t numNodes = group->children.size(); in getIndexSize() local319 numNodes += getIndexSize(group->children[childNdx]); in getIndexSize()321 DE_ASSERT(numNodes <= std::numeric_limits<deUint32>::max()); in getIndexSize()323 return (deUint32)numNodes; in getIndexSize()
43 unsigned numNodes() const { return selections.size(); } in numNodes() function
1322 const GLuint numNodes = 1 + (bytes + sizeof(Node) - 1) / sizeof(Node); in dlist_alloc() local1330 InstSize[opcode] = numNodes; in dlist_alloc()1334 assert(numNodes == InstSize[opcode]); in dlist_alloc()1350 if (ctx->ListState.CurrentPos + nopNode + numNodes + contNodes in dlist_alloc()1388 ctx->ListState.CurrentPos += nopNode + numNodes; in dlist_alloc()