Home
last modified time | relevance | path

Searched refs:calcInstance (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp282 Value* calcInstance = UDIV(curInstance, stepRate); in JitLoadVertices() local
285 calcInstance = SELECT(isNonZeroStep, calcInstance, C(0)); in JitLoadVertices()
287 vCurIndices = VBROADCAST(calcInstance); in JitLoadVertices()
746 Value* calcInstance = UDIV(curInstance, stepRate); in JitGatherVertices() local
749 calcInstance = SELECT(isNonZeroStep, calcInstance, C(0)); in JitGatherVertices()
751 vCurIndices = VBROADCAST(calcInstance); in JitGatherVertices()