/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCreationCacheControlTests.cpp | 278 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/ |
D | LoopUnrollAnalyzer.h | 48 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopUnrollAnalyzer.h | 49 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopUnrollAnalyzer.h | 48 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer()
|
/external/deqp/modules/egl/ |
D | teglWideColorTests.cpp | 556 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/ |
D | TimelineView.cpp | 216 unsigned Iteration, in printTimelineViewEntry() 285 for (unsigned Iteration = 0; Iteration < Iterations; ++Iteration) { in printTimeline() local
|
/external/python/cpython3/Doc/library/ |
D | ipaddress.rst | 751 Iteration subsection
|
D | enum.rst | 287 Iteration chapter
|
/external/llvm-project/flang/runtime/ |
D | format.h | 110 struct Iteration { struct
|
/external/autotest/tko/ |
D | tko.proto | 15 message Iteration { message
|
/external/llvm-project/lldb/unittests/Signals/ |
D | UnixSignalsTest.cpp | 45 TEST(UnixSignalsTest, Iteration) { in TEST() argument
|
/external/libbrillo/brillo/glib/ |
D | object_test.cc | 126 TEST(ScopedPtrArrayTest, Iteration) { in TEST() argument
|
/external/angle/src/common/ |
D | FixedVector_unittest.cpp | 124 TEST(FixedVector, Iteration) in TEST() argument
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 185 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/ |
D | bounded_inline_vector_unittest.cc | 93 TEST(BoundedInlineVectorTestOneType, Iteration) { in TEST() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 283 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/ |
D | LoopUnrollPass.cpp | 282 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/ |
D | subgraph_test.cc | 81 TEST(SubgraphTest, Iteration) { in TEST() argument
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | top_n_test.cc | 254 TEST(TopNTest, Iteration) { in TEST() argument
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 282 bool Iteration = true; in FlattenParallelAndOr() local
|
/external/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 270 bool Iteration = true; in FlattenParallelAndOr() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 282 bool Iteration = true; in FlattenParallelAndOr() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 1767 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/ |
D | ValueMapTest.cpp | 122 TYPED_TEST(ValueMapTest, Iteration) { in TYPED_TEST() argument
|
/external/llvm/unittests/Analysis/ |
D | UnrollAnalyzer.cpp | 39 for (unsigned Iteration = 0; Iteration < TripCount; Iteration++) { in runOnFunction() local
|