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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp668 Value* vMaxVertex = VBROADCAST(maxVertex); local in function:FetchJit::JitGatherVertices
669 Value* vPartialOOBMask = ICMP_EQ(vCurIndices, vMaxVertex);
672 Value* vMaxGatherMask = ICMP_ULT(vCurIndices, vMaxVertex);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp675 Value* vMaxVertex = VBROADCAST(maxVertex); local in function:FetchJit::JitGatherVertices
676 Value* vPartialOOBMask = ICMP_EQ(vCurIndices, vMaxVertex);
679 Value* vMaxGatherMask = ICMP_ULT(vCurIndices, vMaxVertex);

Completed in 9 milliseconds