Searched refs:constructCoord (Results 1 – 1 of 1) sorted by relevance
3796 TIntermAggregate *constructCoord = new TIntermAggregate(constructOp); in decomposeSampleMethods() local3797 constructCoord->getSequence().push_back(argCoord); in decomposeSampleMethods()3798 constructCoord->setLoc(loc); in decomposeSampleMethods()3799 constructCoord->setType(TType(argCoord->getBasicType(), EvqTemporary, coordSize)); in decomposeSampleMethods()3803 tex->getSequence().push_back(constructCoord); // coordinate in decomposeSampleMethods()3832 TIntermAggregate* constructCoord = new TIntermAggregate(constructOp); in decomposeSampleMethods() local3833 constructCoord->getSequence().push_back(arg1); in decomposeSampleMethods()3834 constructCoord->setLoc(loc); in decomposeSampleMethods()3838 …constructCoord->setType(TType(arg1->getBasicType(), EvqTemporary, std::max(arg1->getVectorSize() -… in decomposeSampleMethods()3842 tex->getSequence().push_back(constructCoord); // coordinate in decomposeSampleMethods()