Searched refs:SIMDVERTEX_T (Results 1 – 3 of 3) sorted by relevance
36 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 triangle545 0 * sizeof(SIMDVERTEX_T<SIMD_T>), // unused lane546 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 …]
35 THREAD SIMDVERTEX_T<SIMD256> tlsTempVertices[7];37 THREAD SIMDVERTEX_T<SIMD512> tlsTempVertices_simd16[7];
211 struct SIMDVERTEX_T struct