Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp123 Move<VkPipeline> m_graphicsPipeline1; member in vkt::renderpass::__anon4f5ed8e00111::MultipleSubpassesMultipleCommandBuffersTestInstance
655 m_graphicsPipeline1 = makeGraphicsPipeline(vk, // const DeviceInterface& vk in MultipleSubpassesMultipleCommandBuffersTestInstance()
764 vk.cmdBindPipeline(*m_cmdBufferA, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipeline1); in createCommandBuffer()
769 vk.cmdBindPipeline(*m_cmdBufferB, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipeline1); in createCommandBuffer()