Searched refs:argSamp (Results 1 – 1 of 1) sorted by relevance
3775 TIntermTyped *argSamp = argAggregate->getSequence()[0]->getAsTyped(); // sampler in decomposeSampleMethods() local3783 const TSampler &sampler = argSamp->getType().getSampler(); in decomposeSampleMethods()3802 tex->getSequence().push_back(argSamp); // sampler in decomposeSampleMethods()3855 TIntermTyped* argSamp = argAggregate->getSequence()[1]->getAsTyped(); in decomposeSampleMethods() local3873 TIntermAggregate* txcombine = handleSamplerTextureCombine(loc, argTex, argSamp); in decomposeSampleMethods()3893 TIntermTyped* argSamp = argAggregate->getSequence()[1]->getAsTyped(); in decomposeSampleMethods() local3907 TIntermAggregate* txcombine = handleSamplerTextureCombine(loc, argTex, argSamp); in decomposeSampleMethods()4058 TIntermTyped* argSamp = argAggregate->getSequence()[1]->getAsTyped(); in decomposeSampleMethods() local4064 if (argSamp->getType().getBasicType() != EbtSampler) { in decomposeSampleMethods()4070 if (! argSamp->getType().getSampler().isShadow()) { in decomposeSampleMethods()[all …]