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.cpp423 Value* calcInstance = UDIV(curInstance, stepRate); in JitLoadVertices() local
426 calcInstance = SELECT(isNonZeroStep, calcInstance, C(0)); in JitLoadVertices()
428 vCurIndices = VBROADCAST(calcInstance); in JitLoadVertices()
984 Value* calcInstance = UDIV(curInstance, stepRate); in JitGatherVertices() local
987 calcInstance = SELECT(isNonZeroStep, calcInstance, C(0)); in JitGatherVertices()
990 vCurIndices16 = VBROADCAST_16(calcInstance); in JitGatherVertices()
992 vCurIndices = VBROADCAST(calcInstance); in JitGatherVertices()