Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa_avx.cpp100 static bool PaPatchList(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]) in PaPatchList() function
104 PaPatchList<TotalControlPoints, CurrentControlPoints + 1>, in PaPatchList()
140 PaPatchList<TotalControlPoints>, in PaPatchListTerm()
150 template<> bool PaPatchList<N, N>(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[])\
1039 this->pfnPaFunc = PaPatchList<1>; in PA_STATE_OPT()
1042 this->pfnPaFunc = PaPatchList<2>; in PA_STATE_OPT()
1045 this->pfnPaFunc = PaPatchList<3>; in PA_STATE_OPT()
1048 this->pfnPaFunc = PaPatchList<4>; in PA_STATE_OPT()
1051 this->pfnPaFunc = PaPatchList<5>; in PA_STATE_OPT()
1054 this->pfnPaFunc = PaPatchList<6>; in PA_STATE_OPT()
[all …]