Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp45 , 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()
H A DvkResourceInterface.hpp149 mutable uint32_t m_commandPoolIndex; member in vk::ResourceInterface