Lines Matching refs:find
138 if (it->pipelineContents.find("VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO") != std::string::npos)
149 else if (it->pipelineContents.find("VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO") != std::string::npos)
163 if (shadersInPipeline.find(it->first) == end(shadersInPipeline))
170 if (renderPassesInPipeline.find(it->first) == end(renderPassesInPipeline))
177 if (pipelineLayoutsInPipeline.find(it->first) == end(pipelineLayoutsInPipeline))
193 if (descriptorSetLayoutsInPipeline.find(it->first) == end(descriptorSetLayoutsInPipeline))
218 if (samplersInPipeline.find(it->first) == end(samplersInPipeline))
237 if (samplerYcbcrConversionsInPipeline.find(it->first) == end(samplerYcbcrConversionsInPipeline))
319 auto pit = pipelineInfoPerTest.find(test);
403 auto pit = m_pipelineCache.find(device);
507 const auto it = m_createShaderModuleFunc.find(device);
693 const auto it = m_createGraphicsPipelinesFunc.find(device);
696 auto pit = m_pipelineCache.find(device);
716 const auto& featIt = m_deviceFeatures.find(device);
718 TCU_THROW(InternalError, "Can't find device features for this pipeline");
719 const auto& extIt = m_deviceExtensions.find(device);
721 TCU_THROW(InternalError, "Can't find device extensions for this pipeline");
785 const auto it = m_createComputePipelinesFunc.find(device);
788 auto pit = m_pipelineCache.find(device);
808 const auto& featIt = m_deviceFeatures.find(device);
810 TCU_THROW(InternalError, "Can't find device features for this pipeline");
811 const auto& extIt = m_deviceExtensions.find(device);
813 TCU_THROW(InternalError, "Can't find device extensions for this pipeline");
835 auto it = m_pipelineIdentifiers.find(pipeline);
837 TCU_THROW(InternalError, "Can't find pipeline");
841 TCU_THROW(InternalError, "Can't find pipeline identifier");
930 auto it = m_commandBufferMemoryConsumption.find(commandBuffer);