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

12

  /external/swiftshader/src/OpenGL/compiler/
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...]
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
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 434 TSourceLoc zeroSourceLoc = { 0, 0, 0, 0 };
    [all...]
glslang.y 65 #define YYLTYPE TSourceLoc
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslGrammar.h 109 bool acceptFunctionCall(const TSourceLoc&, TString& name, TIntermTyped*&, TIntermTyped* objectBase);
hlslParseHelper.cpp 139 const glslang::TSourceLoc& sourceLoc = input.getSourceLoc();
178 void HlslParseContext::growGlobalUniformBlock(const TSourceLoc& loc, TType& memberType, const TString& memberName,
194 TLayoutFormat HlslParseContext::getLayoutFromTxType(const TSourceLoc& loc, const TType& txType)
229 bool HlslParseContext::lValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node)
255 TIntermTyped* HlslParseContext::handleLvalue(const TSourceLoc& loc, const char* op, TIntermTyped*& node)
531 TIntermTyped* HlslParseContext::handleSamplerLvalue(const TSourceLoc& loc, const char* op, TIntermTyped*& node)
580 void HlslParseContext::handlePragma(const TSourceLoc& loc, const TVector<TString>& tokens)
620 bool HlslParseContext::parseMatrixSwizzleSelector(const TSourceLoc& loc, const TString& fields, int cols, int rows,
698 TIntermTyped* HlslParseContext::handleVariable(const TSourceLoc& loc, const TString* string)
773 TIntermTyped* HlslParseContext::handleBracketOperator(const TSourceLoc& loc, TIntermTyped* base, TIntermTyped* index
    [all...]
hlslGrammar.cpp 587 TSourceLoc loc = token.loc;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp.h 354 glslang::TSourceLoc loc;
367 glslang::TSourceLoc loc;
Constant.cpp     [all...]
glslang_tab.cpp 431 glslang::TSourceLoc loc;
444 glslang::TSourceLoc loc;
    [all...]
ShaderLang.cpp     [all...]
glslang.y 70 glslang::TSourceLoc loc;
83 glslang::TSourceLoc loc;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
Pp.cpp 151 TSourceLoc defineLoc = ppToken->loc; // because ppToken is going to go to the next line before we report errors
393 TSourceLoc loc = ppToken->loc; // because we sometimes read the newline before reporting the error
588 const TSourceLoc directiveLoc = ppToken->loc;
666 const TSourceLoc directiveLoc = ppToken->loc;
721 TSourceLoc loc = ppToken->loc;
753 TSourceLoc loc = ppToken->loc; // because we go to the next line before processing
    [all...]
PpContext.h 110 TSourceLoc loc;
514 TokenizableIncludeFile(const TSourceLoc& startLoc,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Common.h 223 struct TSourceLoc {
Types.h 253 TSourceLoc loc;
1087 TSourceLoc loc;
1089 void initType(const TSourceLoc& l)
    [all...]
intermediate.h 804 virtual const glslang::TSourceLoc& getLoc() const { return loc; }
805 virtual void setLoc(const glslang::TSourceLoc& l) { loc = l; }
835 glslang::TSourceLoc loc;
    [all...]

Completed in 513 milliseconds

12