Searched refs:PaPatchList (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | pa_avx.cpp | 472 static bool PaPatchList(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]) in PaPatchList() function 475 PaPatchList<TotalControlPoints, CurrentControlPoints + 1>, in PaPatchList() 528 PaPatchList<TotalControlPoints>, in PaPatchListTerm() 543 PaPatchList<TotalControlPoints, CurrentControlPoints + 1>, in PaPatchList_simd16() 579 PaPatchList<TotalControlPoints>, in PaPatchListTerm_simd16() 591 bool PaPatchList<N, N>(PA_STATE_OPT & pa, uint32_t slot, simdvector verts[]) \ 2847 this->pfnPaFunc = PaPatchList<1>; in PA_STATE_OPT() 2853 this->pfnPaFunc = PaPatchList<2>; in PA_STATE_OPT() 2859 this->pfnPaFunc = PaPatchList<3>; in PA_STATE_OPT() 2865 this->pfnPaFunc = PaPatchList<4>; in PA_STATE_OPT() [all …]
|