Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp4242 TIntermAggregate* txgather = new TIntermAggregate(textureOp); in decomposeSampleMethods() local
4246 txgather->getSequence().push_back(txcombine); in decomposeSampleMethods()
4247 txgather->getSequence().push_back(argCoord); in decomposeSampleMethods()
4251 txgather->getSequence().push_back(argOffset); in decomposeSampleMethods()
4253 txgather->setType(node->getType()); in decomposeSampleMethods()
4254 txgather->setLoc(loc); in decomposeSampleMethods()
4255 node = txgather; in decomposeSampleMethods()
4358 TIntermAggregate* txgather = new TIntermAggregate(textureOp); in decomposeSampleMethods() local
4363 txgather->getSequence().push_back(txcombine); in decomposeSampleMethods()
4364 txgather->getSequence().push_back(argCoord); in decomposeSampleMethods()
[all …]