/external/skia/tests/ |
ColorTest.cpp | 106 for (int dst_r = 0; dst_r <= 31; ++dst_r) { 108 uint16_t dc = SkPackRGB16(dst_r, dst_g, dst_r);
|
/external/pixman/pixman/ |
pixman-arm-neon-asm.h | 442 pld [DST_R, #(PREFETCH_DISTANCE_SIMPLE * dst_r_bpp / 8)] 464 tst DST_R, #0xF 471 tst DST_R, #lowbit 477 pixld_a (lowbit * 8 / dst_r_bpp), dst_r_bpp, dst_r_basereg, DST_R 479 add DST_R, DST_R, #lowbit 539 pixld_a chunk_size, dst_r_bpp, dst_r_basereg, DST_R 541 pixld chunk_size, dst_r_bpp, dst_r_basereg, DST_R 603 mov DST_R, DST_W 686 DST_R .req r6 /* destination buffer pointer for reads * [all...] |
pixman-arm-neon-asm.S | 214 * vld1.16 {d4, d5}, [DST_R, :128]! 227 * New things here are DST_R, DST_W, SRC and MASK identifiers. These 230 * destination buffer (DST_R and DST_W). 255 vld1.16 {d4, d5}, [DST_R, :128]! 299 vld1.16 {d4, d5}, [DST_R, :128]! 390 vld1.16 {d4, d5}, [DST_R, :128]! 513 vld1.8 {d4, d5, d6, d7}, [DST_R, :128]! 545 vld1.32 {d4, d5, d6, d7}, [DST_R, :128]! 604 vld4.8 {d4, d5, d6, d7}, [DST_R, :128]! 656 vld4.8 {d4, d5, d6, d7}, [DST_R, :128] [all...] |
/external/chromium_org/third_party/skia/src/opts/ |
SkBlitRow_opts_arm_neon.cpp | 916 uint16x8_t dst_r, dst_g, dst_b; local [all...] |
/external/skia/src/opts/ |
SkBlitRow_opts_arm_neon.cpp | 916 uint16x8_t dst_r, dst_g, dst_b; local [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_utils.cpp | 556 int& dst_r = dst.right; local 576 if(dst_r > sci_r) { 577 rightCutRatio = (float)(dst_r - sci_r) / (float)dst_w; 578 dst_r = sci_r; [all...] |
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_utils.cpp | 516 int& dst_r = dst.right; local 536 if(dst_r > sci_r) { 537 rightCutRatio = (float)(dst_r - sci_r) / (float)dst_w; 538 dst_r = sci_r; [all...] |
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_utils.cpp | 517 int& dst_r = dst.right; local 537 if(dst_r > sci_r) { 538 rightCutRatio = (double)(dst_r - sci_r) / (double)dst_w; 539 dst_r = sci_r; [all...] |