Searched refs:pInterpBuffer (Results 1 – 1 of 1) sorted by relevance
228 const float* pInterpBuffer) in InterpolateComponent() argument230 const float* pInterpA = &pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; in InterpolateComponent()231 const float* pInterpB = &pInterpBuffer[Attrib * 3 * numComponents + numComponents + Comp]; in InterpolateComponent()232 const float* pInterpC = &pInterpBuffer[Attrib * 3 * numComponents + numComponents * 2 + Comp]; in InterpolateComponent()255 static SIMDINLINE simdscalar InterpolateComponentFlat(const float* pInterpBuffer) in InterpolateComponentFlat() argument257 const float* pInterpA = &pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; in InterpolateComponentFlat()268 static SIMDINLINE simdscalari InterpolateComponentFlatInt(const uint32_t* pInterpBuffer) in InterpolateComponentFlatInt() argument270 const uint32_t interpA = pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; in InterpolateComponentFlatInt()285 const float* pInterpBuffer) in InterpolateComponent() argument287 const float* pInterpA = &pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; in InterpolateComponent()[all …]