Searched refs:isNonZeroStep (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | fetch_jit.cpp | 597 Value* isNonZeroStep = ICMP_UGT(stepRate, C(0)); local in function:FetchJit::JitGatherVertices 598 stepRate = SELECT(isNonZeroStep, stepRate, C(1)); 604 calcInstance = SELECT(isNonZeroStep, calcInstance, C(0));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | fetch_jit.cpp | 604 Value* isNonZeroStep = ICMP_UGT(stepRate, C(0)); local in function:FetchJit::JitGatherVertices 605 stepRate = SELECT(isNonZeroStep, stepRate, C(1)); 611 calcInstance = SELECT(isNonZeroStep, calcInstance, C(0));
|
Completed in 48 milliseconds