Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1060 Value *vAlignmentOffsets = VBROADCAST_16(C(ied.AlignedByteOffset)); in JitGatherVertices() local
1064 Value *vAlignmentOffsets = VBROADCAST(C(ied.AlignedByteOffset)); in JitGatherVertices() local
1068 Value *vElementInBoundsMask = ICMP_SLE(vBpp, SUB(vPartialVertexSize, vAlignmentOffsets)); in JitGatherVertices()
1103 vOffsets16 = ADD(vOffsets16, vAlignmentOffsets); in JitGatherVertices()
1149 vOffsets = ADD(vOffsets, vAlignmentOffsets); in JitGatherVertices()