Searched refs:layoutDeclarationList (Results 1 – 1 of 1) sorted by relevance
290 std::vector<std::string> layoutDeclarationList; in operator <<() local293 layoutDeclarationList.push_back("location=" + de::toString(layout.location)); in operator <<()296 layoutDeclarationList.push_back("binding=" + de::toString(layout.binding)); in operator <<()299 layoutDeclarationList.push_back("offset=" + de::toString(layout.offset)); in operator <<()302 layoutDeclarationList.push_back(getFormatLayoutName(layout.format)); in operator <<()305 layoutDeclarationList.push_back(getMatrixOrderName(layout.matrixOrder)); in operator <<()307 if (!layoutDeclarationList.empty()) in operator <<()309 str << "layout(" << layoutDeclarationList[0]; in operator <<()311 for (int layoutNdx = 1; layoutNdx < (int)layoutDeclarationList.size(); ++layoutNdx) in operator <<()312 str << ", " << layoutDeclarationList[layoutNdx]; in operator <<()