/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 6949 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_puint_to_sscaled() local 6959 emit_instruction_op2(emit, VGPU10_OPCODE_ISHL, &tmp_dst, in emit_puint_to_sscaled() 6961 emit_instruction_op2(emit, VGPU10_OPCODE_ISHR, &tmp_dst, in emit_puint_to_sscaled() 7066 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_cmp() local 7068 emit_instruction_opn(emit, VGPU10_OPCODE_LT, &tmp_dst, in emit_cmp() 7251 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); in emit_exp() local 7262 tmp_dst = writemask_dst(&tmp_dst, TGSI_WRITEMASK_X); in emit_exp() 7266 emit_instruction_op1(emit, VGPU10_OPCODE_ROUND_NI, &tmp_dst, in emit_exp() 7361 struct tgsi_full_dst_register tmp_dst in emit_cond_discard() local 7630 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); emit_log() local 7744 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); emit_pow() local 7805 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); emit_rcp() local 7846 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); emit_rsq() local 7886 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); emit_seq() local 7919 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); emit_sge() local 7952 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); emit_sgt() local 7979 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); emit_sincos() local 8028 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); emit_sle() local 8061 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); emit_slt() local 8094 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); emit_sne() local 8327 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); setup_texcoord() local 8395 struct tgsi_full_dst_register tmp_dst; global() member 8925 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); emit_txp() local 9298 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); check_double_src() local 9406 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); emit_dmad() local 9467 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); emit_dsqrt() local 9551 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp_index); emit_dtrunc() local 9619 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); emit_interp_offset() local 9716 const struct tgsi_full_dst_register tmp_dst = emit_msb() local 10282 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp_index); loop_instruction() local 10426 struct tgsi_full_dst_register tmp_dst; emit_store_instruction() local 11509 struct tgsi_full_dst_register tmp_dst = emit_frontface_instructions() local 11537 struct tgsi_full_dst_register tmp_dst = emit_fragcoord_instructions() local 11586 struct tgsi_full_dst_register tmp_dst = emit_sample_position_instructions() local 11678 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); emit_vertex_attrib_instructions() local 11768 find_prescale_from_cbuf(struct svga_shader_emitter_v10 *emit, unsigned index, unsigned num_prescale, struct tgsi_full_src_register *vp_index, struct tgsi_full_dst_register *scale, struct tgsi_full_dst_register *translate, struct tgsi_full_src_register *tmp_src, struct tgsi_full_dst_register *tmp_dst) find_prescale_from_cbuf() argument 11847 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); emit_temp_prescale_instructions() local 12246 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); emit_alpha_test_instructions() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4_visitor.cpp | 392 dst_reg tmp_dst(this, glsl_type::uvec2_type); in emit_pack_half_2x16() 393 src_reg tmp_src(tmp_dst); in emit_pack_half_2x16() 403 emit(MOV(tmp_dst, brw_imm_ud(0x12345678u))); in emit_pack_half_2x16() 415 tmp_dst.writemask = WRITEMASK_XY; in emit_pack_half_2x16() 416 emit(F32TO16(tmp_dst, src0)); in emit_pack_half_2x16() 457 dst_reg tmp_dst(this, glsl_type::uvec2_type); in emit_unpack_half_2x16() 458 src_reg tmp_src(tmp_dst); in emit_unpack_half_2x16() 460 tmp_dst.writemask = WRITEMASK_X; in emit_unpack_half_2x16() 461 emit(AND(tmp_dst, src0, brw_imm_ud(0xffffu))); in emit_unpack_half_2x16() 463 tmp_dst in emit_unpack_half_2x16() [all...] |
H A D | brw_vec4_nir.cpp | 905 dst_reg tmp_dst = dst_reg(src_reg(this, glsl_type::dvec4_type)); in emit_conversion_to_double() local 908 emit(VEC4_OPCODE_TO_DOUBLE, tmp_dst, tmp_src); in emit_conversion_to_double() 909 emit(MOV(dst, src_reg(tmp_dst))); in emit_conversion_to_double()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | quant_enc.c | 995 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF_ENC; // scratch buffer in PickBestIntra16() local 999 rd_cur->nz = ReconstructIntra16(it, rd_cur, tmp_dst, mode); in PickBestIntra16() 1002 rd_cur->D = VP8SSE16x16(src, tmp_dst); in PickBestIntra16() 1004 tlambda ? MULT_8B(tlambda, VP8TDisto16x16(src, tmp_dst, kWeightY)) : 0; in PickBestIntra16() 1076 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; // scratch buffer. in PickBestIntra4() local 1086 ReconstructIntra4(it, tmp_levels, src, tmp_dst, mode) << it->i4_; in PickBestIntra4() 1089 rd_tmp.D = VP8SSE4x4(src, tmp_dst); in PickBestIntra4() 1091 tlambda ? MULT_8B(tlambda, VP8TDisto4x4(src, tmp_dst, kWeightY)) in PickBestIntra4() 1114 SwapPtr(&tmp_dst, &best_block); in PickBestIntra4() 1151 uint8_t* tmp_dst in PickBestUV() local 1298 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF_ENC + VP8Scan[it->i4_]; RefineUsingDistortion() local [all...] |
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_cmd_queue_gen.py | 470 tmp_dst = "%s *tmp_dst%d = (void *) %s; (void) tmp_dst%d;" % (src_type, level, dst, level) 477 member_copies += get_array_member_copy("tmp_dst%d" % level, "tmp_src%d" % level, member) 479 member_copies += get_pnext_member_copy("tmp_dst%d" % level, src_type, member, types, level) 483 return "%s\n %s\n %s\n %s\n %s \n %s } else {\n %s\n }" % (if_stmt, allocation, copy, tmp_dst, tmp_src, member_copies, null_assignment)
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevcpred_msa.c | 99 uint8_t *tmp_dst = dst; in hevc_intra_pred_vert_8x8_msa() local 109 SD(src_data1, tmp_dst); in hevc_intra_pred_vert_8x8_msa() 110 tmp_dst += stride; in hevc_intra_pred_vert_8x8_msa() 155 uint8_t *tmp_dst = dst; in hevc_intra_pred_vert_16x16_msa() local 163 ST_UB(src, tmp_dst); in hevc_intra_pred_vert_16x16_msa() 164 tmp_dst += stride; in hevc_intra_pred_vert_16x16_msa() 269 uint8_t *tmp_dst = dst; in hevc_intra_pred_horiz_16x16_msa() local 289 ST_SB4(src0, src1, src2, src3, tmp_dst, stride); in hevc_intra_pred_horiz_16x16_msa() 290 tmp_dst += (4 * stride); in hevc_intra_pred_horiz_16x16_msa() 345 uint8_t *tmp_dst in hevc_intra_pred_dc_4x4_msa() local 406 uint8_t *tmp_dst = dst; hevc_intra_pred_dc_8x8_msa() local 465 uint8_t *tmp_dst = dst; hevc_intra_pred_dc_16x16_msa() local [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 422 Temp tmp_dst = bld.tmp(RegClass::get(RegType::vgpr, 2 * num_components)); in expand_vector() local 423 expand_vector(ctx, vec_src, tmp_dst, num_components, mask, zero_padding); in expand_vector() 424 bld.pseudo(aco_opcode::p_as_uniform, Definition(dst), tmp_dst); in expand_vector() 425 ctx->allocated_vec[dst.id()] = ctx->allocated_vec[tmp_dst.id()]; in expand_vector() 7540 Definition tmp_dst(dst.type() == RegType::vgpr ? dst : bld.tmp(is64bit ? v4 : v2)); 7543 ds = bld.ds(op, tmp_dst, address, m, offset0, offset1); 8818 Temp tmp_dst = emit_reduction_instr(ctx, aco_op, reduce_op, cluster_size, 8820 emit_wqm(bld, tmp_dst, dst); 9659 Temp tmp_dst = dst; 9669 tmp_dst [all...] |