Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp542 Value* vGather; in GATHERPS() local
549 vGather = VGATHERPS(vSrc,pBase,vIndices,vMask,scale); in GATHERPS()
559 vGather = VUNDEF_F(); in GATHERPS()
576 vGather = VINSERT(vGather,val,C(i)); in GATHERPS()
581 return vGather; in GATHERPS()
594 Value* vGather; in GATHERDD() local
599 vGather = VGATHERDD(vSrc, pBase, vIndices, vMask, scale); in GATHERDD()
609 vGather = VUNDEF_I(); in GATHERDD()
626 vGather = VINSERT(vGather, val, C(i)); in GATHERDD()
631 return vGather; in GATHERDD()
[all …]