Home
last modified time | relevance | path

Searched refs:vxy0xy2 (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c1030 __m128 vxy0xy2, vxy1xy0; in calc_fixed_position() local
1036 vxy0xy2 = _mm_loadh_pi(v0r, (__m64 *)v2[0]); in calc_fixed_position()
1038 vxy1xy0 = _mm_movelh_ps(v1r, vxy0xy2); in calc_fixed_position()
1039 vxy0xy2 = _mm_sub_ps(vxy0xy2, pix_offset); in calc_fixed_position()
1041 vxy0xy2 = _mm_mul_ps(vxy0xy2, fixed_one); in calc_fixed_position()
1043 vxy0xy2i = _mm_cvtps_epi32(vxy0xy2); in calc_fixed_position()

Completed in 3 milliseconds