/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_masking.c | 62 const GLuint *dst = (const GLuint *) rbPixels; local 66 src[i] = (src[i] & srcMask) | (dst[i] & dstMask); 76 const GLushort (*dst)[4] = (const GLushort (*)[4]) rbPixels; 80 src[i][RCOMP] = (src[i][RCOMP] & rMask) | (dst[i][RCOMP] & ~rMask); 81 src[i][GCOMP] = (src[i][GCOMP] & gMask) | (dst[i][GCOMP] & ~gMask); 82 src[i][BCOMP] = (src[i][BCOMP] & bMask) | (dst[i][BCOMP] & ~bMask); 83 src[i][ACOMP] = (src[i][ACOMP] & aMask) | (dst[i][ACOMP] & ~aMask); 92 const GLuint (*dst)[4] = (const GLuint (*)[4]) rbPixels; 96 src[i][RCOMP] = (src[i][RCOMP] & rMask) | (dst[i][RCOMP] & ~rMask); 97 src[i][GCOMP] = (src[i][GCOMP] & gMask) | (dst[i][GCOMP] & ~gMask) [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrTemplates.h | 16 template <typename Dst, typename Src> Dst GrTCast(Src src) { 19 Dst dst; member in union:__anon14200 22 return data.dst;
|
/external/compiler-rt/lib/ppc/ |
gcc_qdiv.c | 15 DD dst = { .ld = a }, src = { .ld = b }; local 17 register double x = dst.s.hi, x1 = dst.s.lo, 27 dst.s.hi = q; 28 dst.s.lo = 0.0; 29 return dst.ld; 34 dst.s.hi = q; 35 dst.s.lo = 0.0; 36 return dst.ld; 51 dst.s.lo = (q - x) + tmp [all...] |
gcc_qmul.c | 15 DD dst = { .ld = x }, src = { .ld = y }; local 17 register double A = dst.s.hi, a = dst.s.lo, 27 dst.s.hi = ab; 28 dst.s.lo = 0.0; 29 return dst.ld; 34 dst.s.hi = ab; 35 dst.s.lo = 0.0; 36 return dst.ld; 49 dst.s.lo = (ab - tau) + tmp [all...] |
/external/dropbear/libtommath/ |
bn_mp_karatsuba_sqr.c | 56 register mp_digit *dst, *src; local 61 dst = x0.dp; 63 *dst++ = *src++; 66 dst = x1.dp; 68 *dst++ = *src++;
|
/external/ipsec-tools/src/racoon/ |
str2val.c | 85 char *dst; local 103 if ((dst = racoon_malloc(i)) == NULL) 108 for (rp = dst, p = str; *p != '\0'; p++) { 125 return(dst);
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ipt_iprange.h | 17 struct ipt_iprange dst; member in struct:ipt_iprange_info
|
/external/libppp/src/ |
route.h | 51 struct ncprange dst; member in struct:sticky_route
|
/external/libvpx/libvpx/vp8/encoder/ |
encodeintra.c | 56 int dst_stride = x->e_mbd.dst.y_stride; 57 unsigned char *dst = x->e_mbd.dst.y_buffer + b->offset; local 58 unsigned char *Above = dst - dst_stride; 59 unsigned char *yleft = dst - 1; 73 vp8_short_idct4x4llm(b->dqcoeff, b->predictor, 16, dst, dst_stride); 77 vp8_dc_only_idct_add(b->dqcoeff[0], b->predictor, 16, dst, dst_stride); 86 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16); 99 xd->dst.y_buffer - xd->dst.y_stride [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_findnearmv.c | 58 int dst = 0, n; local 61 dst_list[dst++].as_int = bmi[0].as_mv[ref_idx].as_int; 62 for (n = 0; dst < MAX_MV_REF_CANDIDATES && 65 dst_list[dst++].as_int = mv_list[n].as_int; 67 int dst = 0, n; local 71 dst_list[dst++].as_int = bmi[2].as_mv[ref_idx].as_int; 73 dst_list[dst++].as_int = bmi[1].as_mv[ref_idx].as_int; 74 if (dst < MAX_MV_REF_CANDIDATES && 76 dst_list[dst++].as_int = bmi[0].as_mv[ref_idx].as_int; 77 for (n = 0; dst < MAX_MV_REF_CANDIDATES & [all...] |
/external/linux-tools-perf/util/ |
alias.c | 27 int src, dst, count = 0, size = 16; local 34 for (src = dst = 0; cmdline[src];) { 37 cmdline[dst++] = 0; 45 (*argv)[count++] = cmdline + dst; 62 cmdline[dst++] = c; 67 cmdline[dst] = 0;
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_scan.c | 133 const struct tgsi_full_dst_register *dst = &fullinst->Dst[i]; local 134 if (dst->Register.Indirect) { 135 info->indirect_files |= (1 << dst->Register.File); 303 const struct tgsi_full_dst_register *dst = local 304 &fullinst->Dst[0]; 310 dst->Register.File != TGSI_FILE_OUTPUT || 311 src->Register.Index != dst->Register.Index || 321 dst->Register.WriteMask != TGSI_WRITEMASK_XYZW)
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_misc.c | 76 struct pipe_framebuffer_state *dst = &svga->curr.framebuffer; local 80 dst->width = fb->width; 81 dst->height = fb->height; 82 dst->nr_cbufs = fb->nr_cbufs; 86 if (dst->cbufs[i] && dst->cbufs[i] != fb->cbufs[i]) 87 if (svga_surface_needs_propagation(dst->cbufs[i])) 96 if (dst->cbufs[i] && dst->cbufs[i] != fb->cbufs[i]) 97 svga_propagate_surface(svga, dst->cbufs[i]) [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
api_transform.c | 83 struct matrix *dst, src; local 93 dst = vg_state_matrix(&ctx->state.vg); 99 matrix_mult(dst, &src); 106 struct matrix *dst = vg_state_matrix(&ctx->state.vg); local 107 matrix_translate(dst, tx, ty); 113 struct matrix *dst = vg_state_matrix(&ctx->state.vg); local 114 matrix_scale(dst, sx, sy); 120 struct matrix *dst = vg_state_matrix(&ctx->state.vg); local 121 matrix_shear(dst, shx, shy); 127 struct matrix *dst = vg_state_matrix(&ctx->state.vg) local [all...] |
vg_translate.c | 41 VGint *dst = (VGint *)dstAddr; local 48 dst[i] = r << 24 | g << 16 | b << 8 | a; 54 VGint *dst = (VGint *)dstAddr; local 61 dst[i] = r << 24 | g << 16 | b << 8 | a; 67 VGint *dst = (VGint *)dstAddr; local 74 dst[i] = r << 24 | g << 16 | b << 8 | a; 80 VGshort *dst = (VGshort *)dstAddr; local 90 dst[i] = b | g << 5 | r << 11; 96 VGshort *dst = (VGshort *)dstAddr; local 108 dst[i] = a | b << 1 | g << 6 | r << 11 114 VGshort *dst = (VGshort *)dstAddr; local 132 VGubyte *dst = (VGubyte *)dstAddr; local 143 VGint *dst = (VGint *)dstAddr; local 156 VGint *dst = (VGint *)dstAddr; local 168 VGint *dst = (VGint *)dstAddr; local 181 VGubyte *dst = (VGubyte *)dstAddr; local 191 VGubyte *dst = (VGubyte *)dstAddr; local 202 VGshort *dst = (VGshort *)dstAddr; local 219 VGshort *dst = (VGshort *)dstAddr; local 230 VGshort *dst = (VGshort *)dstAddr; local 246 VGint *dst = (VGint *)dstAddr; local 259 VGint *dst = (VGint *)dstAddr; local 278 VGint *dst = (VGint *)dstAddr; local 291 VGint *dst = (VGint *)dstAddr; local 304 VGint *dst = (VGint *)dstAddr; local 317 VGint *dst = (VGint *)dstAddr; local 330 VGint *dst = (VGint *)dstAddr; local 349 VGint *dst = (VGint *)dstAddr; local 362 VGint *dst = (VGint *)dstAddr; local 375 VGint *dst = (VGint *)dstAddr; local 390 VGint *dst = (VGint *)dstAddr; local 403 VGint *dst = (VGint *)dstAddr; local 422 VGint *dst = (VGint *)dstAddr; local 435 VGint *dst = (VGint *)dstAddr; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_copy_propagation.cpp | 29 fs_reg dst; member in struct:__anon23656::acp_entry 37 if (inst->src[arg].file != entry->dst.file || 38 inst->src[arg].reg != entry->dst.reg || 39 inst->src[arg].reg_offset != entry->dst.reg_offset) { 100 if (inst->dst.file == GRF) { 104 if (inst->overwrites_reg(entry->dst) || 113 inst->dst.file == GRF && 115 (inst->src[0].reg != inst->dst.reg || 116 inst->src[0].reg_offset != inst->dst.reg_offset)) || 118 inst->src[0].type == inst->dst.type & [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_pixel_read.c | 78 struct intel_buffer_object *dst = intel_buffer_object(pack->BufferObj); local 139 all = (width * height * src->cpp == dst->Base.Size && 145 dst_buffer = intel_bufferobj_buffer(intel, dst,
|
/external/mesa3d/src/mesa/swrast/ |
s_masking.c | 62 const GLuint *dst = (const GLuint *) rbPixels; local 66 src[i] = (src[i] & srcMask) | (dst[i] & dstMask); 76 const GLushort (*dst)[4] = (const GLushort (*)[4]) rbPixels; 80 src[i][RCOMP] = (src[i][RCOMP] & rMask) | (dst[i][RCOMP] & ~rMask); 81 src[i][GCOMP] = (src[i][GCOMP] & gMask) | (dst[i][GCOMP] & ~gMask); 82 src[i][BCOMP] = (src[i][BCOMP] & bMask) | (dst[i][BCOMP] & ~bMask); 83 src[i][ACOMP] = (src[i][ACOMP] & aMask) | (dst[i][ACOMP] & ~aMask); 92 const GLuint (*dst)[4] = (const GLuint (*)[4]) rbPixels; 96 src[i][RCOMP] = (src[i][RCOMP] & rMask) | (dst[i][RCOMP] & ~rMask); 97 src[i][GCOMP] = (src[i][GCOMP] & gMask) | (dst[i][GCOMP] & ~gMask) [all...] |
/external/opencv/cv/src/ |
cvadapthresh.cpp | 45 icvAdaptiveThreshold_MeanC( const CvMat* src, CvMat* dst, int method, 62 CV_CALL( cvSetZero( dst )); 69 if( src->data.ptr != dst->data.ptr ) 70 mean = dst; 90 uchar* d = dst->data.ptr + i*dst->step; 98 if( mean != dst ) 108 CvMat *src = 0, *dst = 0; local 119 CV_CALL( dst = cvGetMat( dstIm, &dst_stub )); 121 if( !CV_ARE_CNS_EQ( src, dst )) [all...] |
/external/pixman/pixman/ |
pixman-mips-dspr2.c | 189 uint8_t *dst = byte_line; local 191 pixman_fill_buff16_mips (dst, byte_width, _xor & 0xffff); 202 uint8_t *dst = byte_line; local 204 pixman_fill_buff32_mips (dst, byte_width, _xor); 250 uint8_t *dst = dst_bytes; local 253 pixman_mips_fast_memcpy (dst, src, byte_width); 270 uint8_t *dst = dst_bytes; local 273 pixman_mips_fast_memcpy (dst, src, byte_width);
|
/external/pixman/test/ |
pdf-op-test.c | 63 pixman_image_t *dst; local 66 dst = pixman_image_create_bits ( 69 pixman_image_composite (op, src, msk, dst, 72 pixman_image_unref (dst);
|
/external/qemu/ |
qlist.c | 43 QList *dst = opaque; local 46 qlist_append_obj(dst, obj); 51 QList *dst = qlist_new(); local 53 qlist_iter(src, qlist_copy_elem, dst); 55 return dst;
|
/external/skia/bench/ |
ColorPrivBench.cpp | 43 // Note: we really want to load src and dst here and not outside in the i-loop. 45 // work in the FourByteInterps that depends only on src and dst outside this 50 const SkPMColor dst = fDsts[i]; variable 55 junk ^= SkFastFourByteInterp(src, dst, scale); 57 junk ^= SkFastFourByteInterp256(src, dst, scale); 59 junk ^= SkFourByteInterp(src, dst, scale); 61 junk ^= SkFourByteInterp256(src, dst, scale);
|
/external/skia/gm/ |
bitmappremul.cpp | 36 uint32_t* dst = bitmap.getAddr32(0, y); local 38 dst[x] = SkPackARGB32(rowColor, rowColor, 53 uint16_t* dst = bitmap.getAddr16(0, y); local 55 dst[x] = SkPackARGB4444(rowColor, rowColor, 70 uint32_t* dst = bitmap.getAddr32(0, y); local 72 dst[x] = SkPackARGB32(rowColor, rowColor, 89 uint16_t* dst = bitmap.getAddr16(0, y); local 91 dst[x] = SkPackARGB4444(rowColor, rowColor,
|
scalebitmap.cpp | 64 SkBitmap dst; variable 65 dst.setConfig(SkBitmap::kARGB_8888_Config, fBM.width() * fScale, fBM.height() * fScale); 66 dst.allocPixels(); 67 fBM.scale(&dst); 69 canvas->drawBitmap(dst, 0, 0);
|