Searched refs:dst_c (Results 1 - 5 of 5) sorted by path

/system/core/libpixelflinger/tests/arch-arm64/col32cb16blend/
H A Dcol32cb16blend_test.c86 uint16_t dst_c[16], dst_asm[16]; local
95 memset(dst_c, 0, sizeof(dst_c));
100 dst_c[j] = test.dst_color;
105 scanline_col32cb16blend_c(dst_c, test.src_color, test.count);
109 if(memcmp(dst_c, dst_asm, sizeof(dst_c)) == 0)
116 printf("dst_c[%d] = %x, dst_asm[%d] = %x \n", j, dst_c[j], j, dst_asm[j]);
/system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/
H A Dt32cb16blend_test.c93 uint16_t dst_c[16], dst_asm[16]; local
104 memset(dst_c, 0, sizeof(dst_c));
109 dst_c[j] = test.dst_color;
114 scanline_t32cb16blend_c(dst_c,src,test.count);
118 if(memcmp(dst_c, dst_asm, sizeof(dst_c)) == 0)
125 printf("dst_c[%d] = %x, dst_asm[%d] = %x \n", j, dst_c[j], j, dst_asm[j]);
/system/core/libpixelflinger/tests/arch-mips/col32cb16blend/
H A Dcol32cb16blend_test.c87 uint16_t dst_c[16], dst_asm[16]; local
96 memset(dst_c, 0, sizeof(dst_c));
101 dst_c[j] = test.dst_color;
106 scanline_col32cb16blend_c(dst_c, test.src_color, test.count);
109 if(memcmp(dst_c, dst_asm, sizeof(dst_c)) == 0)
116 printf("dst_c[%d] = %x, dst_asm[%d] = %x \n", j, dst_c[j], j, dst_asm[j]);
/system/core/libpixelflinger/tests/arch-mips/t32cb16blend/
H A Dt32cb16blend_test.c93 uint16_t dst_c[16], dst_asm[16]; local
104 memset(dst_c, 0, sizeof(dst_c));
109 dst_c[j] = test.dst_color;
114 scanline_t32cb16blend_c(dst_c,src,test.count);
118 if(memcmp(dst_c, dst_asm, sizeof(dst_c)) == 0)
125 printf("dst_c[%d] = %x, dst_asm[%d] = %x \n", j, dst_c[j], j, dst_asm[j]);
/system/core/libpixelflinger/tests/arch-mips64/col32cb16blend/
H A Dcol32cb16blend_test.c87 uint16_t dst_c[16], dst_asm[16]; local
96 memset(dst_c, 0, sizeof(dst_c));
101 dst_c[j] = test.dst_color;
106 scanline_col32cb16blend_c(dst_c, test.src_color, test.count);
109 if(memcmp(dst_c, dst_asm, sizeof(dst_c)) == 0)
116 printf("dst_c[%d] = %x, dst_asm[%d] = %x \n", j, dst_c[j], j, dst_asm[j]);

Completed in 9 milliseconds