Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa_avx.cpp2461 …simdscalar v2_lo; // verts[2] needs to be { v2, w, v5, x, v8, … in PaRectList1_simd16() local
2482 v2_lo = _mm256_permute_ps(tmp0, 0x30); // v2 = { *, *, *, *, v8, *, v11, * } in PaRectList1_simd16()
2484 v2_lo = _mm256_blend_ps(tmp1, v2_lo, 0xF0); in PaRectList1_simd16()
2488 … tmp2 = _mm256_add_ps(tmp2, v2_lo); // tmp2 = { w, *, x, *, y, *, z, * } in PaRectList1_simd16()
2490v2_lo = _mm256_blend_ps(v2_lo, tmp2, 0xAA); // v2 = { v2, w, v5, x, v8, y, v11, z } in PaRectList1_simd16()
2494 v2[i] = _simd16_insert_ps(_simd16_setzero_ps(), v2_lo, 0); in PaRectList1_simd16()