Searched refs:pInputVec (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | pa_avx.cpp | 389 … const float* pInputVec = (const float*)(&PaGetSimdVector_simd16(pa, input_vec, slot)[i]); in PaPatchListSingle() local 391 const float* pInputVec = (const float*)(&PaGetSimdVector(pa, input_vec, slot)[i]); in PaPatchListSingle() 393 pOutVec[cp * 4 + i] = pInputVec[input_lane]; in PaPatchListSingle() 440 … const float* pInputVec = (const float*)(&PaGetSimdVector_simd16(pa, input_vec, slot)[i]); in PaPatchListTerm() local 446 const float* pInputVec = (const float*)(&PaGetSimdVector(pa, input_vec, slot)[i]); in PaPatchListTerm() 448 vec[lane] = pInputVec[input_lane]; in PaPatchListTerm() 499 const float* pInputVec = (const float*)(&PaGetSimdVector(pa, input_vec, slot)[i]); in PaPatchListTerm_simd16() local 500 vec[lane] = pInputVec[input_lane]; in PaPatchListTerm_simd16()
|