Searched refs:lhsAsAggregate (Results 1 – 1 of 1) sorted by relevance
156 const TIntermAggregate* lhsAsAggregate = node->getAsAggregate(); in shouldConvertLValue() local162 lhsAsAggregate = lhsAsBinary->getLeft()->getAsAggregate(); in shouldConvertLValue()163 if (lhsAsAggregate != nullptr && lhsAsAggregate->getOp() == EOpImageLoad) in shouldConvertLValue()225 TIntermAggregate* lhsAsAggregate = node->getAsAggregate(); in lValueErrorCheck() local226 TIntermTyped* object = lhsAsAggregate->getSequence()[0]->getAsTyped(); in lValueErrorCheck()364 TIntermAggregate* lhsAsAggregate = lhs->getAsAggregate(); in handleLvalue() local369 lhsAsAggregate = lhsAsBinary->getLeft()->getAsAggregate(); in handleLvalue()373 TIntermTyped* object = lhsAsAggregate->getSequence()[0]->getAsTyped(); in handleLvalue()374 TIntermTyped* coord = lhsAsAggregate->getSequence()[1]->getAsTyped(); in handleLvalue()