Lines Matching defs:name
199 const char* name;
208 const std::string& name,
331 const char* expandGlslNameToFullComponents (const char* name)
367 const auto pos = nameMap.find(name);
402 const std::string& name,
410 : vkt::TestCase (testContext, name)
763 glslInputs << "layout(location = 1) in " << glslTypeDesc.name << " attr[numAttributes-1];\n";
779 declType = expandGlslNameToFullComponents(typeInfo.name);
782 declType = s_glslTypeDescriptions[m_attributeInfos[attributeNdx].glslType].name;
1949 addTestGroup(singleAttributeTests, VertexInputTest::s_glslTypeDescriptions[glslType].name, createSingleAttributeCases, pipelineConstructionType, glslType);
1982 const std::string caseName = VertexInputTest::s_glslTypeDescriptions[currentNdx].name;
1989 const std::string name = VertexInputTest::s_glslTypeDescriptions[currentNdx].name;
1990 de::MovePtr<tcu::TestCaseGroup> newTestGroup (new tcu::TestCaseGroup(testCtx, name.c_str()));