Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp293 m_numPassingAllocs = numPassingAllocs; in reset()
300 (deAtomicIncrementUint32(&m_allocationNdx) <= m_numPassingAllocs)) in allocate()
309 (deAtomicIncrementUint32(&m_allocationNdx) <= m_numPassingAllocs)) in reallocate()
DvkAllocationCallbackUtil.hpp180 deUint32 m_numPassingAllocs; member in vk::DeterministicFailAllocator