Home
last modified time | relevance | path

Searched refs:kNestingDepth (Results 1 – 3 of 3) sorted by relevance

/external/skqp/bench/
DAAClipBench.cpp95 static const int kNestingDepth = 3; member in NestedAAClipBench
98 SkPoint fSizes[kNestingDepth+1];
110 for (int i = 1; i < kNestingDepth+1; ++i) { in NestedAAClipBench()
137 if (kNestingDepth == depth) { in recurse()
/external/skia/bench/
DAAClipBench.cpp95 static const int kNestingDepth = 3; member in NestedAAClipBench
98 SkPoint fSizes[kNestingDepth+1];
110 for (int i = 1; i < kNestingDepth+1; ++i) { in NestedAAClipBench()
137 if (kNestingDepth == depth) { in recurse()
/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_simplifier_test.cc147 const int kNestingDepth = 5; in TEST_F() local
149 for (int i = 0; i < kNestingDepth; ++i) { in TEST_F()
155 for (int i = 0; i < kNestingDepth; ++i) { in TEST_F()