Home
last modified time | relevance | path

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

/external/scudo/standalone/tests/
Dprimary_test.cpp40 struct TestConfig2 { struct
43 static const scudo::uptr PrimaryRegionSizeLog = 23U;
47 static const scudo::uptr PrimaryGroupSizeLog = 20U;
48 static const scudo::s32 PrimaryMinReleaseToOsIntervalMs = INT32_MIN;
49 static const scudo::s32 PrimaryMaxReleaseToOsIntervalMs = INT32_MAX;
50 static const bool MaySupportMemoryTagging = false;
51 typedef scudo::uptr PrimaryCompactPtrT;
52 static const scudo::uptr PrimaryCompactPtrScale = 0;
53 static const bool PrimaryEnableRandomOffset = true;
54 static const scudo::uptr PrimaryMapSizeIncrement = 1UL << 18;
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp123 struct TestConfig2 : TestConfig struct
125 TestConfig2(const TestConfig& src, deUint32 level) in TestConfig2() function
130 deUint32 resolveLevel;