Searched defs:publicType (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 702 bool TParseContext::singleDeclarationErrorCheck(const TPublicType &publicType, const TSourceLoc &id… in singleDeclarationErrorCheck() 1438 TIntermAggregate *TParseContext::parseSingleDeclaration(TPublicType &publicType, in parseSingleDeclaration() 1476 TIntermAggregate *TParseContext::parseSingleArrayDeclaration(TPublicType &publicType, in parseSingleArrayDeclaration() 1517 TIntermAggregate *TParseContext::parseSingleInitDeclaration(const TPublicType &publicType, in parseSingleInitDeclaration() 1543 TIntermAggregate *TParseContext::parseSingleArrayInitDeclaration(TPublicType &publicType, in parseSingleArrayInitDeclaration() 1625 TIntermAggregate *TParseContext::parseDeclarator(TPublicType &publicType, TIntermAggregate *aggrega… in parseDeclarator() 1653 TIntermAggregate *TParseContext::parseArrayDeclarator(TPublicType &publicType, TIntermAggregate *ag… in parseArrayDeclarator() 1699 TIntermAggregate *TParseContext::parseInitDeclarator(const TPublicType &publicType, TIntermAggregat… in parseInitDeclarator() 1736 TIntermAggregate *TParseContext::parseArrayInitDeclarator(const TPublicType &publicType, in parseArrayInitDeclarator() 2073 TPublicType publicType = publicTypeIn; in addConstructorFunc() local [all …]
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 2804 …unction* TParseContext::handleConstructorCall(const TSourceLoc& loc, const TPublicType& publicType) in handleConstructorCall() 3722 void TParseContext::memberQualifierCheck(glslang::TPublicType& publicType) in memberQualifierCheck() 3795 …alifierTypeCheck(const TSourceLoc& loc, const TQualifier& qualifier, const TPublicType& publicType) in globalQualifierTypeCheck() 4090 void TParseContext::setDefaultPrecision(const TSourceLoc& loc, TPublicType& publicType, TPrecisionQ… in setDefaultPrecision() 4140 TPrecisionQualifier TParseContext::getDefaultPrecision(TPublicType& publicType) in getDefaultPrecision() 4616 … const TQualifier& qualifier, const TShaderQualifiers& publicType) in redeclareBuiltinVariable() 5161 void TParseContext::structTypeCheck(const TSourceLoc& /*loc*/, TPublicType& publicType) in structTypeCheck() 5407 void TParseContext::setLayoutQualifier(const TSourceLoc& loc, TPublicType& publicType, TString& id) in setLayoutQualifier() 5706 void TParseContext::setLayoutQualifier(const TSourceLoc& loc, TPublicType& publicType, TString& id,… in setLayoutQualifier() 7125 void TParseContext::declareTypeDefaults(const TSourceLoc& loc, const TPublicType& publicType) in declareTypeDefaults() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ParseContext.cpp | 1376 void TParseContext::atomicCounterQualifierErrorCheck(const TPublicType &publicType, in atomicCounterQualifierErrorCheck() 1411 void TParseContext::nonEmptyDeclarationErrorCheck(const TPublicType &publicType, in nonEmptyDeclarationErrorCheck() 2448 TPublicType &publicType, in parseSingleDeclaration() 2575 TIntermDeclaration *TParseContext::parseSingleInitDeclaration(const TPublicType &publicType, in parseSingleInitDeclaration() 2696 void TParseContext::parseDeclarator(TPublicType &publicType, in parseDeclarator() 2776 void TParseContext::parseInitDeclarator(const TPublicType &publicType, in parseInitDeclarator() 2851 void TParseContext::setAtomicCounterBindingDefaultOffset(const TPublicType &publicType, in setAtomicCounterBindingDefaultOffset() 3494 TFunctionLookup *TParseContext::addConstructorFunc(const TPublicType &publicType) in addConstructorFunc() 3544 TParameter TParseContext::parseParameterDeclarator(const TPublicType &publicType, in parseParameterDeclarator()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ParseContext.cpp | 1594 void TParseContext::atomicCounterQualifierErrorCheck(const TPublicType &publicType, in atomicCounterQualifierErrorCheck() 1629 void TParseContext::nonEmptyDeclarationErrorCheck(const TPublicType &publicType, in nonEmptyDeclarationErrorCheck() 2885 TPublicType &publicType, in parseSingleDeclaration() 3018 TIntermDeclaration *TParseContext::parseSingleInitDeclaration(const TPublicType &publicType, in parseSingleInitDeclaration() 3149 void TParseContext::parseDeclarator(TPublicType &publicType, in parseDeclarator() 3235 void TParseContext::parseInitDeclarator(const TPublicType &publicType, in parseInitDeclarator() 3310 void TParseContext::setAtomicCounterBindingDefaultOffset(const TPublicType &publicType, in setAtomicCounterBindingDefaultOffset() 4101 TFunctionLookup *TParseContext::addConstructorFunc(const TPublicType &publicType) in addConstructorFunc() 4151 TParameter TParseContext::parseParameterDeclarator(const TPublicType &publicType, in parseParameterDeclarator()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 9258 …rseContext::updateStandaloneQualifierDefaults(const TSourceLoc& loc, const TPublicType& publicType) in updateStandaloneQualifierDefaults()
|