Searched refs:m_commandPoolIndex (Results 1 – 2 of 2) sorted by relevance
45 , m_commandPoolIndex(0u) in ResourceInterface()383 …server::VulkanCommandMemoryConsumption result = m_commandPoolMemoryConsumption[m_commandPoolIndex]; in getNextCommandPoolSize()385 m_commandPoolIndex = (m_commandPoolIndex + 1) % uint32_t(m_commandPoolMemoryConsumption.size()); in getNextCommandPoolSize()983 m_commandPoolIndex = 0u; in resetObjects()
149 mutable uint32_t m_commandPoolIndex; member in vk::ResourceInterface