Home
last modified time | relevance | path

Searched refs:compString (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp105 bool TParseContext::parseVectorFields(const TString& compString, int vecSize, TVectorFields& fields… in parseVectorFields() argument
107 fields.num = (int) compString.size(); in parseVectorFields()
109 error(line, "illegal vector field selection", compString.c_str()); in parseVectorFields()
120 switch (compString[i]) { in parseVectorFields()
170 error(line, "illegal vector field selection", compString.c_str()); in parseVectorFields()
177 error(line, "vector field selection out of range", compString.c_str()); in parseVectorFields()
183 error(line, "illegal - vector component fields not from the same set", compString.c_str()); in parseVectorFields()
197 bool TParseContext::parseMatrixFields(const TString& compString, int matCols, int matRows, TMatrixF… in parseMatrixFields() argument
204 if (compString.size() != 2) { in parseMatrixFields()
205 error(line, "illegal length of matrix field selection", compString.c_str()); in parseMatrixFields()
[all …]