Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp276 struct Iteration struct
278 static constexpr size_t MAX_VARIANTS = 4;
279 using Variant = VkPipelineCreateFlags;
280 using VariantArray = ConstexprVector<Variant, MAX_VARIANTS>;
282 static constexpr Variant NORMAL = 0;
283 …atic constexpr Variant NO_COMPILE = VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT;
284 …c constexpr Variant EARLY_RETURN = NO_COMPILE | VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT;
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
294 VariantArray variants;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp276 struct Iteration struct
278 static constexpr size_t MAX_VARIANTS = 4;
279 using Variant = VkPipelineCreateFlags;
280 using VariantArray = ConstexprVector<Variant, MAX_VARIANTS>;
282 static constexpr Variant NORMAL = 0;
283 …atic constexpr Variant NO_COMPILE = VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT;
284 …c constexpr Variant EARLY_RETURN = NO_COMPILE | VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT;
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
294 VariantArray variants;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopUnrollAnalyzer.h48 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer()
/third_party/python/Doc/library/
Dipaddress.rst771 Iteration subsection
/third_party/vk-gl-cts/modules/egl/
DteglWideColorTests.cpp565 struct Iteration struct
567 float start;
568 float increment;
569 int iterationCount;
570 Iteration(float s, float i, int c) in Iteration() function
/third_party/grpc/third_party/upb/upb/test/
Dtest_cpp.cc31 TEST(Cpp, Iteration) { in TEST() argument
/third_party/protobuf/upb/test/
Dtest_cpp.cc31 TEST(Cpp, Iteration) { in TEST() argument
/third_party/skia/third_party/externals/angle2/src/common/
DFixedVector_unittest.cpp124 TEST(FixedVector, Iteration) in TEST() argument
DFastVector_unittest.cpp212 TEST(FastVector, Iteration) in TEST() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DStackContainerTests.cpp155 TEST(StackContainer, Iteration) { in TEST() argument
/third_party/python/Doc/howto/
Denum.rst302 Iteration chapter
/third_party/skia/third_party/externals/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
DGVN.cpp2143 unsigned Iteration = 0; in runImpl() local
/third_party/typescript/tests/cases/compiler/
DramdaToolsNoInfinite2.ts481 … export type Iteration = [keyof IterationMap, keyof IterationMap, string, number, '-' | '0' | '+']; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp282 bool Iteration = true; in FlattenParallelAndOr() local
/third_party/gn/src/gn/
Dhash_table_base_unittest.cc337 TEST(HashTableBaseTest, Iteration) { in TEST() argument
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureGatherTests.cpp1764 struct Iteration struct in deqp::gles31::Functional::__anon5ba9a4050111::TextureGather2DArrayCase
1766 GatherArgs gatherArgs;
1767 int layerNdx;
1896 struct Iteration struct in deqp::gles31::Functional::__anon5ba9a4050111::TextureGatherCubeCase
1898 GatherArgs gatherArgs;
1899 tcu::CubeFace face;
Des31fCopyImageTests.cpp1830 struct Iteration struct in deqp::gles31::Functional::__anon42a001570111::CopyImageTest
1832 Iteration (int methodCount_, const IterationFunc* methods_) in Iteration() function
1838 int methodCount;
1839 const IterationFunc* methods;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCallGraphSCCPass.cpp490 unsigned Iteration = 0; in runOnModule() local
/third_party/skia/third_party/externals/zlib/google/
Dzip_reader_unittest.cc243 TEST_F(ZipReaderTest, Iteration) { in TEST_F() argument
/third_party/skia/m133/third_party/externals/zlib/google/
Dzip_reader_unittest.cc245 TEST_F(ZipReaderTest, Iteration) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp214 int Iteration = 0; in SuspendCrossingInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DModuloSchedule.cpp1765 int Iteration = J; in peelPrologAndEpilogs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3592 unsigned Iteration = 0; in combineInstructionsOverFunction() local
/third_party/googletest/googlemock/test/
Dgmock-matchers-containers_test.cc1424 TEST(StreamlikeTest, Iteration) { in TEST() argument

12