Home | History | Annotate | Download | only in core

Lines Matching refs:SIMDVERTEX_T

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 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>),
550 2 * sizeof(SIMDVERTEX_T<SIMD_T>),
551 1 * sizeof(SIMDVERTEX_T<SIMD_T>),
552 0 * sizeof(SIMDVERTEX_T<SIMD_T>));
566 SIMDVERTEX_T<SIMD_T> *transposedPrims = reinterpret_cast<SIMDVERTEX_T<SIMD_T> *>(AlignedMalloc(sizeof(SIMDVERTEX_T<SIMD_T>) * 2, 64));
569 SIMDVERTEX_T<SIMD_T> transposedPrims[2];
746 const uint32_t simdVertexStride = sizeof(SIMDVERTEX_T<SIMD_T>);