Lines Matching defs:caseDesc
1570 std::ostringstream caseDesc;
1572 caseDesc << std::string(VertexInputTest::s_glslTypeDescriptions[attributeInfo.glslType].name) << " from type " << getFormatName(attributeInfo.vkType) << " with ";
1575 caseDesc << "vertex input rate ";
1577 caseDesc << "instance input rate ";
1579 return caseDesc.str();
1584 std::ostringstream caseDesc;
1586 caseDesc << "Uses vertex attributes:\n";
1589 caseDesc << "\t- " << getAttributeInfoDescription (attributeInfos[attributeNdx]) << "\n";
1591 return caseDesc.str();
1750 const std::string caseDesc = getAttributeInfosDescription(newAttributeInfos);
1752 testGroup.addChild(new VertexInputTest(testCtx, caseName, caseDesc, newAttributeInfos, bindingMapping, attributeLayout));