Searched defs:tmp_dst (Results 1 - 8 of 8) 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.c879 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF; // scratch buffer local
883 nz = ReconstructIntra16(it, &rd16, tmp_dst, mode);
886 rd16.D = VP8SSE16x16(src, tmp_dst);
887 rd16.SD = tlambda ? MULT_8B(tlambda, VP8TDisto16x16(src, tmp_dst, kWeightY))
957 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; // scratch buffer. local
967 ReconstructIntra4(it, tmp_levels, src, tmp_dst, mode) << it->i4_;
970 rd_tmp.D = VP8SSE4x4(src, tmp_dst);
972 tlambda ? MULT_8B(tlambda, VP8TDisto4x4(src, tmp_dst, kWeightY))
984 SwapPtr(&tmp_dst, &best_block);
1020 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/webp/src/enc/
H A Dquant.c879 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF; // scratch buffer local
883 nz = ReconstructIntra16(it, &rd16, tmp_dst, mode);
886 rd16.D = VP8SSE16x16(src, tmp_dst);
887 rd16.SD = tlambda ? MULT_8B(tlambda, VP8TDisto16x16(src, tmp_dst, kWeightY))
957 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; // scratch buffer. local
967 ReconstructIntra4(it, tmp_levels, src, tmp_dst, mode) << it->i4_;
970 rd_tmp.D = VP8SSE4x4(src, tmp_dst);
972 tlambda ? MULT_8B(tlambda, VP8TDisto4x4(src, tmp_dst, kWeightY))
984 SwapPtr(&tmp_dst, &best_block);
1020 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 263 milliseconds