Home
last modified time | relevance | path

Searched refs:combine4 (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
Dangle_test_instantiate.h107 #define ANGLE_INSTANTIATE_TEST_COMBINE_4(testName, print, combine1, combine2, combine3, combine4, \ argument
112 combine1, combine2, combine3, combine4), \
114 #define ANGLE_INSTANTIATE_TEST_COMBINE_5(testName, print, combine1, combine2, combine3, combine4, \ argument
119 combine1, combine2, combine3, combine4, combine5), \
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dangle_test_instantiate.h240 #define ANGLE_INSTANTIATE_TEST_COMBINE_4(testName, print, combine1, combine2, combine3, combine4, \ argument
245 combine1, combine2, combine3, combine4), \
247 #define ANGLE_INSTANTIATE_TEST_COMBINE_5(testName, print, combine1, combine2, combine3, combine4, \ argument
252 combine1, combine2, combine3, combine4, combine5), \
/third_party/pixman/pixman/
Dpixman-sse2.c541 combine4 (const __m128i *ps, const __m128i *pm) in combine4() function
777 xmm_src_hi = combine4 ((__m128i*)ps, (__m128i*)pm); in sse2_combine_over_reverse_u()
862 xmm_src_hi = combine4 ((__m128i*) ps, (__m128i*) pm); in sse2_combine_in_u()
923 xmm_src_hi = combine4 ((__m128i*) ps, (__m128i*)pm); in sse2_combine_in_reverse_u()
985 xmm_src_hi = combine4 ((__m128i*)ps, (__m128i*)pm); in sse2_combine_out_reverse_u()
1053 xmm_src_hi = combine4 ((__m128i*) ps, (__m128i*)pm); in sse2_combine_out_u()
1134 xmm_src_hi = combine4 ((__m128i*)ps, (__m128i*)pm); in sse2_combine_atop_u()
1218 xmm_src_hi = combine4 ((__m128i*)ps, (__m128i*)pm); in sse2_combine_atop_reverse_u()
1306 xmm_src = combine4 ((__m128i*) ps, (__m128i*) pm); in sse2_combine_xor_u()
1381 s = combine4 ((__m128i*)ps, (__m128i*)pm); in sse2_combine_add_u()
[all …]
Dpixman-vmx.c468 combine4 (const uint32_t* ps, const uint32_t* pm) in combine4() function
2941 vsrc = combine4 ((const uint32_t *) &tmp, pm); in scaled_nearest_scanline_vmx_8888_8888_OVER()