Home
last modified time | relevance | path

Searched defs:tmp_dst (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Ddeconv_fp16.c54 float16_t *tmp_dst = dst_ptr + dst_index; in DeConvPostFp16() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c6351 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_puint_to_sscaled() local
6468 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_cmp() local
6653 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_exp() local
6763 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_kill_if() local
7031 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_log() local
7145 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_pow() local
7206 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_rcp() local
7247 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_rsq() local
7287 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_seq() local
7320 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_sge() local
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Ddeconv_fp32.c79 float *tmp_dst = dst_ptr + dst_index; in DeConvPostFp32C8() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dquant_enc.c995 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF_ENC; // scratch buffer in PickBestIntra16() local
1076 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; // scratch buffer. in PickBestIntra4() local
1151 uint8_t* tmp_dst = it->yuv_out2_ + U_OFF_ENC; // scratch buffer in PickBestUV() local
1298 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF_ENC + VP8Scan[it->i4_]; in RefineUsingDistortion() local
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dquant_enc.c995 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF_ENC; // scratch buffer in PickBestIntra16() local
1076 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; // scratch buffer. in PickBestIntra4() local
1151 uint8_t* tmp_dst = it->yuv_out2_ + U_OFF_ENC; // scratch buffer in PickBestUV() local
1298 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF_ENC + VP8Scan[it->i4_]; in RefineUsingDistortion() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Ddeconv_int8.c56 int32_t *tmp_dst = dst_ptr + dst_index; in DeConvPostInt8C4() local
/third_party/ffmpeg/libavcodec/mips/
Dhevcpred_msa.c99 uint8_t *tmp_dst = dst; in hevc_intra_pred_vert_8x8_msa() local
155 uint8_t *tmp_dst = dst; in hevc_intra_pred_vert_16x16_msa() local
269 uint8_t *tmp_dst = dst; in hevc_intra_pred_horiz_16x16_msa() local
345 uint8_t *tmp_dst = dst; in hevc_intra_pred_dc_4x4_msa() local
406 uint8_t *tmp_dst = dst; in hevc_intra_pred_dc_8x8_msa() local
465 uint8_t *tmp_dst = dst; in hevc_intra_pred_dc_16x16_msa() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp392 dst_reg tmp_dst(this, glsl_type::uvec2_type); in emit_pack_half_2x16() local
457 dst_reg tmp_dst(this, glsl_type::uvec2_type); in emit_unpack_half_2x16() local
Dbrw_vec4_nir.cpp917 dst_reg tmp_dst = dst_reg(src_reg(this, glsl_type::dvec4_type)); in emit_conversion_to_double() local
/third_party/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2029 dst_reg tmp_dst = dst_reg(tmp_src); in visit() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4327 st_dst_reg tmp_dst = st_dst_reg(tmp); in canonicalize_gather_offset() local
4555 st_dst_reg tmp_dst = st_dst_reg(tmp_src); in visit() local
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp8456 Temp tmp_dst = emit_reduction_instr(ctx, aco_op, reduce_op, cluster_size, in visit_intrinsic() local
9431 Temp tmp_dst = dst; in visit_tex() local