Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c6949 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_puint_to_sscaled() local
7066 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_cmp() local
7251 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_exp() local
7361 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_cond_discard() local
7630 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_log() local
7744 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_pow() local
7805 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_rcp() local
7846 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_rsq() local
7886 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_seq() local
7919 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_sge() local
[all …]
/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/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.cpp905 dst_reg tmp_dst = dst_reg(src_reg(this, glsl_type::dvec4_type)); in emit_conversion_to_double() 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/amd/compiler/
Daco_instruction_selection.cpp422 Temp tmp_dst = bld.tmp(RegClass::get(RegType::vgpr, 2 * num_components)); in expand_vector() local
7540 Definition tmp_dst(dst.type() == RegType::vgpr ? dst : bld.tmp(is64bit ? v4 : v2)); in visit_access_shared2_amd() local
8818 Temp tmp_dst = emit_reduction_instr(ctx, aco_op, reduce_op, cluster_size, in visit_intrinsic() local
9659 Temp tmp_dst = dst; in visit_tex() local