Searched refs:vxy0xy2 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_tri.c | 1019 __m128 vxy0xy2, vxy1xy0; local in function:calc_fixed_position 1025 vxy0xy2 = _mm_loadh_pi(v0r, (__m64 *)v2[0]); 1027 vxy1xy0 = _mm_movelh_ps(v1r, vxy0xy2); 1028 vxy0xy2 = _mm_sub_ps(vxy0xy2, pix_offset); 1030 vxy0xy2 = _mm_mul_ps(vxy0xy2, fixed_one); 1032 vxy0xy2i = _mm_cvtps_epi32(vxy0xy2);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_tri.c | 1050 __m128 vxy0xy2, vxy1xy0; local in function:calc_fixed_position 1056 vxy0xy2 = _mm_loadh_pi(v0r, (__m64 *)v2[0]); 1058 vxy1xy0 = _mm_movelh_ps(v1r, vxy0xy2); 1059 vxy0xy2 = _mm_sub_ps(vxy0xy2, pix_offset); 1061 vxy0xy2 = _mm_mul_ps(vxy0xy2, fixed_one); 1063 vxy0xy2i = _mm_cvtps_epi32(vxy0xy2);
|
Completed in 13 milliseconds