Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri.c308 c = _mm_add_epi32(c, mm_mullo_epi32(dcdx, _mm_set1_epi32(x))); in lp_rast_triangle_32_3_16()
309 c = _mm_add_epi32(c, mm_mullo_epi32(dcdy, _mm_set1_epi32(y))); in lp_rast_triangle_32_3_16()
410 c = _mm_add_epi32(c, mm_mullo_epi32(dcdx, _mm_set1_epi32(x))); in lp_rast_triangle_32_3_4()
411 c = _mm_add_epi32(c, mm_mullo_epi32(dcdy, _mm_set1_epi32(y))); in lp_rast_triangle_32_3_4()
/external/mesa3d/src/gallium/auxiliary/util/
Du_sse.h217 static inline __m128i mm_mullo_epi32(const __m128i a, const __m128i b) in mm_mullo_epi32() function
/external/mesa3d/docs/relnotes/
D7.10.rst1863 - llmvpipe: improve mm_mullo_epi32