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.cpp1182 …const vk::Unique<vk::VkCommandBuffer> mainCmd (vk::allocateCommandBuffer(m_vki, m_device, … in renderToTarget() local
1188 VK_CHECK(m_vki.beginCommandBuffer(*mainCmd, &mainCmdBufBeginInfo)); in renderToTarget()
1189 m_vki.cmdBeginRenderPass(*mainCmd, &renderPassBeginInfo, passContents); in renderToTarget()
1193 m_vki.cmdBindPipeline(*mainCmd, vk::VK_PIPELINE_BIND_POINT_GRAPHICS, *pipeline); in renderToTarget()
1194 writeDrawCmdBuffer(*mainCmd); in renderToTarget()
1203 m_vki.cmdExecuteCommands(*mainCmd, 1, &passCmd.get()); in renderToTarget()
1206 m_vki.cmdEndRenderPass(*mainCmd); in renderToTarget()
1207 VK_CHECK(m_vki.endCommandBuffer(*mainCmd)); in renderToTarget()
1219 &mainCmd.get(), in renderToTarget()