Searched defs:tmp_dst (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 6296 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_puint_to_sscaled() local 6413 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_cmp() local 6598 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_exp() local 6708 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_kill_if() local 6976 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_log() local 7090 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_pow() local 7151 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_rcp() local 7192 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_rsq() local 7232 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_seq() local 7265 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_sge() local [all …]
|
/external/webp/src/enc/ |
D | quant_enc.c | 995 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
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_visitor.cpp | 392 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
|
D | brw_vec4_nir.cpp | 894 dst_reg tmp_dst = dst_reg(src_reg(this, glsl_type::dvec4_type)); in emit_conversion_to_double() local
|
/external/libaom/libaom/av1/common/arm/ |
D | warp_plane_neon.c | 222 int16x8_t *tmp_dst, int sx, int alpha, in horizontal_filter_neon()
|
/external/libaom/libaom/av1/encoder/ |
D | interp_search.c | 610 const BUFFER_SET *const tmp_dst, const BUFFER_SET *const orig_dst, in av1_interpolation_filter_search()
|
D | compound_type.c | 1202 const BUFFER_SET *tmp_dst, in av1_compound_type_rd()
|
D | rdopt.c | 2259 const BUFFER_SET tmp_dst = { { tmp_buf, tmp_buf + 1 * MAX_SB_SQUARE, in handle_inter_mode() local
|
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 2028 dst_reg tmp_dst = dst_reg(tmp_src); in visit() local
|
/external/openssh/ |
D | sftp.c | 734 char *tmp_dst = NULL; in process_put() local
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4247 st_dst_reg tmp_dst = st_dst_reg(tmp); in canonicalize_gather_offset() local 4475 st_dst_reg tmp_dst = st_dst_reg(tmp_src); in visit() local
|
/external/libaom/libaom/av1/common/ |
D | reconinter.c | 676 uint8_t *tmp_dst = in av1_make_masked_inter_predictor() local
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 8090 …Temp tmp_dst = emit_reduction_instr(ctx, aco_op, reduce_op, cluster_size, bld.def(dst.regClass()),… in visit_intrinsic() local 8894 Temp tmp_dst = dst; in visit_tex() local
|