Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp3638 const VkCommandBufferAllocateInfo cmdBufCreateInfo = in orderBindPipelineTest() local
3655 const Unique<VkCommandBuffer> cmd (allocateCommandBuffer(vk, device, &cmdBufCreateInfo)); in orderBindPipelineTest()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp2204 const vk::VkCommandBufferAllocateInfo cmdBufCreateInfo = in submitAndWait() local
2213 …que<vk::VkCommandBuffer> cmd (vk::allocateCommandBuffer(m_vki, m_device, &cmdBufCreateInfo)); in submitAndWait()