Searched refs:PaLineStrip1 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | pa_avx.cpp | 404 bool PaLineStrip1(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]); 1815 PaLineStrip1(pa, slot, verts); in PaLineLoop1() 2133 SetNextPaState(pa, PaLineStrip1, PaLineStripSingle0); in PaLineStrip0() 2137 bool PaLineStrip1(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]) in PaLineStrip1() function 2192 SetNextPaState(pa, PaLineStrip1, PaLineStripSingle0, 0, PA_STATE_OPT::SIMD_WIDTH); in PaLineStrip1() 2199 SetNextPaState_simd16(pa, PaLineStrip1_simd16, PaLineStrip1, PaLineStripSingle0); in PaLineStrip0_simd16() 2233 …SetNextPaState_simd16(pa, PaLineStrip1_simd16, PaLineStrip1, PaLineStripSingle0, 0, PA_STATE_OPT::… in PaLineStrip1_simd16()
|