Lines Matching refs:argSamp

3775             TIntermTyped *argSamp = argAggregate->getSequence()[0]->getAsTyped();   // sampler  in decomposeSampleMethods()  local
3783 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() local
3873 TIntermAggregate* txcombine = handleSamplerTextureCombine(loc, argTex, argSamp); in decomposeSampleMethods()
3893 TIntermTyped* argSamp = argAggregate->getSequence()[1]->getAsTyped(); in decomposeSampleMethods() local
3907 TIntermAggregate* txcombine = handleSamplerTextureCombine(loc, argTex, argSamp); in decomposeSampleMethods()
4058 TIntermTyped* argSamp = argAggregate->getSequence()[1]->getAsTyped(); in decomposeSampleMethods() local
4064 if (argSamp->getType().getBasicType() != EbtSampler) { in decomposeSampleMethods()
4070 if (! argSamp->getType().getSampler().isShadow()) { in decomposeSampleMethods()
4104 TIntermAggregate* txcombine = handleSamplerTextureCombine(loc, argTex, argSamp); in decomposeSampleMethods()
4202 TIntermTyped* argSamp = argAggregate->getSequence()[1]->getAsTyped(); in decomposeSampleMethods() local
4216 TIntermAggregate* txcombine = handleSamplerTextureCombine(loc, argTex, argSamp); in decomposeSampleMethods()
4233 TIntermTyped* argSamp = argAggregate->getSequence()[1]->getAsTyped(); in decomposeSampleMethods() local
4244 TIntermAggregate* txcombine = handleSamplerTextureCombine(loc, argTex, argSamp); in decomposeSampleMethods()
4298 TIntermTyped* argSamp = argAggregate->getSequence()[arg++]->getAsTyped(); in decomposeSampleMethods() local
4313 if (argSamp->getType().getBasicType() != EbtSampler) { in decomposeSampleMethods()
4319 if (cmpValues > 0 && ! argSamp->getType().getSampler().isShadow()) { in decomposeSampleMethods()
4359 TIntermAggregate* txcombine = handleSamplerTextureCombine(loc, argTex, argSamp); in decomposeSampleMethods()
4391 if (! argSamp->getType().getSampler().isShadow()) in decomposeSampleMethods()
4405 TIntermTyped* argSamp = argAggregate->getSequence()[1]->getAsTyped(); in decomposeSampleMethods() local
4410 TIntermAggregate* txcombine = handleSamplerTextureCombine(loc, argTex, argSamp); in decomposeSampleMethods()