Home
last modified time | relevance | path

Searched defs:TestConfig2 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/scudo/standalone/tests/
H A Dprimary_test.cpp50 template <typename SizeClassMapT> struct TestConfig2 { struct
51 static const bool MaySupportMemoryTagging = false;
52 template <typename> using TSDRegistryT = void;
53 template <typename> using PrimaryT = void;
54 template <typename> using SecondaryT = void;
56 struct Primary {
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp180 struct TestConfig2 : TestConfig struct
182 TestConfig2(const TestConfig &src, uint32_t level) : TestConfig(src), resolveLevel(level) in TestConfig2() argument
185 uint32_t resolveLevel;