Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp122 Move<VkPipeline> m_graphicsPipeline0; member in vkt::renderpass::__anoncab1cce10111::MultipleSubpassesMultipleCommandBuffersTestInstance
635 m_graphicsPipeline0 = makeGraphicsPipeline(vk, // const DeviceInterface& vk in MultipleSubpassesMultipleCommandBuffersTestInstance()
754 vk.cmdBindPipeline(*m_cmdBufferA, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipeline0); in createCommandBuffer()
759 vk.cmdBindPipeline(*m_cmdBufferB, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipeline0); in createCommandBuffer()