Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_sse.h449 * weight_lo and weight_hi should be a 8 x i16 vectors, in 8.8 fixed point
457 const __m128i * restrict weight_hi) in util_sse2_lerp_epi8_fixed88()
471 dst_hi = util_sse2_lerp_epi16(*weight_hi, src0_hi, src1_hi); in util_sse2_lerp_epi8_fixed88()
490 __m128i weight_hi = _mm_unpackhi_epi8(weight, zero); in util_sse2_lerp_epi8_fixed08() local
493 &weight_lo, &weight_hi); in util_sse2_lerp_epi8_fixed08()
509 __m128i weight_hi = _mm_unpackhi_epi8(weight, zero); in util_sse2_lerp_unorm8() local
516 weight_hi = _mm_add_epi16(weight_hi, _mm_srli_epi16(weight_hi, 7)); in util_sse2_lerp_unorm8()
520 &weight_lo, &weight_hi); in util_sse2_lerp_unorm8()
455 util_sse2_lerp_epi8_fixed88(__m128i src0, __m128i src1, const __m128i * restrict weight_lo, const __m128i * restrict weight_hi) util_sse2_lerp_epi8_fixed88() argument
619 __m128i weight_lo, weight_hi; util_sse2_stretch_row_8unorm() local
[all...]

Completed in 2 milliseconds