Home
last modified time | relevance | path

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

/external/skia/tests/
DTopoSortTest.cpp183 const int numNodes = graph.count(); in DEF_TEST() local
189 REPORTER_ASSERT(reporter, numNodes == graph.count()); in DEF_TEST()
198 std::vector<bool> seen(numNodes, false); in DEF_TEST()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp1049 uint32_t numNodes = numHWNodes; in CreateThreadPool() local
1106 if (numNodes > pContext->threadInfo.BASE_NUMA_NODE) in CreateThreadPool()
1108 numNodes -= pContext->threadInfo.BASE_NUMA_NODE; in CreateThreadPool()
1116 numNodes); in CreateThreadPool()
1122 numNodes = std::min(numNodes, pContext->threadInfo.MAX_NUMA_NODES); in CreateThreadPool()
1126 uint32_t numThreads = numNodes * numCoresPerNode * numHyperThreads; in CreateThreadPool()
1278 pPool->numaMask = numNodes - 1; // Only works for 2**n numa nodes (1, 2, 4, etc.) in CreateThreadPool()
1287 for (uint32_t n = 0; n < numNodes; ++n) in CreateThreadPool()
/external/llvm/include/llvm/CodeGen/PBQP/
DSolution.h43 unsigned numNodes() const { return selections.size(); } in numNodes() function
/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/swiftshader/third_party/marl/include/marl/
Ddag.h343 auto numNodes = dag->nodes.size();
346 for (size_t i = 0; i < numNodes; i++) {
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_runtime_10_2.inc1724 size_t *numNodes) {
1729 return func_ptr(graph, nodes, numNodes);
Dcuda_runtime_10_1.inc1715 size_t *numNodes) {
1720 return func_ptr(graph, nodes, numNodes);
Dcuda_runtime_10_0.inc1718 size_t *numNodes) {
1723 return func_ptr(graph, nodes, numNodes);
Dcuda_runtime_11_0.inc1802 size_t *numNodes) {
1807 return func_ptr(graph, nodes, numNodes);
Dcuda_runtime_11_2.inc1972 size_t *numNodes) {
1977 return func_ptr(graph, nodes, numNodes);
Dcuda_10_0.inc1589 size_t *numNodes) {
1593 return func_ptr(hGraph, nodes, numNodes);
Dcuda_10_1.inc1611 size_t *numNodes) {
1615 return func_ptr(hGraph, nodes, numNodes);
Dcuda_10_2.inc1732 size_t *numNodes) {
1736 return func_ptr(hGraph, nodes, numNodes);
Dcuda_11_0.inc1772 size_t *numNodes) {
1776 return func_ptr(hGraph, nodes, numNodes);
Dcuda_11_2.inc2099 size_t *numNodes) {
2103 return func_ptr(hGraph, nodes, numNodes);
/external/mesa3d/src/mesa/main/
Ddlist.c1607 const GLuint numNodes = 1 + (bytes + sizeof(Node) - 1) / sizeof(Node); in dlist_alloc() local
1617 InstSize[opcode] = numNodes; in dlist_alloc()
1621 assert(numNodes == InstSize[opcode]); in dlist_alloc()
1637 if (ctx->ListState.CurrentPos + nopNode + numNodes + contNodes in dlist_alloc()
1675 ctx->ListState.CurrentPos += nopNode + numNodes; in dlist_alloc()