Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1127 Value* vMaxGatherMask = ICMP_ULT(vCurIndices, vMaxVertex); in JitGatherVertices() local
1137 vGatherMask = AND(vMaxGatherMask, vMinGatherMask); in JitGatherVertices()
1141 vGatherMask = vMaxGatherMask; in JitGatherVertices()