Home
last modified time | relevance | path

Searched refs:vxy1xy0 (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
1038 vxy1xy0 = _mm_movelh_ps(v1r, vxy0xy2); in calc_fixed_position()
1040 vxy1xy0 = _mm_sub_ps(vxy1xy0, pix_offset); in calc_fixed_position()
1042 vxy1xy0 = _mm_mul_ps(vxy1xy0, fixed_one); in calc_fixed_position()
1044 vxy1xy0i = _mm_cvtps_epi32(vxy1xy0); in calc_fixed_position()

Completed in 2 milliseconds