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.cpp102 uint32_t ThreadsUsingCommonAllocationsProbabilityPercent; member
437 …monAllocations = localRand.Generate() % 100 < config.ThreadsUsingCommonAllocationsProbabilityPerce… in MainTest()
541 …onAllocations = threadRand.Generate() % 100 < config.ThreadsUsingCommonAllocationsProbabilityPerce… in MainTest()
6064 config.ThreadsUsingCommonAllocationsProbabilityPercent = 50; in PerformCustomMainTest()
6151 config.ThreadsUsingCommonAllocationsProbabilityPercent = 0; in PerformMainTests()
6156 config.ThreadsUsingCommonAllocationsProbabilityPercent = 0; in PerformMainTests()
6161 config.ThreadsUsingCommonAllocationsProbabilityPercent = 50; in PerformMainTests()
6166 config.ThreadsUsingCommonAllocationsProbabilityPercent = 100; in PerformMainTests()
6171 config.ThreadsUsingCommonAllocationsProbabilityPercent = 0; in PerformMainTests()
6176 config.ThreadsUsingCommonAllocationsProbabilityPercent = 50; in PerformMainTests()
[all …]