Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1080 Value *vMaxGatherMask16 = ICMP_ULT(vCurIndices16, vMaxVertex16); in JitGatherVertices() local
1091 vGatherMask16 = AND(vMaxGatherMask16, vMinGatherMask16); in JitGatherVertices()
1095 vGatherMask16 = vMaxGatherMask16; in JitGatherVertices()