Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h406 …void fixBlockLocations(const TSourceLoc&, TQualifier&, TTypeList&, bool memberWithLocation, bool m…
DParseHelper.cpp6982fixBlockLocations(loc, currentBlockQualifier, typeList, memberWithLocation, memberWithoutLocation); in declareBlock()
7223 void TParseContext::fixBlockLocations(const TSourceLoc& loc, TQualifier& qualifier, TTypeList& type… in fixBlockLocations() function in glslang::TParseContext
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h157 …void fixBlockLocations(const TSourceLoc&, TQualifier&, TTypeList&, bool memberWithLocation, bool m…
DhlslParseHelper.cpp8603fixBlockLocations(loc, type.getQualifier(), typeList, memberWithLocation, memberWithoutLocation); in declareBlock()
8650 void HlslParseContext::fixBlockLocations(const TSourceLoc& loc, TQualifier& qualifier, TTypeList& t… in fixBlockLocations() function in glslang::HlslParseContext