Home
last modified time | relevance | path

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

/external/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;
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DparseVersions.h92 …void checkDeprecated(const TSourceLoc&, int queryProfiles, int depVersion, const char* featureDesc… in checkDeprecated()
93 …void requireNotRemoved(const TSourceLoc&, int queryProfiles, int removedVersion, const char* featu… in requireNotRemoved()
94 void requireExtensions(const TSourceLoc&, int numExtensions, const char* const extensions[], in requireExtensions()
96 void ppRequireExtensions(const TSourceLoc&, int numExtensions, const char* const extensions[], in ppRequireExtensions()
103 void checkExtensionStage(const TSourceLoc&, const char* const extension) { } in checkExtensionStage()
104 void extensionRequires(const TSourceLoc&, const char* const extension, const char* behavior) { } in extensionRequires()
105 void fullIntegerCheck(const TSourceLoc&, const char* op) { } in fullIntegerCheck()
106 void doubleCheck(const TSourceLoc&, const char* op) { } in doubleCheck()
184 void C_DECL error(const TSourceLoc&, const char* szReason, const char* szToken, in error()
186 void C_DECL warn(const TSourceLoc&, const char* szReason, const char* szToken, in warn()
[all …]
DParseHelper.cpp646 void TParseContext::handleIndexLimits(const TSourceLoc& /*loc*/, TIntermTyped* base, TIntermTyped* … in handleIndexLimits()
723 void TParseContext::handleIoResizeArrayAccess(const TSourceLoc& /*loc*/, TIntermTyped* base) in handleIoResizeArrayAccess()
2754 void TParseContext::handlePrecisionQualifier(const TSourceLoc& /*loc*/, TQualifier& qualifier, TPre… in handlePrecisionQualifier()
4201 void TParseContext::structArrayCheck(const TSourceLoc& /*loc*/, const TType& type) in structArrayCheck()
5040 void TParseContext::structTypeCheck(const TSourceLoc& /*loc*/, TPublicType& publicType) in structTypeCheck()
8370 void TParseContext::blockStorageRemap(const TSourceLoc&, const TString* instanceName, TQualifier& q… in blockStorageRemap()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DparseVersions.h92 …void checkDeprecated(const TSourceLoc&, int queryProfiles, int depVersion, const char* featureDesc… in checkDeprecated()
93 …void requireNotRemoved(const TSourceLoc&, int queryProfiles, int removedVersion, const char* featu… in requireNotRemoved()
94 void requireExtensions(const TSourceLoc&, int numExtensions, const char* const extensions[], in requireExtensions()
96 void ppRequireExtensions(const TSourceLoc&, int numExtensions, const char* const extensions[], in ppRequireExtensions()
103 void checkExtensionStage(const TSourceLoc&, const char* const extension) { } in checkExtensionStage()
104 void extensionRequires(const TSourceLoc&, const char* const extension, const char* behavior) { } in extensionRequires()
105 void fullIntegerCheck(const TSourceLoc&, const char* op) { } in fullIntegerCheck()
106 void doubleCheck(const TSourceLoc&, const char* op) { } in doubleCheck()
184 void C_DECL error(const TSourceLoc&, const char* szReason, const char* szToken, in error()
186 void C_DECL warn(const TSourceLoc&, const char* szReason, const char* szToken, in warn()
[all …]
DParseHelper.cpp544 void TParseContext::handleIndexLimits(const TSourceLoc& /*loc*/, TIntermTyped* base, TIntermTyped* … in handleIndexLimits()
621 void TParseContext::handleIoResizeArrayAccess(const TSourceLoc& /*loc*/, TIntermTyped* base) in handleIoResizeArrayAccess()
2547 void TParseContext::handlePrecisionQualifier(const TSourceLoc& /*loc*/, TQualifier& qualifier, TPre… in handlePrecisionQualifier()
3930 void TParseContext::structArrayCheck(const TSourceLoc& /*loc*/, const TType& type) in structArrayCheck()
4756 void TParseContext::structTypeCheck(const TSourceLoc& /*loc*/, TPublicType& publicType) in structTypeCheck()
/external/angle/src/compiler/translator/
DCommon.h26 struct TSourceLoc struct
34 constexpr TSourceLoc kNoSourceLoc{-1, -1, -1, -1}; argument
/external/angle/third_party/vulkan-deps/glslang/src/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()
6675 void HlslParseContext::globalQualifierFix(const TSourceLoc&, TQualifier& qualifier) in globalQualifierFix()
6791 void HlslParseContext::structArrayCheck(const TSourceLoc& /*loc*/, const TType& type) in structArrayCheck()
6884 TSymbol* HlslParseContext::redeclareBuiltinVariable(const TSourceLoc& /*loc*/, const TString& ident… in redeclareBuiltinVariable()
/external/deqp-deps/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()
6671 void HlslParseContext::globalQualifierFix(const TSourceLoc&, TQualifier& qualifier) in globalQualifierFix()
6787 void HlslParseContext::structArrayCheck(const TSourceLoc& /*loc*/, const TType& type) in structArrayCheck()
6880 TSymbol* HlslParseContext::redeclareBuiltinVariable(const TSourceLoc& /*loc*/, const TString& ident… in redeclareBuiltinVariable()