Searched refs:mm_mullo_epi32 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_tri.c | 289 c = _mm_add_epi32(c, mm_mullo_epi32(dcdx, _mm_set1_epi32(x))); in lp_rast_triangle_3_16() 290 c = _mm_add_epi32(c, mm_mullo_epi32(dcdy, _mm_set1_epi32(y))); in lp_rast_triangle_3_16() 398 c = _mm_add_epi32(c, mm_mullo_epi32(dcdx, _mm_set1_epi32(x))); in lp_rast_triangle_3_4() 399 c = _mm_add_epi32(c, mm_mullo_epi32(dcdy, _mm_set1_epi32(y))); in lp_rast_triangle_3_4()
|
D | lp_setup_tri.c | 377 c = _mm_sub_epi32(mm_mullo_epi32(dcdx, vertx), in do_triangle_ccw() 378 mm_mullo_epi32(dcdy, verty)); in do_triangle_ccw()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_sse.h | 204 static INLINE __m128i mm_mullo_epi32(const __m128i a, const __m128i b) in mm_mullo_epi32() function
|