Home
last modified time | relevance | path

Searched refs:mpc (Results 1 – 25 of 176) sorted by relevance

12345678

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Dmpc.h120 struct mpc { struct
143 struct mpc *mpc, argument
164 struct mpc *mpc,
183 struct mpc *mpc,
195 void (*mpc_init)(struct mpc *mpc);
197 struct mpc *mpc,
211 struct mpc *mpc,
219 void (*wait_for_idle)(struct mpc *mpc, int id);
221 void (*assert_mpcc_idle_before_connect)(struct mpc *mpc, int mpcc_id);
224 struct mpc *mpc,
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_mpc.c45 void mpc1_set_bg_color(struct mpc *mpc, in mpc1_set_bg_color() argument
49 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_set_bg_color()
50 struct mpcc *bottommost_mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_set_bg_color()
75 struct mpc *mpc, in mpc1_update_blending() argument
79 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_update_blending()
80 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_update_blending()
89 mpc1_set_bg_color(mpc, &blnd_cfg->black_color, mpcc_id); in mpc1_update_blending()
94 struct mpc *mpc, in mpc1_update_stereo_mix() argument
98 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_update_stereo_mix()
108 void mpc1_assert_idle_mpcc(struct mpc *mpc, int id) in mpc1_assert_idle_mpcc() argument
[all …]
H A Ddcn10_mpc.h121 struct mpc base;
138 struct mpc *mpc,
147 struct mpc *mpc,
152 struct mpc *mpc);
155 struct mpc *mpc,
159 struct mpc *mpc,
163 struct mpc *mpc,
168 struct mpc *mpc,
173 struct mpc *mpc,
177 struct mpc *mpc,
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_mpc.c54 struct mpc *mpc, in mpc2_update_blending() argument
58 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_update_blending()
60 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc2_update_blending()
75 mpc1_set_bg_color(mpc, &blnd_cfg->black_color, mpcc_id); in mpc2_update_blending()
80 struct mpc *mpc, in mpc2_set_denorm() argument
84 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_set_denorm()
118 struct mpc *mpc, in mpc2_set_denorm_clamp() argument
122 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_set_denorm_clamp()
138 struct mpc *mpc, in mpc2_set_output_csc() argument
144 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_set_output_csc()
[all …]
H A Ddcn20_mpc.h262 struct mpc base;
279 struct mpc *mpc,
284 struct mpc *mpc,
289 struct mpc *mpc,
294 struct mpc *mpc,
300 struct mpc *mpc,
306 struct mpc *mpc,
310 void mpc2_assert_idle_mpcc(struct mpc *mpc, int id);
311 void mpc2_assert_mpcc_idle_before_connect(struct mpc *mpc, int mpcc_id);
312 void mpc20_power_on_ogam_lut(struct mpc *mpc, int mpcc_id, bool power_on);
/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dmac_label.c40 int mpc = 0; in gen_mac_label() local
105 mpm[mpc].size = ROUND_UP(mac_boot->size)/SECTOR_SIZE; in gen_mac_label()
107 mpm[mpc].ntype = PM2; in gen_mac_label()
108 mpm[mpc].type = mac_part->pmPartType; in gen_mac_label()
109 mpm[mpc].start = mac_boot->extent = last_extent; in gen_mac_label()
110 mpm[mpc].name = 0; in gen_mac_label()
116 last_extent += mpm[mpc].size; in gen_mac_label()
117 hfs_extra += mpm[mpc].size; in gen_mac_label()
119 mpc++; in gen_mac_label()
123 mpm[mpc].ntype = PM4; in gen_mac_label()
[all …]
/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dtagm.c24 P[0].mpc_inex = mpc_agm (P[1].mpc, P[2].mpc, P[3].mpc, P[4].mpc_rnd)
26 P[0].mpc_inex = mpc_agm (P[1].mpc, P[3].mpc, P[2].mpc, P[4].mpc_rnd)
28 P[0].mpc_inex = mpc_agm (P[1].mpc, P[1].mpc, P[3].mpc, P[4].mpc_rnd)
30 P[0].mpc_inex = mpc_agm (P[1].mpc, P[2].mpc, P[1].mpc, P[4].mpc_rnd)
H A Dtfma.c93 mpc_fma (P[1].mpc, P[2].mpc, P[3].mpc, P[4].mpc, P[5].mpc_rnd)
96 mpc_fma (P[1].mpc, P[1].mpc, P[3].mpc, P[4].mpc, P[5].mpc_rnd)
99 mpc_fma (P[1].mpc, P[2].mpc, P[1].mpc, P[4].mpc, P[5].mpc_rnd)
102 mpc_fma (P[1].mpc, P[2].mpc, P[3].mpc, P[1].mpc, P[5].mpc_rnd)
H A Dtadd.c56 P[0].mpc_inex = mpc_add (P[1].mpc, P[2].mpc, P[3].mpc, P[4].mpc_rnd)
58 P[0].mpc_inex = mpc_add (P[1].mpc, P[3].mpc, P[2].mpc, P[4].mpc_rnd)
60 P[0].mpc_inex = mpc_add (P[1].mpc, P[1].mpc, P[3].mpc, P[4].mpc_rnd)
62 P[0].mpc_inex = mpc_add (P[1].mpc, P[2].mpc, P[1].mpc, P[4].mpc_rnd)
H A Dtsub.c24 P[0].mpc_inex = mpc_sub (P[1].mpc, P[2].mpc, P[3].mpc, P[4].mpc_rnd)
26 P[0].mpc_inex = mpc_sub (P[1].mpc, P[1].mpc, P[3].mpc, P[4].mpc_rnd)
28 P[0].mpc_inex = mpc_sub (P[1].mpc, P[2].mpc, P[1].mpc, P[4].mpc_rnd)
H A Dtdiv.c25 P[0].mpc_inex = mpc_div (P[1].mpc, P[2].mpc, P[3].mpc, P[4].mpc_rnd)
27 P[0].mpc_inex = mpc_div (P[1].mpc, P[1].mpc, P[3].mpc, P[4].mpc_rnd)
29 P[0].mpc_inex = mpc_div (P[1].mpc, P[2].mpc, P[1].mpc, P[4].mpc_rnd)
H A Dtpow.c89 P[0].mpc_inex = mpc_pow (P[1].mpc, P[2].mpc, P[3].mpc, P[4].mpc_rnd)
91 P[0].mpc_inex = mpc_pow (P[1].mpc, P[1].mpc, P[3].mpc, P[4].mpc_rnd)
93 P[0].mpc_inex = mpc_pow (P[1].mpc, P[2].mpc, P[1].mpc, P[4].mpc_rnd)
H A Dtmul.c210 P[0].mpc_inex = mpc_mul (P[1].mpc, P[2].mpc, P[3].mpc, P[4].mpc_rnd)
212 P[0].mpc_inex = mpc_mul (P[1].mpc, P[3].mpc, P[2].mpc, P[4].mpc_rnd)
214 P[0].mpc_inex = mpc_mul (P[1].mpc, P[1].mpc, P[3].mpc, P[4].mpc_rnd)
216 P[0].mpc_inex = mpc_mul (P[1].mpc, P[2].mpc, P[1].mpc, P[4].mpc_rnd)
H A Dtlog10.c24 P[0].mpc_inex = mpc_log10 (P[1].mpc, P[2].mpc, P[3].mpc_rnd)
26 P[0].mpc_inex = mpc_log10 (P[1].mpc, P[1].mpc, P[3].mpc_rnd)
H A Dtconj.c24 P[0].mpc_inex = mpc_conj (P[1].mpc, P[2].mpc, P[3].mpc_rnd)
26 P[0].mpc_inex = mpc_conj (P[1].mpc, P[1].mpc, P[3].mpc_rnd)
H A Dtneg.c24 P[0].mpc_inex = mpc_neg (P[1].mpc, P[2].mpc, P[3].mpc_rnd)
26 P[0].mpc_inex = mpc_neg (P[1].mpc, P[1].mpc, P[3].mpc_rnd)
H A Dtasin.c24 P[0].mpc_inex = mpc_asin (P[1].mpc, P[2].mpc, P[3].mpc_rnd)
26 P[0].mpc_inex = mpc_asin (P[1].mpc, P[1].mpc, P[3].mpc_rnd)
H A Dtlog.c24 P[0].mpc_inex = mpc_log (P[1].mpc, P[2].mpc, P[3].mpc_rnd)
26 P[0].mpc_inex = mpc_log (P[1].mpc, P[1].mpc, P[3].mpc_rnd)
H A Dtproj.c24 P[0].mpc_inex = mpc_proj (P[1].mpc, P[2].mpc, P[3].mpc_rnd)
26 P[0].mpc_inex = mpc_proj (P[1].mpc, P[1].mpc, P[3].mpc_rnd)
H A Dtsinh.c24 P[0].mpc_inex = mpc_sinh (P[1].mpc, P[2].mpc, P[3].mpc_rnd)
26 P[0].mpc_inex = mpc_sinh (P[1].mpc, P[1].mpc, P[3].mpc_rnd)
H A Dtexp.c24 P[0].mpc_inex = mpc_exp (P[1].mpc, P[2].mpc, P[3].mpc_rnd)
26 P[0].mpc_inex = mpc_exp (P[1].mpc, P[1].mpc, P[3].mpc_rnd)
H A Dttanh.c24 P[0].mpc_inex = mpc_tanh (P[1].mpc, P[2].mpc, P[3].mpc_rnd)
26 P[0].mpc_inex = mpc_tanh (P[1].mpc, P[1].mpc, P[3].mpc_rnd)
H A Dtsin.c24 P[0].mpc_inex = mpc_sin (P[1].mpc, P[2].mpc, P[3].mpc_rnd)
26 P[0].mpc_inex = mpc_sin (P[1].mpc, P[1].mpc, P[3].mpc_rnd)
H A Dtdiv_2ui.c24 P[0].mpc_inex = mpc_div_2ui (P[1].mpc, P[2].mpc, P[3].ui, P[4].mpc_rnd)
26 P[0].mpc_inex = mpc_div_2ui (P[1].mpc, P[1].mpc, P[3].ui, P[4].mpc_rnd)
/netbsd-src/external/lgpl3/mpc/dist/doc/
H A DMakefile.in96 $(top_srcdir)/m4/mpc.m4 $(top_srcdir)/m4/valgrind-tests.m4 \
148 INFO_DEPS = $(srcdir)/mpc.info
151 DVIS = mpc.dvi
152 PDFS = mpc.pdf
153 PSS = mpc.ps
154 HTMLS = mpc.html
155 TEXINFOS = mpc.texi
327 info_TEXINFOS = mpc.texi
411 $(srcdir)/mpc.info: mpc.texi $(srcdir)/version.texi
412 mpc.dvi: mpc.texi $(srcdir)/version.texi
[all …]

12345678