Searched refs:pInterpA (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdintrin.h230 const float* pInterpA = &pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; local in function:InterpolateComponent
234 if ((pInterpA[0] == pInterpB[0]) && (pInterpA[0] == pInterpC[0]))
238 return _simd_broadcast_ss(pInterpA);
241 simdscalar vA = _simd_broadcast_ss(pInterpA);
257 const float* pInterpA = &pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; local in function:InterpolateComponentFlat
259 simdscalar vA = _simd_broadcast_ss(pInterpA);
287 const float* pInterpA = &pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; local in function:InterpolateComponent
291 if ((pInterpA[0] == pInterpB[0]) && (pInterpA[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdintrin.h281 const float* pInterpA = &pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; local in function:InterpolateComponent
285 simdscalar vA = _simd_broadcast_ss(pInterpA);
301 const float* pInterpA = &pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; local in function:InterpolateComponentFlat
303 simdscalar vA = _simd_broadcast_ss(pInterpA);
331 const float* pInterpA = &pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; local in function:InterpolateComponent
335 simd4scalar vA = SIMD128::broadcast_ss(pInterpA);

Completed in 3 milliseconds