Searched refs:commandBufferBeginInfo (Results 1 – 5 of 5) sorted by relevance
138 const VkCommandBufferBeginInfo commandBufferBeginInfo = in renderpassLifetimeTest() local146 VK_CHECK(vk.beginCommandBuffer(commandBuffer.get(), &commandBufferBeginInfo)); in renderpassLifetimeTest()516 const VkCommandBufferBeginInfo commandBufferBeginInfo = in framebufferCompatibleRenderPassTest() local524 VK_CHECK(vk.beginCommandBuffer(commandBuffer.get(), &commandBufferBeginInfo)); in framebufferCompatibleRenderPassTest()870 const VkCommandBufferBeginInfo commandBufferBeginInfo = in pipelineLayoutLifetimeGraphicsTest() local878 VK_CHECK(vk.beginCommandBuffer(commandBuffer.get(), &commandBufferBeginInfo)); in pipelineLayoutLifetimeGraphicsTest()1352 const VkCommandBufferBeginInfo commandBufferBeginInfo = in pipelineLayoutLifetimeComputeTest() local1360 VK_CHECK(vk.beginCommandBuffer(commandBuffer.get(), &commandBufferBeginInfo)); in pipelineLayoutLifetimeComputeTest()
278 const VkCommandBufferBeginInfo commandBufferBeginInfo = in beginSecondaryCommandBuffer() local286 VK_CHECK(m_vkd.beginCommandBuffer(*m_secondaryCommandBuffer, &commandBufferBeginInfo)); in beginSecondaryCommandBuffer()
117 const vk::VkCommandBufferBeginInfo commandBufferBeginInfo = in iterate() local125 m_vk.beginCommandBuffer(*m_secondaryCmdBuffer, &commandBufferBeginInfo); in iterate()
260 const vk::VkCommandBufferBeginInfo commandBufferBeginInfo = in iterate() local268 vk.beginCommandBuffer(*secondaryCmdBuffer, &commandBufferBeginInfo); in iterate()
359 const vk::VkCommandBufferBeginInfo commandBufferBeginInfo = in iterate() local367 m_vk.beginCommandBuffer(*m_secondaryCmdBuffer, &commandBufferBeginInfo); in iterate()