Searched refs:vPartialOOBMask (Results 1 – 1 of 1) sorted by relevance
1077 Value *vPartialOOBMask = ICMP_EQ(vCurIndices16, vMaxVertex16); in JitGatherVertices() local1099 vGatherMask16 = SELECT(vPartialOOBMask, vElementInBoundsMask, vGatherMask16); in JitGatherVertices()1124 Value* vPartialOOBMask = ICMP_EQ(vCurIndices, vMaxVertex); in JitGatherVertices() local1145 vGatherMask = SELECT(vPartialOOBMask, vElementInBoundsMask, vGatherMask); in JitGatherVertices()