Home
last modified time | relevance | path

Searched refs:ioArrayCheck (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h308 void ioArrayCheck(const TSourceLoc&, const TType&, const TString& identifier);
DParseHelper.cpp606 void TParseContext::ioArrayCheck(const TSourceLoc& loc, const TType& type, const TString& identifie… in ioArrayCheck() function in glslang::TParseContext
6732 ioArrayCheck(loc, type, identifier); in declareNonArray()
7681 ioArrayCheck(loc, blockType, instanceName ? *instanceName : *blockName); in declareBlock()