Searched refs:commandPoolCreateFlags (Results 1 – 2 of 2) sorted by relevance
65 VkCommandPoolCreateFlags commandPoolCreateFlags);86 …CommandBufferBareTestEnvironment(Context& context, VkCommandPoolCreateFlags commandPoolCreateFlags) in CommandBufferBareTestEnvironment() argument94 m_commandPool = createCommandPool(m_vkd, m_device, commandPoolCreateFlags, m_queueFamilyIndex); in CommandBufferBareTestEnvironment()119 VkCommandPoolCreateFlags commandPoolCreateFlags);157 …dBufferRenderPassTestEnvironment(Context& context, VkCommandPoolCreateFlags commandPoolCreateFlags) in CommandBufferRenderPassTestEnvironment() argument158 : CommandBufferBareTestEnvironment<1> (context, commandPoolCreateFlags) in CommandBufferRenderPassTestEnvironment()
481 …Move<VkCommandPool> createCommandPool (VkCommandPoolCreateFlags commandPoolCreateFlags) con…677 …mageClearingTestInstance::createCommandPool (VkCommandPoolCreateFlags commandPoolCreateFlags) const in createCommandPool()679 return vk::createCommandPool(m_vkd, m_device, commandPoolCreateFlags, m_queueFamilyIndex); in createCommandPool()