Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp4168 TIntermAggregate* txfetch = new TIntermAggregate(fetchOp); in decomposeSampleMethods() local
4171 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()