Searched defs:tmp_dst (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 7017 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_puint_to_sscaled() local 7134 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_cmp() local 7319 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_exp() local 7429 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_cond_discard() local 7698 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_log() local 7812 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_pow() local 7873 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_rcp() local 7914 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_rsq() local 7954 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_seq() local 7987 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_sge() local [all …]
|
/aosp_15_r20/external/webp/src/enc/ |
H A D | quant_enc.c | 1017 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF_ENC; // scratch buffer in PickBestIntra16() local 1099 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; // scratch buffer. in PickBestIntra4() local 1175 uint8_t* tmp_dst = it->yuv_out2_ + U_OFF_ENC; // scratch buffer in PickBestUV() local 1323 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF_ENC + VP8Scan[it->i4_]; in RefineUsingDistortion() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_vec4_visitor.cpp | 393 dst_reg tmp_dst(this, glsl_uvec2_type()); in emit_pack_half_2x16() local 458 dst_reg tmp_dst(this, glsl_uvec2_type()); in emit_unpack_half_2x16() local
|
H A D | elk_vec4_nir.cpp | 875 dst_reg tmp_dst = dst_reg(src_reg(this, glsl_dvec4_type())); in emit_conversion_to_double() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validate_examples/ |
H A D | cl_gemm.cpp | 397 CLTensor tmp_dst{}, biases{}; member in CLGEMMValidateExample
|
/aosp_15_r20/external/libopenapv/src/ |
H A D | oapv_util.c | 297 s16 *tmp_dst = dst; in oapv_block_copy() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | interp_search.c | 657 const BUFFER_SET *const tmp_dst, const BUFFER_SET *const orig_dst, in av1_interpolation_filter_search()
|
H A D | rdopt.c | 2395 const BUFFER_SET *orig_dst, const BUFFER_SET *tmp_dst, int *rate_mv, in process_compound_inter_mode() 2610 const BUFFER_SET tmp_dst = { { tmp_buf, tmp_buf + 1 * MAX_SB_SQUARE, in fast_interp_search() local 2797 const BUFFER_SET tmp_dst = { { tmp_buf, tmp_buf + 1 * MAX_SB_SQUARE, in handle_inter_mode() local
|
H A D | compound_type.c | 1212 const BUFFER_SET *tmp_dst, in av1_compound_type_rd()
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | reconinter.c | 642 uint8_t *tmp_dst = in av1_make_masked_inter_predictor() local
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 387 Temp tmp_dst = bld.tmp(RegClass::get(RegType::vgpr, 2 * num_components)); in expand_vector() local 7628 Definition tmp_dst(dst.type() == RegType::vgpr ? dst : bld.tmp(is64bit ? v4 : v2)); in visit_access_shared2_amd() local 9821 Temp tmp_dst = dst; in visit_tex() local
|