Searched refs:combine4 (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | angle_test_instantiate.h | 107 #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/ |
D | angle_test_instantiate.h | 240 #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/ |
D | pixman-sse2.c | 541 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 …]
|
D | pixman-vmx.c | 468 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()
|