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.cpp1112 Value *vGatherMask = EXTRACT_16(vGatherMask16, 0); in JitGatherVertices() local
1129 Value *vGatherMask; in JitGatherVertices() local
1137 vGatherMask = AND(vMaxGatherMask, vMinGatherMask); in JitGatherVertices()
1141 vGatherMask = vMaxGatherMask; in JitGatherVertices()
1145 vGatherMask = SELECT(vPartialOOBMask, vElementInBoundsMask, vGatherMask); in JitGatherVertices()
1168 … CreateGatherOddFormats((SWR_FORMAT)ied.Format, vGatherMask, pStreamBase, vOffsets, pResults); in JitGatherVertices()
1193 … CreateGatherOddFormats((SWR_FORMAT)ied.Format, vGatherMask, pStreamBase, vOffsets, pResults); in JitGatherVertices()
1280 vGatherResult[0] = GATHERPS(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices()
1293 vGatherResult[1] = GATHERPS(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices()
1364 …ements[currentVertexElement++] = GATHERPS(gatherSrc, pStreamBase, vShiftedOffsets, vGatherMask, 2); in JitGatherVertices()
[all …]