Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dclip.h36 extern THREAD SIMDVERTEX_T<SIMD256> tlsTempVertices[7];
38 extern THREAD SIMDVERTEX_T<SIMD512> tlsTempVertices_simd16[7];
287 static SIMDVERTEX_T<SIMD256> *GetTempVertices()
297 static SIMDVERTEX_T<SIMD512> *GetTempVertices()
444 SIMDVERTEX_T<SIMD_T> vertices[7]; // maximum 7 verts generated per triangle
545 0 * sizeof(SIMDVERTEX_T<SIMD_T>), // unused lane
546 6 * sizeof(SIMDVERTEX_T<SIMD_T>),
547 5 * sizeof(SIMDVERTEX_T<SIMD_T>),
548 4 * sizeof(SIMDVERTEX_T<SIMD_T>),
549 3 * sizeof(SIMDVERTEX_T<SIMD_T>),
[all …]
Dclip.cpp35 THREAD SIMDVERTEX_T<SIMD256> tlsTempVertices[7];
37 THREAD SIMDVERTEX_T<SIMD512> tlsTempVertices_simd16[7];
Dstate.h211 struct SIMDVERTEX_T struct