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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp679 Value* vMinGatherMask = ICMP_UGE(vCurIndices, vMinVertex); local in function:FetchJit::JitGatherVertices
682 vGatherMask = AND(vMaxGatherMask, vMinGatherMask);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp686 Value* vMinGatherMask = ICMP_UGE(vCurIndices, vMinVertex); local in function:FetchJit::JitGatherVertices
689 vGatherMask = AND(vMaxGatherMask, vMinGatherMask);

Completed in 8 milliseconds