Home
last modified time | relevance | path

Searched defs:Iteration (Results 1 – 25 of 52) sorted by relevance

123

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp278 struct Iteration struct
280 static constexpr size_t MAX_VARIANTS = 4;
281 using Variant = VkPipelineCreateFlags;
282 using VariantArray = ConstexprVector<Variant, MAX_VARIANTS>;
284 static constexpr Variant NORMAL = 0;
285 …atic constexpr Variant NO_COMPILE = VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT;
286 …c constexpr Variant EARLY_RETURN = NO_COMPILE | VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT;
293 inline constexpr Iteration() : variants{}, validators{} {}; in Iteration() function
294 …inline constexpr Iteration(const VariantArray& v, const ValidatorArray& f) : variants{v}, validato… in Iteration() function
296 VariantArray variants;
[all …]
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopUnrollAnalyzer.h48 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer()
/external/llvm/include/llvm/Analysis/
DLoopUnrollAnalyzer.h49 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopUnrollAnalyzer.h48 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer()
/external/deqp/modules/egl/
DteglWideColorTests.cpp556 struct Iteration struct
558 float start;
559 float increment;
560 int iterationCount;
561 Iteration(float s, float i, int c) in Iteration() function
/external/llvm-project/llvm/tools/llvm-mca/Views/
DTimelineView.cpp216 unsigned Iteration, in printTimelineViewEntry()
285 for (unsigned Iteration = 0; Iteration < Iterations; ++Iteration) { in printTimeline() local
/external/python/cpython3/Doc/library/
Dipaddress.rst751 Iteration subsection
Denum.rst287 Iteration chapter
/external/llvm-project/flang/runtime/
Dformat.h110 struct Iteration { struct
/external/autotest/tko/
Dtko.proto15 message Iteration { message
/external/llvm-project/lldb/unittests/Signals/
DUnixSignalsTest.cpp45 TEST(UnixSignalsTest, Iteration) { in TEST() argument
/external/libbrillo/brillo/glib/
Dobject_test.cc126 TEST(ScopedPtrArrayTest, Iteration) { in TEST() argument
/external/angle/src/common/
DFixedVector_unittest.cpp124 TEST(FixedVector, Iteration) in TEST() argument
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp185 int Iteration : 30; member
284 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost()
373 for (unsigned Iteration = 0; Iteration < TripCount; ++Iteration) { in analyzeLoopUnrollCost() local
/external/webrtc/rtc_base/
Dbounded_inline_vector_unittest.cc93 TEST(BoundedInlineVectorTestOneType, Iteration) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp283 int Iteration : 30; member
386 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost()
475 for (unsigned Iteration = 0; Iteration < TripCount; ++Iteration) { in analyzeLoopUnrollCost() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp282 int Iteration : 30; member
385 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost()
481 for (unsigned Iteration = 0; Iteration < TripCount; ++Iteration) { in analyzeLoopUnrollCost() local
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsubgraph_test.cc81 TEST(SubgraphTest, Iteration) { in TEST() argument
/external/tensorflow/tensorflow/core/lib/gtl/
Dtop_n_test.cc254 TEST(TopNTest, Iteration) { in TEST() argument
/external/llvm-project/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp282 bool Iteration = true; in FlattenParallelAndOr() local
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp270 bool Iteration = true; in FlattenParallelAndOr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp282 bool Iteration = true; in FlattenParallelAndOr() local
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp1767 struct Iteration struct in deqp::gles31::Functional::__anon1fec988b0111::TextureGather2DArrayCase
1769 GatherArgs gatherArgs;
1770 int layerNdx;
1899 struct Iteration struct in deqp::gles31::Functional::__anon1fec988b0111::TextureGatherCubeCase
1901 GatherArgs gatherArgs;
1902 tcu::CubeFace face;
/external/llvm-project/llvm/unittests/IR/
DValueMapTest.cpp122 TYPED_TEST(ValueMapTest, Iteration) { in TYPED_TEST() argument
/external/llvm/unittests/Analysis/
DUnrollAnalyzer.cpp39 for (unsigned Iteration = 0; Iteration < TripCount; Iteration++) { in runOnFunction() local

123