Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DTests.cpp136 uint32_t ThreadsUsingCommonAllocationsProbabilityPercent; member
476 …monAllocations = localRand.Generate() % 100 < config.ThreadsUsingCommonAllocationsProbabilityPerce… in MainTest()
580 …onAllocations = threadRand.Generate() % 100 < config.ThreadsUsingCommonAllocationsProbabilityPerce… in MainTest()
6901 config.ThreadsUsingCommonAllocationsProbabilityPercent = 50; in PerformCustomMainTest()
6988 config.ThreadsUsingCommonAllocationsProbabilityPercent = 0; in PerformMainTests()
6993 config.ThreadsUsingCommonAllocationsProbabilityPercent = 0; in PerformMainTests()
6998 config.ThreadsUsingCommonAllocationsProbabilityPercent = 50; in PerformMainTests()
7003 config.ThreadsUsingCommonAllocationsProbabilityPercent = 100; in PerformMainTests()
7008 config.ThreadsUsingCommonAllocationsProbabilityPercent = 0; in PerformMainTests()
7013 config.ThreadsUsingCommonAllocationsProbabilityPercent = 50; in PerformMainTests()
[all …]