Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h437 bool isRuntimeLength(const TIntermTyped&) const;
DParseHelper.cpp1382 else if (isRuntimeLength(*intermNode->getAsTyped())) { in handleLengthMethod()
3777 if (isRuntimeLength(base)) in checkRuntimeSizable()
3804 bool TParseContext::isRuntimeLength(const TIntermTyped& base) const in isRuntimeLength() function in glslang::TParseContext