Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp795 Value* vGatherMask = ICMP_ULT(vCurIndices, vMaxVertex); in JitGatherVertices() local
798 vGatherMask = SELECT(vPartialOOBMask, vElementInBoundsMask, vGatherMask); in JitGatherVertices()
799 Value* pMask = vGatherMask; in JitGatherVertices()
800 vGatherMask = VMASK(vGatherMask); in JitGatherVertices()
851 vMask = vGatherMask; in JitGatherVertices()
864 vMask = vGatherMask; in JitGatherVertices()
893 Value *vMask = vGatherMask; in JitGatherVertices()
1021 … Value* vGatherResult = GATHERDD(gatherSrc, pStreamBase, vOffsets, vGatherMask, C((char)1)); in JitGatherVertices()
1042 vMask = vGatherMask; in JitGatherVertices()
1055 vMask = vGatherMask; in JitGatherVertices()
[all …]