Searched defs:tmp_dst (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vs_emit.c692 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/drivers/dri/i965/
H A Dbrw_vs_emit.c692 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/chromium_org/third_party/libwebp/enc/
H A Dquant.c781 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF; // scratch buffer local
785 nz = ReconstructIntra16(it, &rd16, tmp_dst, mode);
788 rd16.D = VP8SSE16x16(src, tmp_dst);
789 rd16.SD = tlambda ? MULT_8B(tlambda, VP8TDisto16x16(src, tmp_dst, kWeightY))
845 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; // scratch buffer. local
855 ReconstructIntra4(it, tmp_levels, src, tmp_dst, mode) << it->i4_;
858 rd_tmp.D = VP8SSE4x4(src, tmp_dst);
860 tlambda ? MULT_8B(tlambda, VP8TDisto4x4(src, tmp_dst, kWeightY))
869 SwapPtr(&tmp_dst, &best_block);
902 uint8_t* const tmp_dst local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp555 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
2064 tmp_dst.writemask = WRITEMASK_Z;
2065 emit(ir, OPCODE_MOV, tmp_dst, this->result);
2067 tmp_dst.writemask = WRITEMASK_XY;
2068 emit(ir, OPCODE_MOV, tmp_dst, coord);
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp555 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
2064 tmp_dst.writemask = WRITEMASK_Z;
2065 emit(ir, OPCODE_MOV, tmp_dst, this->result);
2067 tmp_dst.writemask = WRITEMASK_XY;
2068 emit(ir, OPCODE_MOV, tmp_dst, coord);
/external/openssh/
H A Dsftp.c596 char *tmp_dst = NULL; local
605 tmp_dst = xstrdup(dst);
606 tmp_dst = make_absolute(tmp_dst, pwd);
618 if (tmp_dst != NULL)
619 dst_is_dir = remote_is_dir(conn, tmp_dst);
622 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) {
624 "\"%s\" is not a directory", tmp_dst);
644 if (g.gl_matchc == 1 && tmp_dst) {
647 abs_dst = path_append(tmp_dst, filenam
[all...]
/external/webp/src/enc/
H A Dquant.c781 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF; // scratch buffer local
785 nz = ReconstructIntra16(it, &rd16, tmp_dst, mode);
788 rd16.D = VP8SSE16x16(src, tmp_dst);
789 rd16.SD = tlambda ? MULT_8B(tlambda, VP8TDisto16x16(src, tmp_dst, kWeightY))
845 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; // scratch buffer. local
855 ReconstructIntra4(it, tmp_levels, src, tmp_dst, mode) << it->i4_;
858 rd_tmp.D = VP8SSE4x4(src, tmp_dst);
860 tlambda ? MULT_8B(tlambda, VP8TDisto4x4(src, tmp_dst, kWeightY))
869 SwapPtr(&tmp_dst, &best_block);
902 uint8_t* const tmp_dst local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp840 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
2673 tmp_dst.writemask = WRITEMASK_Z;
2674 emit(ir, TGSI_OPCODE_MOV, tmp_dst, this->result);
2676 tmp_dst.writemask = WRITEMASK_XY;
2677 emit(ir, TGSI_OPCODE_MOV, tmp_dst, coord);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp840 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
2673 tmp_dst.writemask = WRITEMASK_Z;
2674 emit(ir, TGSI_OPCODE_MOV, tmp_dst, this->result);
2676 tmp_dst.writemask = WRITEMASK_XY;
2677 emit(ir, TGSI_OPCODE_MOV, tmp_dst, coord);

Completed in 399 milliseconds