Home
last modified time | relevance | path

Searched refs:argSamp (Results 1 – 1 of 1) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp3775 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()
[all …]