Searched refs:handleInputGeometry (Results 1 – 3 of 3) sorted by relevance
723 if (!parseContext.handleInputGeometry(token.loc, ElgPoints)) in acceptQualifier()728 if (!parseContext.handleInputGeometry(token.loc, ElgLines)) in acceptQualifier()733 if (!parseContext.handleInputGeometry(token.loc, ElgTriangles)) in acceptQualifier()738 if (!parseContext.handleInputGeometry(token.loc, ElgLinesAdjacency)) in acceptQualifier()743 if (!parseContext.handleInputGeometry(token.loc, ElgTrianglesAdjacency)) in acceptQualifier()
199 bool handleInputGeometry(const TSourceLoc&, const TLayoutGeometry& geometry);
8827 bool HlslParseContext::handleInputGeometry(const TSourceLoc& loc, const TLayoutGeometry& geometry) in handleInputGeometry() function in glslang::HlslParseContext