Searched refs:memberWithoutLocation (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.h | 406 …s(const TSourceLoc&, TQualifier&, TTypeList&, bool memberWithLocation, bool memberWithoutLocation);
|
D | ParseHelper.cpp | 6909 bool memberWithoutLocation = false; in declareBlock() local 6947 memberWithoutLocation = true; in declareBlock() 6982 …fixBlockLocations(loc, currentBlockQualifier, typeList, memberWithLocation, memberWithoutLocation); in declareBlock() 7223 …c, TQualifier& qualifier, TTypeList& typeList, bool memberWithLocation, bool memberWithoutLocation) in fixBlockLocations() argument 7227 if (! qualifier.hasLocation() && memberWithLocation && memberWithoutLocation) in fixBlockLocations()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.h | 157 …s(const TSourceLoc&, TQualifier&, TTypeList&, bool memberWithLocation, bool memberWithoutLocation);
|
D | hlslParseHelper.cpp | 8567 bool memberWithoutLocation = false; in declareBlock() local 8595 memberWithoutLocation = true; in declareBlock() 8603 … fixBlockLocations(loc, type.getQualifier(), typeList, memberWithLocation, memberWithoutLocation); in declareBlock() 8650 …c, TQualifier& qualifier, TTypeList& typeList, bool memberWithLocation, bool memberWithoutLocation) in fixBlockLocations() argument 8654 if (! qualifier.hasLocation() && memberWithLocation && memberWithoutLocation) in fixBlockLocations()
|