Home
last modified time | relevance | path

Searched refs:ThreadsUsingCommonAllocationsProbabilityPercent (Results 1 – 1 of 1) sorted by relevance

/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp99 uint32_t ThreadsUsingCommonAllocationsProbabilityPercent; member
434 …monAllocations = localRand.Generate() % 100 < config.ThreadsUsingCommonAllocationsProbabilityPerce… in MainTest()
538 …onAllocations = threadRand.Generate() % 100 < config.ThreadsUsingCommonAllocationsProbabilityPerce… in MainTest()
5502 config.ThreadsUsingCommonAllocationsProbabilityPercent = 50; in PerformCustomMainTest()
5589 config.ThreadsUsingCommonAllocationsProbabilityPercent = 0; in PerformMainTests()
5594 config.ThreadsUsingCommonAllocationsProbabilityPercent = 0; in PerformMainTests()
5599 config.ThreadsUsingCommonAllocationsProbabilityPercent = 50; in PerformMainTests()
5604 config.ThreadsUsingCommonAllocationsProbabilityPercent = 100; in PerformMainTests()
5609 config.ThreadsUsingCommonAllocationsProbabilityPercent = 0; in PerformMainTests()
5614 config.ThreadsUsingCommonAllocationsProbabilityPercent = 50; in PerformMainTests()
[all …]