Home
last modified time | relevance | path

Searched refs:TPublicType (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h129 bool arrayQualifierErrorCheck(const TSourceLoc &line, TPublicType type);
130 bool arrayTypeErrorCheck(const TSourceLoc &line, TPublicType type);
133 bool boolErrorCheck(const TSourceLoc&, const TPublicType&);
134 bool samplerErrorCheck(const TSourceLoc &line, const TPublicType& pType, const char* reason);
135 bool locationDeclaratorListCheck(const TSourceLoc &line, const TPublicType &pType);
136 bool structQualifierErrorCheck(const TSourceLoc &line, const TPublicType& pType);
138 …bool nonInitConstErrorCheck(const TSourceLoc &line, TString& identifier, TPublicType& type, bool a…
139 bool nonInitErrorCheck(const TSourceLoc &line, const TString& identifier, TPublicType& type);
142 …bool singleDeclarationErrorCheck(const TPublicType &publicType, const TSourceLoc &identifierLocati…
146 …void checkInputOutputTypeIsValidES3(const TQualifier qualifier, const TPublicType &type, const TSo…
[all …]
DParseHelper.cpp631 bool TParseContext::boolErrorCheck(const TSourceLoc &line, const TPublicType& pType) in boolErrorCheck()
641 bool TParseContext::samplerErrorCheck(const TSourceLoc &line, const TPublicType& pType, const char*… in samplerErrorCheck()
660 bool TParseContext::structQualifierErrorCheck(const TSourceLoc &line, const TPublicType& pType) in structQualifierErrorCheck()
702 bool TParseContext::singleDeclarationErrorCheck(const TPublicType &publicType, const TSourceLoc &id… in singleDeclarationErrorCheck()
764 bool TParseContext::locationDeclaratorListCheck(const TSourceLoc& line, const TPublicType &pType) in locationDeclaratorListCheck()
855 bool TParseContext::arrayQualifierErrorCheck(const TSourceLoc &line, TPublicType type) in arrayQualifierErrorCheck()
870 bool TParseContext::arrayTypeErrorCheck(const TSourceLoc &line, TPublicType type) in arrayTypeErrorCheck()
941 bool TParseContext::nonInitConstErrorCheck(const TSourceLoc &line, TString& identifier, TPublicType in nonInitConstErrorCheck()
973 …rseContext::nonInitErrorCheck(const TSourceLoc &line, const TString& identifier, TPublicType& type) in nonInitErrorCheck()
1235 …xt::executeInitializer(const TSourceLoc& line, const TString& identifier, const TPublicType& pType, in executeInitializer()
[all …]
DCompiler.cpp172 TPublicType integer; in InitBuiltInSymbolTable()
178 TPublicType floatingPoint; in InitBuiltInSymbolTable()
DTypes.h25 struct TPublicType;
273 explicit TType(const TPublicType &p);
562 struct TPublicType struct
Dglslang_tab.h211 TPublicType type;
DSymbolTable.cpp36 TType::TType(const TPublicType &p) : in TType()
DSymbolTable.h461 bool setDefaultPrecision(const TPublicType &type, TPrecision prec) in setDefaultPrecision()
Dglslang.y91 TPublicType type;
Dglslang_tab.cpp298 TPublicType type;
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h324 TFunction* handleConstructorCall(const TSourceLoc&, const TPublicType&);
349 void boolCheck(const TSourceLoc&, const TPublicType&);
354 void memberQualifierCheck(glslang::TPublicType&);
356 void globalQualifierTypeCheck(const TSourceLoc&, const TQualifier&, const TPublicType&);
357 bool structQualifierErrorCheck(const TSourceLoc&, const TPublicType& pType);
359 void setDefaultPrecision(const TSourceLoc&, TPublicType&, TPrecisionQualifier);
361 TPrecisionQualifier getDefaultPrecision(TPublicType&);
375 void structTypeCheck(const TSourceLoc&, TPublicType&);
383 void setLayoutQualifier(const TSourceLoc&, TPublicType&, TString&);
384 void setLayoutQualifier(const TSourceLoc&, TPublicType&, TString&, const TIntermTyped*);
[all …]
Dglslang_tab.cpp.h484 glslang::TPublicType type;
DParseHelper.cpp2224 TFunction* TParseContext::handleConstructorCall(const TSourceLoc& loc, const TPublicType& publicTyp… in handleConstructorCall()
2979 void TParseContext::boolCheck(const TSourceLoc& loc, const TPublicType& pType) in boolCheck()
3056 void TParseContext::memberQualifierCheck(glslang::TPublicType& publicType) in memberQualifierCheck()
3107 …alifierTypeCheck(const TSourceLoc& loc, const TQualifier& qualifier, const TPublicType& publicType) in globalQualifierTypeCheck()
3387 void TParseContext::setDefaultPrecision(const TSourceLoc& loc, TPublicType& publicType, TPrecisionQ… in setDefaultPrecision()
3437 TPrecisionQualifier TParseContext::getDefaultPrecision(TPublicType& publicType) in getDefaultPrecision()
4390 void TParseContext::structTypeCheck(const TSourceLoc& /*loc*/, TPublicType& publicType) in structTypeCheck()
4635 void TParseContext::setLayoutQualifier(const TSourceLoc& loc, TPublicType& publicType, TString& id) in setLayoutQualifier()
4896 void TParseContext::setLayoutQualifier(const TSourceLoc& loc, TPublicType& publicType, TString& id,… in setLayoutQualifier()
6110 void TParseContext::declareTypeDefaults(const TSourceLoc& loc, const TPublicType& publicType) in declareTypeDefaults()
[all …]
Dglslang.y95 glslang::TPublicType type;
Dglslang_tab.cpp562 glslang::TPublicType type;
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h130 bool structQualifierErrorCheck(const TSourceLoc&, const TPublicType& pType);
162 void updateStandaloneQualifierDefaults(const TSourceLoc&, const TPublicType&);
DhlslParseHelper.cpp8952 void HlslParseContext::updateStandaloneQualifierDefaults(const TSourceLoc& loc, const TPublicType& … in updateStandaloneQualifierDefaults()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h1218 class TPublicType {
1313 explicit TType(const TPublicType& p) : in TType()