Lines Matching refs:find

105 		if (renderPass.second.find("VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO_2") != std::string::npos)
111 else if (renderPass.second.find("VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO") != std::string::npos)
151 if (pipeline.pipelineContents.find("VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO") != std::string::npos)
159 auto it = allShaderModules.find(gpCI.pStages[i].module);
161 TCU_THROW(InternalError, "Could not find shader module");
164 auto it2 = allSpirvShaders.find(gpCI.pStages[i].module);
166 TCU_THROW(InternalError, "Could not find shader");
172 auto it = allRenderPasses.find(gpCI.renderPass);
175 auto it2 = allRenderPasses2.find(gpCI.renderPass);
177 TCU_THROW(InternalError, "Could not find render pass");
187 auto it = allPipelineLayouts.find(gpCI.layout);
189 TCU_THROW(InternalError, "Could not find pipeline layout");
195 auto it2 = allDescriptorSetLayouts.find(it->second.pSetLayouts[i]);
197 TCU_THROW(InternalError, "Could not find descriptor set layout");
207 auto it3 = allSamplers.find(it2->second.pBindings[j].pImmutableSamplers[k]);
209 TCU_THROW(InternalError, "Could not find sampler");
218 auto it4 = allSamplerYcbcrConversions.find(info->conversion);
220 TCU_THROW(InternalError, "Could not find VkSamplerYcbcrConversion");
266 auto sit = spirvShaders.find(gpCI.pStages[j].module);
276 else if (pipeline.pipelineContents.find("VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO") != std::string::npos)
283 auto it = allShaderModules.find(cpCI.stage.module);
285 TCU_THROW(InternalError, "Could not find shader module");
288 auto it2 = allSpirvShaders.find(cpCI.stage.module);
290 TCU_THROW(InternalError, "Could not find shader");
296 auto it = allPipelineLayouts.find(cpCI.layout);
298 TCU_THROW(InternalError, "Could not find pipeline layout");
304 auto it2 = allDescriptorSetLayouts.find(it->second.pSetLayouts[i]);
306 TCU_THROW(InternalError, "Could not find descriptor set layout");
316 auto it3 = allSamplers.find(it2->second.pBindings[j].pImmutableSamplers[k]);
318 TCU_THROW(InternalError, "Could not find sampler");
327 auto it4 = allSamplerYcbcrConversions.find(info->conversion);
329 TCU_THROW(InternalError, "Could not find VkSamplerYcbcrConversion");
369 auto sit = spirvShaders.find(cpCI.stage.module);
393 TCU_THROW(InternalError, std::string("Can't find pipeline compiler") + pipelineCompilerPath);
400 if (!pipelineCompilerFilePrefix.empty() && filePath.getBaseName().find(pipelineCompilerFilePrefix) != 0)
586 if (pipeline2.pipelineContents.find("VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO") != std::string::npos)
588 else if (pipeline2.pipelineContents.find("VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO") != std::string::npos)
710 auto jt = falseToRealSamplerYcbcrConversions.find(info->conversion);
737 if (renderPass.second.find("VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO_2") != std::string::npos)
745 else if (renderPass.second.find("VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO") != std::string::npos)
791 auto jt = falseToRealSamplers.find(dsCI.second.pBindings[i].pImmutableSamplers[j]);
824 auto jt = falseToRealDescriptorSetLayouts.find(plCI.pSetLayouts[i]);
838 if (pipeline.pipelineContents.find("VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO") != std::string::npos)
854 auto jt = falseToRealShaderModules.find(gpCI.pStages[i].module);
864 auto jt = falseToRealRenderPasses.find(gpCI.renderPass);
872 auto jt = falseToRealPipelineLayouts.find(gpCI.layout);
883 else if (pipeline.pipelineContents.find("VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO") != std::string::npos)
896 auto jt = falseToRealShaderModules.find(cpCI.stage.module);
904 auto jt = falseToRealPipelineLayouts.find(cpCI.layout);