Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa_avx.cpp461 const float* pInputVec = in PaPatchListSingle() local
464 const float* pInputVec = (const float*)(&PaGetSimdVector(pa, input_vec, slot)[i]); in PaPatchListSingle()
466 pOutVec[cp * 4 + i] = pInputVec[input_lane]; in PaPatchListSingle()
512 const float* pInputVec = in PaPatchListTerm() local
519 const float* pInputVec = (const float*)(&PaGetSimdVector(pa, input_vec, slot)[i]); in PaPatchListTerm()
521 vec[lane] = pInputVec[input_lane]; in PaPatchListTerm()
570 const float* pInputVec = (const float*)(&PaGetSimdVector(pa, input_vec, slot)[i]); in PaPatchListTerm_simd16() local
571 vec[lane] = pInputVec[input_lane]; in PaPatchListTerm_simd16()