Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp164 MODE_DO_NOT_COUNT = 0, //!< Do not count allocations, all allocs will succeed enumerator
DvkAllocationCallbackUtil.cpp299 if ((m_mode == MODE_DO_NOT_COUNT) || in allocate()
308 if ((m_mode == MODE_DO_NOT_COUNT) || in reallocate()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp641 DeterministicFailAllocator::MODE_DO_NOT_COUNT, in createSwapchainSimulateOOMTest()
DvktWsiSurfaceTests.cpp329 DeterministicFailAllocator::MODE_DO_NOT_COUNT, in createSurfaceSimulateOOMTest()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2659 …ilAllocator objAllocator(getSystemAllocator(), DeterministicFailAllocator::MODE_DO_NOT_COUNT, 0); in allocCallbackFailMultipleObjectsTest()