Home
last modified time | relevance | path

Searched refs:memberWithoutLocation (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h406 …s(const TSourceLoc&, TQualifier&, TTypeList&, bool memberWithLocation, bool memberWithoutLocation);
DParseHelper.cpp6909 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/
DhlslParseHelper.h157 …s(const TSourceLoc&, TQualifier&, TTypeList&, bool memberWithLocation, bool memberWithoutLocation);
DhlslParseHelper.cpp8567 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()