Home
last modified time | relevance | path

Searched defs:TSourceLoc (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DCommon.h25 struct TSourceLoc { struct
26 int first_file;
27 int first_line;
28 int last_file;
29 int last_line;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCommon.h26 struct TSourceLoc struct
34 constexpr TSourceLoc kNoSourceLoc{-1, -1, -1, -1}; argument
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h67 …void reservedPpErrorCheck(const TSourceLoc&, const char* /*name*/, const char* /*op*/) override { } in reservedPpErrorCheck()
68 bool lineContinuationCheck(const TSourceLoc&, bool /*endOfComment*/) override { return true; } in lineContinuationCheck()
DhlslParseHelper.cpp1065 bool HlslParseContext::isBuiltInMethod(const TSourceLoc&, TIntermTyped* base, const TString& field) in isBuiltInMethod()
6768 void HlslParseContext::globalQualifierFix(const TSourceLoc&, TQualifier& qualifier) in globalQualifierFix()
6877 void HlslParseContext::structArrayCheck(const TSourceLoc& /*loc*/, const TType& type) in structArrayCheck()
6970 TSymbol* HlslParseContext::redeclareBuiltinVariable(const TSourceLoc& /*loc*/, const TString& ident… in redeclareBuiltinVariable()
/third_party/glslang/glslang/MachineIndependent/
DSpirvIntrinsics.cpp299 TSpirvTypeParameters* TParseContext::makeSpirvTypeParameters(const TSourceLoc& /* loc */, in makeSpirvTypeParameters()
DParseHelper.cpp674 void TParseContext::handleIndexLimits(const TSourceLoc& /*loc*/, TIntermTyped* base, TIntermTyped* … in handleIndexLimits()
751 void TParseContext::handleIoResizeArrayAccess(const TSourceLoc& /*loc*/, TIntermTyped* base) in handleIoResizeArrayAccess()
2985 void TParseContext::handlePrecisionQualifier(const TSourceLoc& /*loc*/, TQualifier& qualifier, TPre… in handlePrecisionQualifier()
4495 void TParseContext::structArrayCheck(const TSourceLoc& /*loc*/, const TType& type) in structArrayCheck()
5330 void TParseContext::structTypeCheck(const TSourceLoc& /*loc*/, TPublicType& publicType) in structTypeCheck()
7675 TIntermTyped* TParseContext::vkRelaxedRemapDotDereference(const TSourceLoc&, TIntermTyped& base, co… in vkRelaxedRemapDotDereference()
9095 void TParseContext::blockStorageRemap(const TSourceLoc&, const TString* instanceName, TQualifier& q… in blockStorageRemap()
DParseHelper.h248 virtual void setInvariant(const TSourceLoc&, const char*) {} in setInvariant()