Searched refs:TPublicType (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.h | 129 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 …]
|
D | ParseHelper.cpp | 631 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 …]
|
D | Compiler.cpp | 172 TPublicType integer; in InitBuiltInSymbolTable() 178 TPublicType floatingPoint; in InitBuiltInSymbolTable()
|
D | Types.h | 25 struct TPublicType; 273 explicit TType(const TPublicType &p); 562 struct TPublicType struct
|
D | glslang_tab.h | 211 TPublicType type;
|
D | SymbolTable.cpp | 36 TType::TType(const TPublicType &p) : in TType()
|
D | SymbolTable.h | 461 bool setDefaultPrecision(const TPublicType &type, TPrecision prec) in setDefaultPrecision()
|
D | glslang.y | 91 TPublicType type;
|
D | glslang_tab.cpp | 298 TPublicType type;
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.h | 324 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 …]
|
D | glslang_tab.cpp.h | 484 glslang::TPublicType type;
|
D | ParseHelper.cpp | 2224 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 …]
|
D | glslang.y | 95 glslang::TPublicType type;
|
D | glslang_tab.cpp | 562 glslang::TPublicType type;
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.h | 130 bool structQualifierErrorCheck(const TSourceLoc&, const TPublicType& pType); 162 void updateStandaloneQualifierDefaults(const TSourceLoc&, const TPublicType&);
|
D | hlslParseHelper.cpp | 8952 void HlslParseContext::updateStandaloneQualifierDefaults(const TSourceLoc& loc, const TPublicType& … in updateStandaloneQualifierDefaults()
|
/external/deqp-deps/glslang/glslang/Include/ |
D | Types.h | 1218 class TPublicType { 1313 explicit TType(const TPublicType& p) : in TType()
|