Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp675 Value* vMaxVertex = VBROADCAST(maxVertex); in JitGatherVertices() local
676 Value* vPartialOOBMask = ICMP_EQ(vCurIndices, vMaxVertex); in JitGatherVertices()
679 Value* vMaxGatherMask = ICMP_ULT(vCurIndices, vMaxVertex); in JitGatherVertices()