Searched refs:isRuntimeLength (Results 1 – 2 of 2) sorted by relevance
437 bool isRuntimeLength(const TIntermTyped&) const;
1382 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