HomeSort by relevance Sort by last modified time
    Searched refs:TSourceLoc (Results 26 - 46 of 46) sorted by null

12

  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.cpp 135 const glslang::TSourceLoc& sourceLoc = input.getSourceLoc();
169 void HlslParseContext::growGlobalUniformBlock(const TSourceLoc& loc, TType& memberType, const TString& memberName,
185 TLayoutFormat HlslParseContext::getLayoutFromTxType(const TSourceLoc& loc, const TType& txType)
220 bool HlslParseContext::lValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node)
253 TIntermTyped* HlslParseContext::handleLvalue(const TSourceLoc& loc, const char* op, TIntermTyped*& node)
522 void HlslParseContext::handlePragma(const TSourceLoc& loc, const TVector<TString>& tokens)
569 bool HlslParseContext::parseMatrixSwizzleSelector(const TSourceLoc& loc, const TString& fields, int cols, int rows,
647 TIntermTyped* HlslParseContext::handleVariable(const TSourceLoc& loc, const TString* string)
722 TIntermTyped* HlslParseContext::handleBracketOperator(const TSourceLoc& loc, TIntermTyped* base, TIntermTyped* index)
796 TIntermTyped* HlslParseContext::handleBracketDereference(const TSourceLoc& loc, TIntermTyped* base, TIntermTyped* index
    [all...]
hlslGrammar.h 111 bool acceptFunctionCall(const TSourceLoc&, TString& name, TIntermTyped*&, TIntermTyped* objectBase);
hlslGrammar.cpp 597 TSourceLoc loc = token.loc;
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
intermediate.h 267 // TODO: Move this to TSourceLoc constructor
273 const TSourceLoc& getLine() const { return line; }
274 void setLine(const TSourceLoc& l) { line = l; }
291 TSourceLoc line;
579 void setEndLine(const TSourceLoc& line) { endLine = line; }
580 const TSourceLoc& getEndLine() const { return endLine; }
604 TSourceLoc endLine;
glslang_tab.h 45 #define YYLTYPE TSourceLoc
Intermediate.cpp 317 TIntermSymbol* TIntermediate::addSymbol(int id, const TString& name, const TType& type, const TSourceLoc &line)
330 TIntermTyped* TIntermediate::addBinaryMath(TOperator op, TIntermTyped* left, TIntermTyped* right, const TSourceLoc &line)
430 TIntermTyped* TIntermediate::addAssign(TOperator op, TIntermTyped* left, TIntermTyped* right, const TSourceLoc &line)
458 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const TSourceLoc &line)
475 TIntermTyped* TIntermediate::addUnaryMath(TOperator op, TIntermTyped* child, const TSourceLoc &line, const TType *funcReturnType)
539 TIntermAggregate* TIntermediate::setAggregateOperator(TIntermNode* node, TOperator op, const TSourceLoc &line)
573 TIntermAggregate* TIntermediate::growAggregate(TIntermNode* left, TIntermNode* right, const TSourceLoc &line)
600 TIntermAggregate* TIntermediate::makeAggregate(TIntermNode* node, const TSourceLoc &line)
620 TIntermNode* TIntermediate::addSelection(TIntermTyped* cond, TIntermNodePair nodePair, const TSourceLoc &line)
641 TIntermTyped* TIntermediate::addComma(TIntermTyped* left, TIntermTyped* right, const TSourceLoc &line
    [all...]
parseConst.cpp 239 bool TIntermediate::parseConstTree(const TSourceLoc& line, TIntermNode* root, ConstantUnion* unionArray, TOperator constructorType, TType t, bool singleConstantParam)
ValidateLimitations.cpp 179 void ValidateLimitations::error(TSourceLoc loc,
glslang_tab.cpp 132 #define YYLTYPE TSourceLoc
    [all...]
Initialize.cpp 446 TSourceLoc zeroSourceLoc = { 0, 0, 0, 0 };
    [all...]
glslang.y 65 #define YYLTYPE TSourceLoc
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
glslang_tab.cpp.h 462 glslang::TSourceLoc loc;
475 glslang::TSourceLoc loc;
Constant.cpp     [all...]
glslang_tab.cpp 540 glslang::TSourceLoc loc;
553 glslang::TSourceLoc loc;
    [all...]
ShaderLang.cpp     [all...]
glslang.y 73 glslang::TSourceLoc loc;
86 glslang::TSourceLoc loc;
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
Pp.cpp 113 TSourceLoc defineLoc = ppToken->loc; // because ppToken might go to the next line before we report errors
401 TSourceLoc loc = ppToken->loc; // because we sometimes read the newline before reporting the error
604 const TSourceLoc directiveLoc = ppToken->loc;
683 const TSourceLoc directiveLoc = ppToken->loc;
738 TSourceLoc loc = ppToken->loc;
768 TSourceLoc loc = ppToken->loc; // because we go to the next line before processing
    [all...]
PpContext.h 115 TSourceLoc loc;
528 TokenizableIncludeFile(const TSourceLoc& startLoc,
  /external/deqp-deps/glslang/glslang/Include/
Common.h 231 struct TSourceLoc {
Types.h 263 TSourceLoc loc;
    [all...]
intermediate.h 1020 virtual const glslang::TSourceLoc& getLoc() const { return loc; }
1021 virtual void setLoc(const glslang::TSourceLoc& l) { loc = l; }
1053 glslang::TSourceLoc loc;
    [all...]

Completed in 653 milliseconds

12