Lines Matching refs:txgather
4242 TIntermAggregate* txgather = new TIntermAggregate(textureOp); in decomposeSampleMethods() local
4246 txgather->getSequence().push_back(txcombine); in decomposeSampleMethods()
4247 txgather->getSequence().push_back(argCoord); in decomposeSampleMethods()
4251 txgather->getSequence().push_back(argOffset); in decomposeSampleMethods()
4253 txgather->setType(node->getType()); in decomposeSampleMethods()
4254 txgather->setLoc(loc); in decomposeSampleMethods()
4255 node = txgather; in decomposeSampleMethods()
4358 TIntermAggregate* txgather = new TIntermAggregate(textureOp); in decomposeSampleMethods() local
4363 txgather->getSequence().push_back(txcombine); in decomposeSampleMethods()
4364 txgather->getSequence().push_back(argCoord); in decomposeSampleMethods()
4384 txgather->getSequence().push_back(argCmp); in decomposeSampleMethods()
4388 txgather->getSequence().push_back(argOffset); in decomposeSampleMethods()
4392 txgather->getSequence().push_back(argChannel); in decomposeSampleMethods()
4394 txgather->setType(node->getType()); in decomposeSampleMethods()
4395 txgather->setLoc(loc); in decomposeSampleMethods()
4396 node = txgather; in decomposeSampleMethods()