Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri.c281 c = _mm_add_epi32(c, mm_mullo_epi32(dcdx, _mm_set1_epi32(x))); in lp_rast_triangle_32_3_16()
282 c = _mm_add_epi32(c, mm_mullo_epi32(dcdy, _mm_set1_epi32(y))); in lp_rast_triangle_32_3_16()
383 c = _mm_add_epi32(c, mm_mullo_epi32(dcdx, _mm_set1_epi32(x))); in lp_rast_triangle_32_3_4()
384 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