Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1119 Value* pZeroPitchMask = ICMP_EQ(vStride, VIMMED1(0)); in JitGatherVertices() local
1120 vCurIndices = SELECT(pZeroPitchMask, VIMMED1(0), vCurIndices); in JitGatherVertices()