Home
last modified time | relevance | path

Searched refs:numNodes (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DGraph.h104 unsigned numNodes; variable
118 ++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()
DSolution.h44 unsigned numNodes() const { return selections.size(); } in numNodes() function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp862 uint32_t numNodes = numHWNodes; in CreateThreadPool() local
868 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()
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp316 size_t numNodes = group->children.size(); in getIndexSize() local
319 numNodes += getIndexSize(group->children[childNdx]); in getIndexSize()
321 DE_ASSERT(numNodes <= std::numeric_limits<deUint32>::max()); in getIndexSize()
323 return (deUint32)numNodes; in getIndexSize()
/external/llvm/include/llvm/CodeGen/PBQP/
DSolution.h43 unsigned numNodes() const { return selections.size(); } in numNodes() function
/external/mesa3d/src/mesa/main/
Ddlist.c1322 const GLuint numNodes = 1 + (bytes + sizeof(Node) - 1) / sizeof(Node); in dlist_alloc() local
1330 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()