Searched refs:txfetch (Results 1 – 1 of 1) sorted by relevance
4168 TIntermAggregate* txfetch = new TIntermAggregate(fetchOp); in decomposeSampleMethods() local4171 txfetch->getSequence().push_back(argTex); in decomposeSampleMethods()4172 txfetch->getSequence().push_back(coordSwizzle); in decomposeSampleMethods()4177 txfetch->getSequence().push_back(argSampleIdx); in decomposeSampleMethods()4184 txfetch->getSequence().push_back(lodComponent); in decomposeSampleMethods()4191 txfetch->getSequence().push_back(argOffset); in decomposeSampleMethods()4194 node = convertReturn(txfetch, sampler); in decomposeSampleMethods()