Searched refs:PaQuadList0 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | pa_avx.cpp | 307 bool PaQuadList0(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]); 1396 bool PaQuadList0(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]) in PaQuadList0() function 1454 SetNextPaState(pa, PaQuadList0, PaQuadListSingle0, 0, PA_STATE_OPT::SIMD_WIDTH, true); in PaQuadList1() 1489 …SetNextPaState_simd16(pa, PaQuadList0_simd16, PaQuadList0, PaQuadListSingle0, 0, PA_STATE_OPT::SIM… in PaQuadList1_simd16() 2624 this->pfnPaFunc = PaQuadList0; in PA_STATE_OPT()
|