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.cpp608 Value* calcInstance = UDIV(curInstance, stepRate); in JitGatherVertices() local
611 calcInstance = SELECT(isNonZeroStep, calcInstance, C(0)); in JitGatherVertices()
613 vCurIndices = VBROADCAST(calcInstance); in JitGatherVertices()