Searched refs:isNonZeroStep (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 278 Value* isNonZeroStep = ICMP_UGT(stepRate, C(0)); in JitLoadVertices() local 279 stepRate = SELECT(isNonZeroStep, stepRate, C(1)); in JitLoadVertices() 285 calcInstance = SELECT(isNonZeroStep, calcInstance, C(0)); in JitLoadVertices() 742 Value* isNonZeroStep = ICMP_UGT(stepRate, C(0)); in JitGatherVertices() local 743 stepRate = SELECT(isNonZeroStep, stepRate, C(1)); in JitGatherVertices() 749 calcInstance = SELECT(isNonZeroStep, calcInstance, C(0)); in JitGatherVertices()
|