Searched refs:PaPatchList (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | pa_avx.cpp | 399 static bool PaPatchList(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]) in PaPatchList() function 403 PaPatchList<TotalControlPoints, CurrentControlPoints + 1>, in PaPatchList() 456 PaPatchList<TotalControlPoints>, in PaPatchListTerm() 472 PaPatchList<TotalControlPoints, CurrentControlPoints + 1>, in PaPatchList_simd16() 509 PaPatchList<TotalControlPoints>, in PaPatchListTerm_simd16() 520 template<> bool PaPatchList<N, N>(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[])\ 2675 this->pfnPaFunc = PaPatchList<1>; in PA_STATE_OPT() 2681 this->pfnPaFunc = PaPatchList<2>; in PA_STATE_OPT() 2687 this->pfnPaFunc = PaPatchList<3>; in PA_STATE_OPT() 2693 this->pfnPaFunc = PaPatchList<4>; in PA_STATE_OPT() [all …]
|