Lines Matching refs:end
125 // At the end of the day we only need to export objects used in pipelines.
136 for (auto it = begin(m_pipelineInput.pipelines); it != end(m_pipelineInput.pipelines); ++it)
161 for (auto it = begin(m_pipelineInput.shaderModules); it != end(m_pipelineInput.shaderModules); )
163 if (shadersInPipeline.find(it->first) == end(shadersInPipeline))
168 for (auto it = begin(m_pipelineInput.renderPasses); it != end(m_pipelineInput.renderPasses); )
170 if (renderPassesInPipeline.find(it->first) == end(renderPassesInPipeline))
175 for (auto it = begin(m_pipelineInput.pipelineLayouts); it != end(m_pipelineInput.pipelineLayouts); )
177 if (pipelineLayoutsInPipeline.find(it->first) == end(pipelineLayoutsInPipeline))
191 for (auto it = begin(m_pipelineInput.descriptorSetLayouts); it != end(m_pipelineInput.descriptorSetLayouts); )
193 if (descriptorSetLayoutsInPipeline.find(it->first) == end(descriptorSetLayoutsInPipeline))
216 for (auto it = begin(m_pipelineInput.samplers); it != end(m_pipelineInput.samplers); )
218 if (samplersInPipeline.find(it->first) == end(samplersInPipeline))
235 for (auto it = begin(m_pipelineInput.samplerYcbcrConversions); it != end(m_pipelineInput.samplerYcbcrConversions); )
237 if (samplerYcbcrConversionsInPipeline.find(it->first) == end(samplerYcbcrConversionsInPipeline))
307 auto it = std::find_if(begin(m_pipelineSizes), end(m_pipelineSizes), vksc_server::PipelineIdentifierEqual(pipeline.id));
308 if (it == end(m_pipelineSizes))
320 if (pit == end(pipelineInfoPerTest))
344 auto it = std::find_if(begin(finalPoolSizes), end(finalPoolSizes), [&ppsi1](const PipelinePoolSizeInfo& x) { return (x.size == ppsi1.size); });
345 if (it != end(finalPoolSizes))
374 auto it = std::find_if(begin(m_pipelineSizes), end(m_pipelineSizes), vksc_server::PipelineIdentifierEqual(pipelineIdentifier));
375 if( it == end(m_pipelineSizes) )
404 if (pit == end(m_pipelineCache))
508 if (it != end(m_createShaderModuleFunc))
694 if (it != end(m_createGraphicsPipelinesFunc))
697 if ( pit != end(m_pipelineCache) )
712 auto it = std::find_if(begin(m_pipelineInput.pipelines), end(m_pipelineInput.pipelines), vksc_server::PipelineIdentifierEqual(pipelineIDs[i]));
714 if (it == end(m_pipelineInput.pipelines))
717 if(featIt == end(m_deviceFeatures))
720 if (extIt == end(m_deviceExtensions))
786 if (it != end(m_createComputePipelinesFunc))
789 if ( pit != end(m_pipelineCache) )
804 auto it = std::find_if(begin(m_pipelineInput.pipelines), end(m_pipelineInput.pipelines), vksc_server::PipelineIdentifierEqual(pipelineIDs[i]));
806 if (it == end(m_pipelineInput.pipelines))
809 if (featIt == end(m_deviceFeatures))
812 if (extIt == end(m_deviceExtensions))
836 if(it==end(m_pipelineIdentifiers))
839 auto pit = std::find_if(begin(m_pipelineInput.pipelines), end(m_pipelineInput.pipelines), vksc_server::PipelineIdentifierEqual(it->second));
840 if (pit == end(m_pipelineInput.pipelines))
931 if (it == end(m_commandBufferMemoryConsumption))