Searched refs:m_opCount (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp451 const size_t m_opCount; member in class:vkt::memory::__anon4356::RandomAllocFreeTestInstance
467 , m_opCount (128)
539 log << TestLog::Message << "Performing " << m_opCount << " random VkAllocMemory() / VkFreeMemory() calls before freeing all memory." << TestLog::EndMessage;
559 if (m_opNdx >= m_opCount)
H A DvktMemoryPipelineBarrierTests.cpp9173 const size_t m_opCount;
9253 , m_opCount (50)
9364 createCommands(m_commands, seed, *m_memory, m_config.usage, m_config.sharing, m_opCount);

Completed in 148 milliseconds