Searched refs:memberWithLocation (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.h | 387 …void layoutMemberLocationArrayCheck(const TSourceLoc&, bool memberWithLocation, TArraySizes* array… 406 …void fixBlockLocations(const TSourceLoc&, TQualifier&, TTypeList&, bool memberWithLocation, bool m…
|
D | ParseHelper.cpp | 5363 void TParseContext::layoutMemberLocationArrayCheck(const TSourceLoc& loc, bool memberWithLocation, in layoutMemberLocationArrayCheck() argument 5366 if (memberWithLocation && arraySizes != nullptr) { in layoutMemberLocationArrayCheck() 6908 bool memberWithLocation = false; in declareBlock() local 6940 memberWithLocation = true; in declareBlock() 6969 layoutMemberLocationArrayCheck(loc, memberWithLocation, arraySizes); in declareBlock() 6982 …fixBlockLocations(loc, currentBlockQualifier, typeList, memberWithLocation, memberWithoutLocation); in declareBlock() 7223 … TSourceLoc& loc, TQualifier& qualifier, TTypeList& typeList, bool memberWithLocation, bool member… in fixBlockLocations() argument 7227 if (! qualifier.hasLocation() && memberWithLocation && memberWithoutLocation) in fixBlockLocations() 7230 if (memberWithLocation) { in fixBlockLocations()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.h | 157 …void fixBlockLocations(const TSourceLoc&, TQualifier&, TTypeList&, bool memberWithLocation, bool m…
|
D | hlslParseHelper.cpp | 8566 bool memberWithLocation = false; in declareBlock() local 8589 memberWithLocation = true; in declareBlock() 8603 … fixBlockLocations(loc, type.getQualifier(), typeList, memberWithLocation, memberWithoutLocation); in declareBlock() 8650 … TSourceLoc& loc, TQualifier& qualifier, TTypeList& typeList, bool memberWithLocation, bool member… in fixBlockLocations() argument 8654 if (! qualifier.hasLocation() && memberWithLocation && memberWithoutLocation) in fixBlockLocations() 8657 if (memberWithLocation) { in fixBlockLocations()
|