Lines Matching defs:pipeline
709 virtual void rendering (const VkPipeline pipeline,
860 Move<VkPipeline> pipeline = makeGraphicsPipeline(vk, device, *m_pipelineLayout,
865 rendering(*pipeline, attachmentBindInfos, colorAtchCount, imagesLayout, imagesFormat);
1009 void DynamicRenderingTestInstance::rendering (const VkPipeline pipeline,
1034 vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
1393 void rendering (const VkPipeline pipeline,
1406 void SingleCmdBufferResuming::rendering (const VkPipeline pipeline,
1430 vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
1527 void rendering (const VkPipeline pipeline,
1546 void TwoPrimaryCmdBufferResuming::rendering (const VkPipeline pipeline,
1571 vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
1597 vk.cmdBindPipeline(*m_cmdBuffer2, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
1690 void rendering (const VkPipeline pipeline,
1710 void TwoSecondaryCmdBufferResuming::rendering (const VkPipeline pipeline,
1741 vk.cmdBindPipeline(secCmdBuffers[0], VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
1761 vk.cmdBindPipeline(secCmdBuffers[1], VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
1859 void rendering (const VkPipeline pipeline,
1881 void TwoSecondaryTwoPrimaryCmdBufferResuming::rendering (const VkPipeline pipeline,
1912 vk.cmdBindPipeline(secCmdBuffers[0], VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
1933 vk.cmdBindPipeline(secCmdBuffers[1], VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
2045 void rendering (const VkPipeline pipeline,
2064 void ContentsSecondaryCmdBuffer::rendering (const VkPipeline pipeline,
2083 vk.cmdBindPipeline(*m_secCmdBuffers, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
2179 void rendering (const VkPipeline pipeline,
2199 void ContentsTwoSecondaryCmdBuffer::rendering (const VkPipeline pipeline,
2223 vk.cmdBindPipeline(secCmdBuffers[0], VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
2234 vk.cmdBindPipeline(secCmdBuffers[1], VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
2333 void rendering (const VkPipeline pipeline,
2353 void ContentsTwoSecondaryCmdBufferResuming::rendering (const VkPipeline pipeline,
2377 vk.cmdBindPipeline(secCmdBuffers[0], VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
2388 vk.cmdBindPipeline(secCmdBuffers[1], VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
2515 void rendering (const VkPipeline pipeline,
2537 void ContentsTwoSecondaryTwoPrimaryCmdBufferResuming::rendering (const VkPipeline pipeline,
2561 vk.cmdBindPipeline(secCmdBuffers[0], VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
2572 vk.cmdBindPipeline(secCmdBuffers[1], VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
2711 void rendering (const VkPipeline pipeline,
2730 void ContentsPrimarySecondaryCmdBufferResuming::rendering (const VkPipeline pipeline,
2749 vk.cmdBindPipeline(*m_secCmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
2768 vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
2873 void rendering (const VkPipeline pipeline,
2892 void ContentsSecondaryPrimaryCmdBufferResuming::rendering (const VkPipeline pipeline,
2911 vk.cmdBindPipeline(*m_secCmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
2944 vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
3035 void rendering (const VkPipeline pipeline,
3056 void ContentsTwoPrimarySecondaryCmdBufferResuming::rendering (const VkPipeline pipeline,
3075 vk.cmdBindPipeline(*m_secCmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
3094 vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
3207 void rendering (const VkPipeline pipeline,
3228 void ContentsSecondaryTwoPrimaryCmdBufferResuming::rendering (const VkPipeline pipeline,
3247 vk.cmdBindPipeline(*m_secCmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
3284 vk.cmdBindPipeline(*m_cmdBuffer2, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
3379 void rendering (const VkPipeline pipeline,
3398 void SecondaryCmdBufferOutOfRenderingCommands::rendering (const VkPipeline pipeline,
3427 vk.cmdBindPipeline(*m_secCmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
3519 const VkPipeline pipeline,
3524 void baseTest (const VkPipeline pipeline,
3532 void rendering (const VkPipeline pipeline,
3555 const VkPipeline pipeline,
3569 vk.cmdBindPipeline(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
3583 void PartialBindingDepthStencil::baseTest (const VkPipeline pipeline,
3628 recordRenderingCommands(vk, *m_secondaryCmdBuffer, pipeline, clearValues, clearRect, clearOnly);
3668 recordRenderingCommands(vk, *m_cmdBuffer, pipeline, clearValues, clearRect, clearOnly);
3735 void PartialBindingDepthStencil::rendering (const VkPipeline pipeline,
3754 baseTest(pipeline, attachmentBindInfos, colorAtchCount, imagesLayout, imagesFormat, true, false);
3756 baseTest(pipeline, attachmentBindInfos, colorAtchCount, imagesLayout, imagesFormat, false, false);
3758 baseTest(pipeline, attachmentBindInfos, colorAtchCount, imagesLayout, imagesFormat, true, true);
3760 baseTest(pipeline, attachmentBindInfos, colorAtchCount, imagesLayout, imagesFormat, false, true);
3765 baseTest(pipeline, attachmentBindInfos, colorAtchCount, imagesLayout, imagesFormat, true, false);
3767 baseTest(pipeline, attachmentBindInfos, colorAtchCount, imagesLayout, imagesFormat, false, false);
3769 baseTest(pipeline, attachmentBindInfos, colorAtchCount, imagesLayout, imagesFormat, true, true);
3771 baseTest(pipeline, attachmentBindInfos, colorAtchCount, imagesLayout, imagesFormat, false, true);