Home
last modified time | relevance | path

Searched defs:publicType (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp702 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/
DParseHelper.cpp2949 …unction* TParseContext::handleConstructorCall(const TSourceLoc& loc, const TPublicType& publicType) in handleConstructorCall()
3910 void TParseContext::memberQualifierCheck(glslang::TPublicType& publicType) in memberQualifierCheck()
3923 …ck(const TSourceLoc& loc, TQualifier& qualifier, bool isMemberCheck, const TPublicType* publicType) in globalQualifierFixCheck()
3986 …alifierTypeCheck(const TSourceLoc& loc, const TQualifier& qualifier, const TPublicType& publicType) in globalQualifierTypeCheck()
4274 void TParseContext::setDefaultPrecision(const TSourceLoc& loc, TPublicType& publicType, TPrecisionQ… in setDefaultPrecision()
4324 TPrecisionQualifier TParseContext::getDefaultPrecision(TPublicType& publicType) in getDefaultPrecision()
4796 … const TQualifier& qualifier, const TShaderQualifiers& publicType) in redeclareBuiltinVariable()
5330 void TParseContext::structTypeCheck(const TSourceLoc& /*loc*/, TPublicType& publicType) in structTypeCheck()
5569 void TParseContext::setLayoutQualifier(const TSourceLoc& loc, TPublicType& publicType, TString& id) in setLayoutQualifier()
5908 void TParseContext::setLayoutQualifier(const TSourceLoc& loc, TPublicType& publicType, TString& id,… in setLayoutQualifier()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp1594 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/
DhlslParseHelper.cpp9261 …rseContext::updateStandaloneQualifierDefaults(const TSourceLoc& loc, const TPublicType& publicType) in updateStandaloneQualifierDefaults()