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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 425 copybit_image_t tmp_dst; local
427 tmp_dst.w = tmp_w;
428 tmp_dst.h = tmp_h;
429 tmp_dst.format = tmpHnd->format;
430 tmp_dst.handle = tmpHnd;
431 tmp_dst.horiz_padding = src.horiz_padding;
432 tmp_dst.vert_padding = src.vert_padding;
435 tmp_rect.r = tmp_dst.w;
436 tmp_rect.b = tmp_dst.h;
444 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 521 copybit_image_t tmp_dst; local
523 tmp_dst.w = tmp_w;
524 tmp_dst.h = tmp_h;
525 tmp_dst.format = tmpHnd->format;
526 tmp_dst.handle = tmpHnd;
527 tmp_dst.horiz_padding = src.horiz_padding;
528 tmp_dst.vert_padding = src.vert_padding;
531 tmp_rect.r = tmp_dst.w;
532 tmp_rect.b = tmp_dst.h;
541 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect
    [all...]
  /external/webp/src/enc/
quant_enc.c 925 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF_ENC; \/\/ scratch buffer local
1002 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; \/\/ scratch buffer. local
1076 uint8_t* tmp_dst = it->yuv_out2_ + U_OFF_ENC; \/\/ scratch buffer local
1209 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF_ENC + VP8Scan[it->i4_]; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 897 copybit_image_t tmp_dst; local
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 950 copybit_image_t tmp_dst; local
    [all...]
  /external/openssh/
sftp.c 675 char *tmp_dst = NULL; local
684 tmp_dst = xstrdup(dst);
685 tmp_dst = make_absolute(tmp_dst, pwd);
697 if (tmp_dst != NULL)
698 dst_is_dir = remote_is_dir(conn, tmp_dst);
701 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) {
703 "\"%s\" is not a directory", tmp_dst);
723 if (g.gl_matchc == 1 && tmp_dst) {
726 abs_dst = path_append(tmp_dst, filename)
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 1076 copybit_image_t tmp_dst; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_emit.c 692 struct brw_reg tmp_src, tmp_dst; local
699 tmp_dst = get_tmp(c);
705 tmp_dst,
713 brw_MOV(p, dst, tmp_dst);
716 release_tmp(c, tmp_dst);
777 struct brw_reg tmp_src0, tmp_src1, tmp_dst; local
781 tmp_dst = get_tmp(c);
788 tmp_dst,
794 brw_MOV(p, dst, tmp_dst);
798 release_tmp(c, tmp_dst);
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 555 dst_reg tmp_dst = dst_reg(tmp); local
559 inst = emit(ir, OPCODE_SCS, tmp_dst, src0);
2059 dst_reg tmp_dst = dst_reg(tmp_src); local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 840 st_dst_reg tmp_dst = st_dst_reg(tmp); local
844 inst = emit(ir, TGSI_OPCODE_SCS, tmp_dst, src0);
2668 st_dst_reg tmp_dst = st_dst_reg(tmp_src); local
    [all...]

Completed in 1949 milliseconds