HomeSort by relevance Sort by last modified time
    Searched defs:dst (Results 851 - 875 of 1474) sorted by null

<<31323334353637383940>>

  /development/ndk/platforms/android-3/include/linux/
skbuff.h 134 struct dst_entry *dst; member in struct:sk_buff
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 747 char *dst = tmpBuf; local
749 memcpy(dst, src, dst_line_len);
751 dst += dst_line_len;
  /external/chromium_org/ash/
root_window_controller.cc 113 // Reparents the appropriate set of windows from |src| to |dst|.
114 void ReparentAllWindows(aura::Window* src, aura::Window* dst) {
129 aura::Window* dst_container = Shell::GetContainer(dst, id);
484 void RootWindowController::MoveWindowsTo(aura::Window* dst) {
488 ReparentAllWindows(root_window(), dst); local
    [all...]
  /external/chromium_org/media/base/android/
media_codec_bridge.cc 417 void* dst,
428 memcpy(dst, src_data, dst_size);
435 uint8* dst = NULL; local
437 GetInputBuffer(index, &dst, &capacity);
438 CHECK(dst);
446 memcpy(dst, data, size);
  /external/chromium_org/skia/ext/
image_operations_unittest.cc 682 SkBitmap dst = skia::ImageOperations::Resize( local
686 SkAutoLockPixels dst_lock(dst);
721 SkColor dst_color = *dst.getAddr32(dst_x, dst_y);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.cpp 850 SkRect dst; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
olsontz.cpp 221 // year boundary, SimpleTimeZone may return false result when DST is observed at the
420 int32_t raw, dst; local
422 FALSE, raw, dst, ec);
461 U_DEBUG_TZ_MSG(("getHistoricalOffset(%.1f, %s, %d, %d, raw, dst)\n",
536 U_DEBUG_TZ_MSG(("getHistoricalOffset(%.1f, %s, %d, %d, raw, dst) - raw=%d, dst=%d\n",
544 // If DST was observed in 1942 (for example) but has never been
547 // DST is in use in the current year (at any point in the year)
562 // Return TRUE if DST is observed at any time during the current
587 int32_t raw, dst; local
689 int32_t raw, dst; local
    [all...]
rbtz.cpp 465 int32_t raw, dst; local
467 FALSE, raw, dst, status);
478 int32_t raw, dst; local
479 getOffset(now, FALSE, raw, dst, status);
480 if (dst != 0) {
483 // If DST is not used now, check if DST is used after the next transition
498 int32_t raw, dst; local
499 getOffset(date, FALSE, raw, dst, status);
500 if (dst != 0)
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
frame.c 550 static WEBP_INLINE void Copy32b(uint8_t* dst, uint8_t* src) {
551 *(uint32_t*)dst = *(uint32_t*)src;
620 uint8_t* const dst = y_dst + kScan[n]; local
621 VP8PredLuma4[dec->imodes_[n]](dst);
623 VP8Transform(coeffs + n * 16, dst, 0);
625 VP8TransformDC(coeffs + n * 16, dst);
633 uint8_t* const dst = y_dst + kScan[n]; local
635 VP8Transform(coeffs + n * 16, dst, 0);
637 VP8TransformDC(coeffs + n * 16, dst);
io.c 53 uint8_t* dst = buf->rgba + io->mb_y * buf->stride; local
63 dst, dst + buf->stride, mb_w);
67 dst += 2 * buf->stride;
70 sample(y_src, y_src, u_src, v_src, dst, dst, mb_w);
82 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
91 convert(y_src, u_src, v_src, dst, mb_w);
95 dst += buf->stride;
108 uint8_t* dst = buf->rgba + io->mb_y * buf->stride local
170 uint8_t* dst = buf->a + io->mb_y * buf->a_stride; local
226 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3); local
365 uint8_t* dst = buf->rgba + (p->last_y + y_pos) * buf->stride; local
414 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3); local
    [all...]
vp8.c 557 int16_t* dst = dec->coeffs_; local
566 memset(dst, 0, 384 * sizeof(*dst));
575 VP8TransformWHT(dc, dst);
588 q->y1_mat_, first, dst);
590 nz_dc.i8[x] = (dst[0] != 0);
592 dst += 16;
610 ctx, q->uv_mat_, 0, dst);
612 nz_dc.i8[y * 2 + x] = (dst[0] != 0);
614 dst += 16
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 280 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
281 newInst.Dst[0].Register.Index = aactx->texTemp;
296 newInst.Dst[0].Register.File = TGSI_FILE_OUTPUT;
297 newInst.Dst[0].Register.Index = aactx->colorOutput;
298 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_XYZ;
308 newInst.Dst[0].Register.File = TGSI_FILE_OUTPUT;
309 newInst.Dst[0].Register.Index = aactx->colorOutput;
310 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_W;
332 struct tgsi_full_dst_register *dst = &inst->Dst[i] local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.c 693 struct pipe_resource *dst = glhd_resource_dst->resource; local
714 dst,
751 struct pipe_surface *dst = glhd_surface_dst->surface; local
754 dst,
773 struct pipe_surface *dst = glhd_surface_dst->surface; local
776 dst,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_context.c 621 struct pipe_resource *dst = id_resource_dst->resource; local
625 dst,
662 struct pipe_surface *dst = id_surface_dst->surface; local
665 dst,
684 struct pipe_surface *dst = id_surface_dst->surface; local
687 dst,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 681 Instruction *dst = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(d)); local
683 dst->setSrc(l, res[l][d]);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_alu.c 101 struct rc_dst_register dst = {0, 0, 0}; local
102 dst.File = RC_FILE_TEMPORARY;
103 dst.Index = index;
104 dst.WriteMask = mask;
105 return dst;
252 struct rc_dst_register dst = try_to_reuse_dst(c, inst); local
253 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dst, negate(inst->U.I.SrcReg[0]));
255 inst->U.I.SrcReg[0], srcreg(RC_FILE_TEMPORARY, dst.Index));
262 /* CLAMP dst, src, min, max
265 * MAX dst, tmp, mi
267 struct rc_dst_register dst = try_to_reuse_dst(c, inst); local
317 struct rc_dst_register dst = try_to_reuse_dst(c, inst); local
333 struct rc_dst_register dst = try_to_reuse_dst(c, inst); local
428 struct rc_dst_register dst = try_to_reuse_dst(c, inst); local
501 struct rc_dst_register dst = try_to_reuse_dst(c, inst); local
520 struct rc_dst_register dst = try_to_reuse_dst(c, inst); local
532 struct rc_dst_register dst = try_to_reuse_dst(c, inst); local
544 struct rc_dst_register dst = try_to_reuse_dst(c, inst); local
556 struct rc_dst_register dst = try_to_reuse_dst(c, inst); local
568 struct rc_dst_register dst = try_to_reuse_dst(c, inst); local
631 struct rc_dst_register dst = try_to_reuse_dst(c, inst); local
717 struct rc_dst_register dst = try_to_reuse_dst(c, inst); local
759 struct rc_dst_register dst = try_to_reuse_dst(c, inst); local
1052 struct rc_dst_register dst; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_blit.c 366 util_blitter_default_dst_texture(&dst_templ, info->dst.res,
367 info->dst.level, info->dst.layer, &box);
368 dst_view = ctx->create_surface(ctx, info->dst.res, &dst_templ);
374 /* Copy the first sample into dst. */
376 util_blitter_copy_texture_view(rctx->blitter, dst_view, ~0, info->dst.x0,
377 info->dst.y0, src_view, 0, &box,
388 unsigned dst_width = u_minify(info->dst.res->width0, info->dst.level);
389 unsigned dst_height = u_minify(info->dst.res->height0, info->dst.level)
390 struct r600_texture *dst = (struct r600_texture*)info->dst.res; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_context.c 857 struct pipe_resource *dst = rb_resource_dst->resource; local
862 dst,
902 struct pipe_surface *dst = rb_surface_dst->surface; local
906 dst,
927 struct pipe_surface *dst = rb_surface_dst->surface; local
931 dst,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_priv.h 103 struct xa_surface *dst; member in struct:xa_context
209 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst);
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir.cpp 684 const unsigned dst = i * type->vector_elements + j; local
685 this->value.f[dst] = value->value.f[src];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.h 145 fs_inst(enum opcode opcode, fs_reg dst);
146 fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0);
147 fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1);
148 fs_inst(enum opcode opcode, fs_reg dst,
158 fs_reg dst; member in class:fs_inst
220 fs_inst *emit(enum opcode opcode, fs_reg dst);
221 fs_inst *emit(enum opcode opcode, fs_reg dst, fs_reg src0);
222 fs_inst *emit(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1);
223 fs_inst *emit(enum opcode opcode, fs_reg dst,
268 void generate_pixel_xy(struct brw_reg dst, bool is_x)
    [all...]
brw_fs_visitor.cpp 675 fs_reg dst,
701 modify->dst = dst;
750 fs_visitor::emit_texture_gen4(ir_texture *ir, fs_reg dst, fs_reg coordinate,
866 orig_dst = dst;
869 dst = fs_reg(this, glsl_type::get_array_instance(vec_type, 2));
870 dst.type = intel->is_g4x ? brw_type_for_base_type(ir->type)
877 inst = emit(SHADER_OPCODE_TEX, dst);
880 inst = emit(FS_OPCODE_TXB, dst);
883 inst = emit(SHADER_OPCODE_TXL, dst);
1226 fs_reg dst = fs_reg(this, ir->coordinate->type); local
1330 fs_reg dst = fs_reg(this, glsl_type::get_instance(ir->type->base_type, 4, 1)); local
    [all...]
brw_vec4.h 162 dst_reg dst = dst_reg(),
171 dst_reg dst; member in class:brw::vec4_instruction
336 vec4_instruction *emit(enum opcode opcode, dst_reg dst, src_reg src0);
338 vec4_instruction *emit(enum opcode opcode, dst_reg dst,
341 vec4_instruction *emit(enum opcode opcode, dst_reg dst,
347 vec4_instruction *MOV(dst_reg dst, src_reg src0);
348 vec4_instruction *NOT(dst_reg dst, src_reg src0);
349 vec4_instruction *RNDD(dst_reg dst, src_reg src0);
350 vec4_instruction *RNDE(dst_reg dst, src_reg src0);
351 vec4_instruction *RNDZ(dst_reg dst, src_reg src0)
    [all...]
brw_wm_emit.c 116 const struct brw_reg *dst,
128 dst0_uw = vec16(retype(dst[0], BRW_REGISTER_TYPE_UW));
129 dst1_uw = vec16(retype(dst[1], BRW_REGISTER_TYPE_UW));
131 dst0_uw = vec8(retype(dst[0], BRW_REGISTER_TYPE_UW));
132 dst1_uw = vec8(retype(dst[1], BRW_REGISTER_TYPE_UW));
163 const struct brw_reg *dst,
177 Just add them with 0.0 for dst reg.. */
180 dst[0],
184 dst[1],
194 dst[0]
1669 struct brw_reg args[3][4], dst[4]; local
    [all...]
brw_wm_fp.c 97 static struct prog_src_register src_reg_from_dst(struct prog_dst_register dst)
99 return src_reg(dst.File, dst.Index);
370 struct prog_dst_register dst = dst_reg(PROGRAM_INPUT, idx); local
386 dst_mask(dst, WRITEMASK_XY),
392 dst = dst_mask(dst, WRITEMASK_ZW);
398 dst,
409 dst,
419 dst,
561 struct prog_dst_register dst = inst->DstReg; local
624 struct prog_dst_register dst = inst->DstReg; local
    [all...]

Completed in 715 milliseconds

<<31323334353637383940>>