HomeSort by relevance Sort by last modified time
    Searched refs:dst_asm (Results 1 - 2 of 2) sorted by null

  /system/core/libpixelflinger/tests/arch-arm64/col32cb16blend/
col32cb16blend_test.c 86 uint16_t dst_c[16], dst_asm[16]; local
96 memset(dst_asm, 0, sizeof(dst_asm));
101 dst_asm[j] = test.dst_color;
106 scanline_col32cb16blend_arm64(dst_asm, 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/
t32cb16blend_test.c 93 uint16_t dst_c[16], dst_asm[16]; local
105 memset(dst_asm, 0, sizeof(dst_asm));
110 dst_asm[j] = test.dst_color;
115 scanline_t32cb16blend_arm64(dst_asm,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]);

Completed in 76 milliseconds