/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineCreationCacheControlTests.cpp | 276 struct Iteration struct 291 inline constexpr Iteration() : variants{}, validators{} {} in Iteration() argument 292 …inline constexpr Iteration(const VariantArray& v, const ValidatorArray& f) : variants{v}, validato… in Iteration() argument 299 using IterationArray = ConstexprVector<Iteration, MAX_ITERATIONS>; 719 vector<VkGraphicsPipelineCreateInfo> createPipelineCreateInfos(const TestParams::Iteration& ite… in createPipelineCreateInfos() 941 vector<VkComputePipelineCreateInfo> createPipelineCreateInfos(const TestParams::Iteration& iterat… in createPipelineCreateInfos() 1130 TestParams::Iteration{ 1132 TestParams::Iteration::SINGLE_NORMAL, 1140 TestParams::Iteration{ 1142 TestParams::Iteration::SINGLE_NOCOMPILE, [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCreationCacheControlTests.cpp | 276 struct Iteration struct 291 inline constexpr Iteration() : variants{}, validators{} {} in Iteration() argument 292 …inline constexpr Iteration(const VariantArray& v, const ValidatorArray& f) : variants{v}, validato… in Iteration() function 299 using IterationArray = ConstexprVector<Iteration, MAX_ITERATIONS>; 719 vector<VkGraphicsPipelineCreateInfo> createPipelineCreateInfos(const TestParams::Iteration& ite… in createPipelineCreateInfos() 941 vector<VkComputePipelineCreateInfo> createPipelineCreateInfos(const TestParams::Iteration& iterat… in createPipelineCreateInfos() 1130 TestParams::Iteration{ 1132 TestParams::Iteration::SINGLE_NORMAL, 1140 TestParams::Iteration{ 1142 TestParams::Iteration::SINGLE_NOCOMPILE, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 283 int Iteration : 30; member 302 return PairInfo::getHashValue({S.I, S.Iteration}); in getHashValue() 307 return PairInfo::isEqual({LHS.I, LHS.Iteration}, {RHS.I, RHS.Iteration}); in isEqual() 386 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument 387 assert(Iteration >= 0 && "Cannot have a negative iteration!"); in analyzeLoopUnrollCost() 391 for (;; --Iteration) { in analyzeLoopUnrollCost() 397 auto CostIter = InstCostMap.find({I, Iteration, 0, 0}); in analyzeLoopUnrollCost() 416 if (Iteration == 0) in analyzeLoopUnrollCost() 433 << Iteration << "): "); in analyzeLoopUnrollCost() 456 assert(Iteration > 0 && in analyzeLoopUnrollCost() [all …]
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglWideColorTests.cpp | 556 struct Iteration struct 561 Iteration(float s, float i, int c) in Iteration() argument 573 const std::vector<Iteration>& iterations); 606 const std::vector<struct Iteration> m_iterations; 610 …tion, const EGLint* attribList, EGLint colorSpace, const std::vector<struct Iteration>& iterations) in WideColorSurfaceTest() 1168 std::vector<Iteration>::const_iterator it; // declare an Iterator to a vector of strings in doClearTest() 1365 std::vector<Iteration> iterations; in init() 1368 iterations.push_back(Iteration(-0.333251953125f, fp16Increment1, 10)); in init() 1370 iterations.push_back(Iteration(-fp16Increment1 * 5.0f, fp16Increment1, 10)); in init() 1373 iterations.push_back(Iteration(1.0f - fp16Increment2 * 5.0f, fp16Increment2, 10)); in init() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CallGraphSCCPass.cpp | 490 unsigned Iteration = 0; in runOnModule() local 493 LLVM_DEBUG(if (Iteration) dbgs() in runOnModule() 494 << " SCCPASSMGR: Re-visiting SCC, iteration #" << Iteration in runOnModule() 498 } while (Iteration++ < MaxIterations && DevirtualizedCall); in runOnModule() 502 << Iteration in runOnModule() 505 MaxSCCIterations.updateMax(Iteration); in runOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopUnrollAnalyzer.h | 48 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer() argument 52 IterationNumber = SE.getConstant(APInt(64, Iteration)); in UnrolledInstAnalyzer()
|
D | CGSCCPassManager.h | 610 for (int Iteration = 0;; ++Iteration) { 689 if (Iteration >= MaxIterations) {
|
/third_party/icu/docs/userguide/strings/ |
D | characteriterator.md | 100 Forward Iteration. Forward Iteration is an access method that reads a character 104 Iteration. These calls are the only character access methods provided by the 115 Iteration are the next() or next32() calls. An iteration loop must start with 120 Backward Iteration has pre-decrement semantics, which are the exact opposite of 121 the post-increment Forward Iteration. The current index reads the character that 123 beginning of this character. The methods used for Backward Iteration are the
|
D | utext.md | 30 2. Break Iteration 90 2. Break Iteration 92 4. Collation Element Iteration 251 5. Iteration uses post-increment and pre-decrement conventions. That is,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 282 bool Iteration = true; in FlattenParallelAndOr() local 307 Iteration = false; in FlattenParallelAndOr() 312 } while (Iteration); in FlattenParallelAndOr()
|
/third_party/typescript/tests/cases/user/ts-toolbelt/ |
D | index.ts | 8 type StdRecursiveIteration<T extends any[], I extends I.Iteration = I.IterationOf<'0'>> = {
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | FixedVector_unittest.cpp | 124 TEST(FixedVector, Iteration) in TEST() argument
|
D | FastVector_unittest.cpp | 189 TEST(FastVector, Iteration) in TEST() argument
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | FixedVector_unittest.cpp | 124 TEST(FixedVector, Iteration) in TEST() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | StackContainerTests.cpp | 155 TEST(StackContainer, Iteration) { in TEST() argument
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/citer/ |
D | readme.txt | 5 citer: Character Iteration
|
/third_party/icu/icu4c/source/samples/citer/ |
D | readme.txt | 5 citer: Character Iteration
|
/third_party/skia/third_party/externals/icu/source/samples/citer/ |
D | readme.txt | 5 citer: Character Iteration
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 1764 struct Iteration struct in deqp::gles31::Functional::__anonaf1bc5220111::TextureGather2DArrayCase 1774 vector<Iteration> m_iterations; 1798 m_iterations.push_back(Iteration()); in generateIterations() 1810 m_iterations.push_back(Iteration()); in generateIterations() 1896 struct Iteration struct in deqp::gles31::Functional::__anonaf1bc5220111::TextureGatherCubeCase 1906 vector<Iteration> m_iterations; 1934 m_iterations.push_back(Iteration()); in generateIterations() 1946 m_iterations.push_back(Iteration()); in generateIterations()
|
D | es31fCopyImageTests.cpp | 1830 struct Iteration struct in deqp::gles31::Functional::__anon267c1bf40111::CopyImageTest 1832 Iteration (int methodCount_, const IterationFunc* methods_) in Iteration() argument 2266 const Iteration iterations[] = in iterate() 2268 Iteration(DE_LENGTH_OF_ARRAY(iteration1), iteration1), in iterate() 2269 Iteration(DE_LENGTH_OF_ARRAY(iteration2), iteration2), in iterate() 2270 Iteration(DE_LENGTH_OF_ARRAY(iteration3), iteration3), in iterate() 2271 Iteration(DE_LENGTH_OF_ARRAY(iteration4), iteration4), in iterate() 2272 Iteration(DE_LENGTH_OF_ARRAY(iteration5), iteration5), in iterate() 2273 Iteration(DE_LENGTH_OF_ARRAY(iteration6), iteration6) in iterate()
|
/third_party/json/doc/mkdocs/docs/features/ |
D | iterators.md | 11 ### Iteration order for objects
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MinidumpConstants.def | 1 //===- MinidumpConstants.def - Iteration over minidump constants-*- C++ -*-===//
|
/third_party/gn/src/gn/ |
D | hash_table_base_unittest.cc | 337 TEST(HashTableBaseTest, Iteration) { in TEST() argument
|
/third_party/skia/third_party/externals/dawn/docs/ |
D | testing.md | 18 …- Iteration: The unit of work being measured. It could be a frame, a draw call, a data upload, a c…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 214 int Iteration = 0; in SuspendCrossingInfo() local 215 (void)Iteration; in SuspendCrossingInfo() 219 LLVM_DEBUG(dbgs() << "iteration " << ++Iteration); in SuspendCrossingInfo()
|