Searched refs:numNodes (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/ |
D | Graph.h | 104 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()
|
D | Solution.h | 44 unsigned numNodes() const { return selections.size(); } in numNodes() function
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | threads.cpp | 944 uint32_t numNodes = numHWNodes; in CreateThreadPool() local 1003 if (numNodes > pContext->threadInfo.BASE_NUMA_NODE) in CreateThreadPool() 1005 numNodes -= pContext->threadInfo.BASE_NUMA_NODE; in CreateThreadPool() 1013 numNodes); in CreateThreadPool() 1019 numNodes = std::min(numNodes, pContext->threadInfo.MAX_NUMA_NODES); in CreateThreadPool() 1023 uint32_t numThreads = numNodes * numCoresPerNode * numHyperThreads; in CreateThreadPool() 1134 pPool->numaMask = numNodes - 1; // Only works for 2**n numa nodes (1, 2, 4, etc.) in CreateThreadPool() 1143 for (uint32_t n = 0; n < numNodes; ++n) in CreateThreadPool()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBinaryRegistry.cpp | 316 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/ |
D | Solution.h | 43 unsigned numNodes() const { return selections.size(); } in numNodes() function
|
/external/mesa3d/src/mesa/main/ |
D | dlist.c | 1323 const GLuint numNodes = 1 + (bytes + sizeof(Node) - 1) / sizeof(Node); in dlist_alloc() local 1331 InstSize[opcode] = numNodes; in dlist_alloc() 1335 assert(numNodes == InstSize[opcode]); in dlist_alloc() 1351 if (ctx->ListState.CurrentPos + nopNode + numNodes + contNodes in dlist_alloc() 1389 ctx->ListState.CurrentPos += nopNode + numNodes; in dlist_alloc()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_10_0.inc | 1367 CUresult CUDAAPI cuGraphGetNodes(CUgraph hGraph, CUgraphNode *nodes, size_t *numNodes) { 1371 return func_ptr(hGraph, nodes, numNodes);
|