Searched refs:secondSubpass (Results 1 – 1 of 1) sorted by relevance
1519 Move<VkPipelineLayout> createRenderPipelineLayout (bool secondSubpass);1520 Move<VkPipeline> createRenderPipeline (bool secondSubpass);2246 …pelineLayout> MaxAttachmenstsRenderPassTestInstance::createRenderPipelineLayout(bool secondSubpass) in createRenderPipelineLayout() argument2257 secondSubpass ? 1u : 0u, in createRenderPipelineLayout()2258 secondSubpass ? &*m_descriptorSetLayout : DE_NULL, in createRenderPipelineLayout()2267 Move<VkPipeline> MaxAttachmenstsRenderPassTestInstance::createRenderPipeline(bool secondSubpass) in createRenderPipeline() argument2276 if (secondSubpass) in createRenderPipeline()2378 secondSubpass ? *m_pipelineLayoutPass1 : *m_pipelineLayoutPass0, // pipelineLayout in createRenderPipeline()2388 secondSubpass, // subpass in createRenderPipeline()