Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp170 …nisticFailAllocator (const VkAllocationCallbacks* allocator, Mode mode, deUint32 numPassingAllocs);
173 void reset (Mode mode, deUint32 numPassingAllocs);
DvkAllocationCallbackUtil.cpp280 …inisticFailAllocator (const VkAllocationCallbacks* allocator, Mode mode, deUint32 numPassingAllocs) in DeterministicFailAllocator() argument
283 reset(mode, numPassingAllocs); in DeterministicFailAllocator()
290 void DeterministicFailAllocator::reset (Mode mode, deUint32 numPassingAllocs) in reset() argument
293 m_numPassingAllocs = numPassingAllocs; in reset()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2557 deUint32 numPassingAllocs = 0; in allocCallbackFailTest() local
2566 for (; numPassingAllocs < maxTries; ++numPassingAllocs) in allocCallbackFailTest()
2570 numPassingAllocs); in allocCallbackFailTest()
2585 …<< "Trying to create object with " << numPassingAllocs << " allocation" << (numPassingAllocs != 1 … in allocCallbackFailTest()
2617 if (numPassingAllocs == 0) in allocCallbackFailTest()
2619 else if (numPassingAllocs == maxTries) in allocCallbackFailTest()
2647 deUint32 numPassingAllocs = 0; in allocCallbackFailMultipleObjectsTest() local
2653 for (; numPassingAllocs <= numObjects; ++numPassingAllocs) in allocCallbackFailMultipleObjectsTest()
2673 …to create " << numObjects << " objects with " << numPassingAllocs << " allocation" << (numPassingA… in allocCallbackFailMultipleObjectsTest()
2679 objAllocator.reset(DeterministicFailAllocator::MODE_COUNT_AND_FAIL, numPassingAllocs); in allocCallbackFailMultipleObjectsTest()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp662 for (deUint32 numPassingAllocs = 0; numPassingAllocs <= maxAllocs; ++numPassingAllocs) in createSwapchainSimulateOOMTest() local
666 failingAllocator.reset(DeterministicFailAllocator::MODE_COUNT_AND_FAIL, numPassingAllocs); in createSwapchainSimulateOOMTest()
668 …log << TestLog::Message << "Testing with " << numPassingAllocs << " first allocations succeeding" … in createSwapchainSimulateOOMTest()
692 if (numPassingAllocs == 0) in createSwapchainSimulateOOMTest()
697 else if (numPassingAllocs == maxAllocs) in createSwapchainSimulateOOMTest()
DvktWsiSurfaceTests.cpp325 for (deUint32 numPassingAllocs = 0; numPassingAllocs <= 1024u; ++numPassingAllocs) in createSurfaceSimulateOOMTest() local
333 …log << TestLog::Message << "Testing with " << numPassingAllocs << " first allocations succeeding" … in createSurfaceSimulateOOMTest()
341 failingAllocator.reset(DeterministicFailAllocator::MODE_COUNT_AND_FAIL, numPassingAllocs); in createSurfaceSimulateOOMTest()
370 if (numPassingAllocs == 0) in createSurfaceSimulateOOMTest()