Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp587 , m_numPassingAllocs (0) in CreateSwapchainSimulateOOMTest()
595 deUint32 m_numPassingAllocs; member in vkt::wsi::__anonc9b0035a0111::CreateSwapchainSimulateOOMTest
607 if (m_numPassingAllocs <= 16*1024u) in iterate()
610 …eterministicFailAllocator failingAllocator (allocationRecorder.getCallbacks(), m_numPassingAllocs); in iterate()
613 …log << TestLog::Message << "Testing with " << m_numPassingAllocs << " first allocations succeeding… in iterate()
657 if (m_numPassingAllocs == 0) in iterate()
663 m_numPassingAllocs++; in iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp282 , m_numPassingAllocs(numPassingAllocs) in DeterministicFailAllocator()
293 if (deAtomicIncrementUint32(&m_allocationNdx) <= m_numPassingAllocs) in allocate()
301 if (deAtomicIncrementUint32(&m_allocationNdx) <= m_numPassingAllocs) in reallocate()
DvkAllocationCallbackUtil.hpp168 const deUint32 m_numPassingAllocs; member in vk::DeterministicFailAllocator