Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp156 const TIntermAggregate* lhsAsAggregate = node->getAsAggregate(); in shouldConvertLValue() local
162 lhsAsAggregate = lhsAsBinary->getLeft()->getAsAggregate(); in shouldConvertLValue()
163 if (lhsAsAggregate != nullptr && lhsAsAggregate->getOp() == EOpImageLoad) in shouldConvertLValue()
225 TIntermAggregate* lhsAsAggregate = node->getAsAggregate(); in lValueErrorCheck() local
226 TIntermTyped* object = lhsAsAggregate->getSequence()[0]->getAsTyped(); in lValueErrorCheck()
364 TIntermAggregate* lhsAsAggregate = lhs->getAsAggregate(); in handleLvalue() local
369 lhsAsAggregate = lhsAsBinary->getLeft()->getAsAggregate(); in handleLvalue()
373 TIntermTyped* object = lhsAsAggregate->getSequence()[0]->getAsTyped(); in handleLvalue()
374 TIntermTyped* coord = lhsAsAggregate->getSequence()[1]->getAsTyped(); in handleLvalue()