Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp1053 …const vk::Unique<vk::VkCommandBuffer> mainCmd (vk::allocateCommandBuffer(m_vki, m_device, … in renderToTarget() local
1059 VK_CHECK(m_vki.beginCommandBuffer(*mainCmd, &mainCmdBufBeginInfo)); in renderToTarget()
1060 m_vki.cmdBeginRenderPass(*mainCmd, &renderPassBeginInfo, passContents); in renderToTarget()
1064 m_vki.cmdBindPipeline(*mainCmd, vk::VK_PIPELINE_BIND_POINT_GRAPHICS, *pipeline); in renderToTarget()
1065 writeDrawCmdBuffer(*mainCmd); in renderToTarget()
1074 m_vki.cmdExecuteCommands(*mainCmd, 1, &passCmd.get()); in renderToTarget()
1077 m_vki.cmdEndRenderPass(*mainCmd); in renderToTarget()
1078 VK_CHECK(m_vki.endCommandBuffer(*mainCmd)); in renderToTarget()
1090 &mainCmd.get(), in renderToTarget()