Searched refs:commandPoolCreateFlags (Results 1 – 2 of 2) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/api/ |
| D | vktApiCommandBuffersTests.cpp | 70 …ommandBufferBareTestEnvironment(Context &context, VkCommandPoolCreateFlags commandPoolCreateFlags); 92 Context &context, VkCommandPoolCreateFlags commandPoolCreateFlags) in CommandBufferBareTestEnvironment() argument 100 m_commandPool = createCommandPool(m_vkd, m_device, commandPoolCreateFlags, m_queueFamilyIndex); in CommandBufferBareTestEnvironment() 123 …BufferRenderPassTestEnvironment(Context &context, VkCommandPoolCreateFlags commandPoolCreateFlags); 181 Context &context, VkCommandPoolCreateFlags commandPoolCreateFlags) in CommandBufferRenderPassTestEnvironment() argument 182 : CommandBufferBareTestEnvironment<1>(context, commandPoolCreateFlags) in CommandBufferRenderPassTestEnvironment() 254 … m_secCommandPool = createCommandPool(m_vkd, m_device, commandPoolCreateFlags, m_queueFamilyIndex); in CommandBufferRenderPassTestEnvironment()
|
| D | vktApiImageClearingTests.cpp | 540 Move<VkCommandPool> createCommandPool(VkCommandPoolCreateFlags commandPoolCreateFlags) const; 832 …ImageClearingTestInstance::createCommandPool(VkCommandPoolCreateFlags commandPoolCreateFlags) const in createCommandPool() 834 return vk::createCommandPool(m_vkd, m_device, commandPoolCreateFlags, m_queueFamilyIndex); in createCommandPool()
|