Searched refs:isNonZeroStep (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 419 Value* isNonZeroStep = ICMP_UGT(stepRate, C(0)); in JitLoadVertices() local 420 stepRate = SELECT(isNonZeroStep, stepRate, C(1)); in JitLoadVertices() 426 calcInstance = SELECT(isNonZeroStep, calcInstance, C(0)); in JitLoadVertices() 980 Value* isNonZeroStep = ICMP_UGT(stepRate, C(0)); in JitGatherVertices() local 981 stepRate = SELECT(isNonZeroStep, stepRate, C(1)); in JitGatherVertices() 987 calcInstance = SELECT(isNonZeroStep, calcInstance, C(0)); in JitGatherVertices()
|