Searched defs:tmp_dst (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_compiler.c | 523 struct tgsi_dst_register *tmp_dst, in get_internal_temp() 690 struct tgsi_dst_register tmp_dst; in translate_pow() local 741 struct tgsi_dst_register tmp_dst; in translate_tex() local 836 struct tgsi_dst_register tmp_dst; in translate_sge_slt() local 921 struct tgsi_dst_register tmp_dst; in translate_trig() local
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 3458 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_puint_to_sscaled() local 3574 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_cmp() local 3727 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_exp() local 3833 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_kill_if() local 4081 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_log() local 4194 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_pow() local 4232 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_rcp() local 4269 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_rsq() local 4306 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_seq() local 4339 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 | 994 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF_ENC; // scratch buffer in PickBestIntra16() local 1071 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; // scratch buffer. in PickBestIntra4() local 1145 uint8_t* tmp_dst = it->yuv_out2_ + U_OFF_ENC; // scratch buffer in PickBestUV() local 1284 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 | 404 dst_reg tmp_dst(this, glsl_type::uvec2_type); in emit_pack_half_2x16() local 469 dst_reg tmp_dst(this, glsl_type::uvec2_type); in emit_unpack_half_2x16() local
|
D | brw_vec4_nir.cpp | 1151 dst_reg tmp_dst = dst_reg(src_reg(this, glsl_type::dvec4_type)); in emit_conversion_to_double() local
|
D | brw_fs_nir.cpp | 2197 fs_reg tmp_dst = dst; in emit_gs_input_load() 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/openssh/ |
D | sftp.c | 690 char *tmp_dst = NULL; in process_put() local
|
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 2094 dst_reg tmp_dst = dst_reg(tmp_src); in visit() local
|
/external/libaom/libaom/av1/common/ |
D | reconinter.c | 603 uint8_t *tmp_dst = get_buf_by_bd(xd, tmp_buf); in av1_make_masked_inter_predictor() local
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4044 st_dst_reg tmp_dst = st_dst_reg(tmp); in canonicalize_gather_offset() local 4233 st_dst_reg tmp_dst = st_dst_reg(tmp_src); in visit() local
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 8623 const BUFFER_SET *const tmp_dst, const BUFFER_SET *const orig_dst, in interpolation_filter_search() 9865 const BUFFER_SET *orig_dst, const BUFFER_SET *tmp_dst, in compound_type_rd() 10201 const BUFFER_SET tmp_dst = { { tmp_buf, tmp_buf + 1 * MAX_SB_SQUARE, in handle_inter_mode() local
|