Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h351 void atomicUintCheck(const TSourceLoc&, const TType&, const TString& identifier);
DParseHelper.cpp3010 void TParseContext::atomicUintCheck(const TSourceLoc& loc, const TType& type, const TString& identi… in atomicUintCheck() function in glslang::TParseContext
6155 atomicUintCheck(loc, type, identifier); in declareVariable()