Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa_avx.cpp63 void PaLineStripSingle0(PA_STATE_OPT& pa, uint32_t slot, uint32_t primIndex, __m128 lineverts[]);
610 PaLineStripSingle0(pa, slot, lineIndex, verts); in PaLineLoopSingle0()
723 SetNextPaState(pa, PaLineStrip1, PaLineStripSingle0); in PaLineStrip0()
755 SetNextPaState(pa, PaLineStrip1, PaLineStripSingle0, 0, KNOB_SIMD_WIDTH); in PaLineStrip1()
759 void PaLineStripSingle0(PA_STATE_OPT& pa, uint32_t slot, uint32_t lineIndex, __m128 verts[]) in PaLineStripSingle0() function