Searched refs:pInterpBuffer (Results 1 – 1 of 1) sorted by relevance
267 …scalar InterpolateComponent(simdscalar const &vI, simdscalar const &vJ, const float *pInterpBuffer) in InterpolateComponent() argument269 const float *pInterpA = &pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; in InterpolateComponent()270 const float *pInterpB = &pInterpBuffer[Attrib * 3 * numComponents + numComponents + Comp]; in InterpolateComponent()271 const float *pInterpC = &pInterpBuffer[Attrib * 3 * numComponents + numComponents * 2 + Comp]; in InterpolateComponent()287 static SIMDINLINE simdscalar InterpolateComponentFlat(const float *pInterpBuffer) in InterpolateComponentFlat() argument289 const float *pInterpA = &pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; in InterpolateComponentFlat()302 …alar InterpolateComponent(simd4scalar const &vI, simd4scalar const &vJ, const float *pInterpBuffer) in InterpolateComponent() argument304 const float *pInterpA = &pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; in InterpolateComponent()305 const float *pInterpB = &pInterpBuffer[Attrib * 3 * numComponents + numComponents + Comp]; in InterpolateComponent()306 const float *pInterpC = &pInterpBuffer[Attrib * 3 * numComponents + numComponents * 2 + Comp]; in InterpolateComponent()