Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1113 Value *vGatherMask2 = EXTRACT_16(vGatherMask16, 1); in JitGatherVertices() local
1169 … CreateGatherOddFormats((SWR_FORMAT)ied.Format, vGatherMask2, pStreamBase, vOffsets2, pResults2); in JitGatherVertices()
1400 … Value *vMaskLo2 = VSHUFFLE(vGatherMask2, VUNDEF(mInt1Ty, 8), C({ 0, 1, 2, 3 })); in JitGatherVertices()
1402 … Value *vMaskHi2 = VSHUFFLE(vGatherMask2, VUNDEF(mInt1Ty, 8), C({ 4, 5, 6, 7 })); in JitGatherVertices()