Home
last modified time | relevance | path

Searched refs:mpcc (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_mpc.c75 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_update_blending() local
85 mpcc->blnd_cfg = *blnd_cfg; in mpc1_update_blending()
193 struct mpcc *new_mpcc = NULL; in mpc1_insert_plane()
277 struct mpcc *mpcc_to_remove) in mpc1_remove_mpcc()
339 static void mpc1_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc1_init_mpcc() argument
341 mpcc->mpcc_id = mpcc_inst; in mpc1_init_mpcc()
342 mpcc->dpp_id = 0xf; in mpc1_init_mpcc()
343 mpcc->mpcc_bot = NULL; in mpc1_init_mpcc()
408 struct mpcc *mpcc; in mpc1_init_mpcc_list_from_hw() local
425 mpcc->dpp_id = top_sel; in mpc1_init_mpcc_list_from_hw()
[all …]
H A Ddcn10_mpc.h141 struct mpcc *mpc1_insert_plane(
146 struct mpcc *insert_above_mpcc,
153 struct mpcc *mpcc);
188 struct mpcc *mpc1_get_mpcc(
192 struct mpcc *mpc1_get_mpcc_for_dpp(
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_mpc.c75 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_update_blending() local
85 mpcc->blnd_cfg = *blnd_cfg; in mpc1_update_blending()
193 struct mpcc *new_mpcc = NULL; in mpc1_insert_plane()
277 struct mpcc *mpcc_to_remove) in mpc1_remove_mpcc()
339 static void mpc1_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc1_init_mpcc() argument
341 mpcc->mpcc_id = mpcc_inst; in mpc1_init_mpcc()
342 mpcc->dpp_id = 0xf; in mpc1_init_mpcc()
343 mpcc->mpcc_bot = NULL; in mpc1_init_mpcc()
408 struct mpcc *mpcc; in mpc1_init_mpcc_list_from_hw() local
425 mpcc->dpp_id = top_sel; in mpc1_init_mpcc_list_from_hw()
[all …]
H A Ddcn10_mpc.h141 struct mpcc *mpc1_insert_plane(
146 struct mpcc *insert_above_mpcc,
153 struct mpcc *mpcc);
188 struct mpcc *mpc1_get_mpcc(
192 struct mpcc *mpc1_get_mpcc_for_dpp(
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_mpc.c75 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_update_blending() local
85 mpcc->blnd_cfg = *blnd_cfg; in mpc1_update_blending()
193 struct mpcc *new_mpcc = NULL; in mpc1_insert_plane()
277 struct mpcc *mpcc_to_remove) in mpc1_remove_mpcc()
339 static void mpc1_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc1_init_mpcc() argument
341 mpcc->mpcc_id = mpcc_inst; in mpc1_init_mpcc()
342 mpcc->dpp_id = 0xf; in mpc1_init_mpcc()
343 mpcc->mpcc_bot = NULL; in mpc1_init_mpcc()
408 struct mpcc *mpcc; in mpc1_init_mpcc_list_from_hw() local
425 mpcc->dpp_id = top_sel; in mpc1_init_mpcc_list_from_hw()
[all …]
H A Ddcn10_mpc.h141 struct mpcc *mpc1_insert_plane(
146 struct mpcc *insert_above_mpcc,
153 struct mpcc *mpcc);
188 struct mpcc *mpc1_get_mpcc(
192 struct mpcc *mpc1_get_mpcc_for_dpp(
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmpc.h114 struct mpcc { struct
117 struct mpcc *mpcc_bot; /* pointer to bottom layer MPCC. NULL when not connected */ argument
135 struct mpcc mpcc_array[MAX_MPCC];
174 struct mpcc* (*insert_plane)(
179 struct mpcc *insert_above_mpcc,
196 struct mpcc *mpcc);
258 struct mpcc* (*insert_plane_to_secondary)(
263 struct mpcc *insert_above_mpcc,
279 struct mpcc *mpcc);
281 struct mpcc* (*get_mpcc_for_dpp_from_secondary)(
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmpc.h114 struct mpcc { struct
117 struct mpcc *mpcc_bot; /* pointer to bottom layer MPCC. NULL when not connected */ argument
135 struct mpcc mpcc_array[MAX_MPCC];
174 struct mpcc* (*insert_plane)(
179 struct mpcc *insert_above_mpcc,
196 struct mpcc *mpcc);
258 struct mpcc* (*insert_plane_to_secondary)(
263 struct mpcc *insert_above_mpcc,
279 struct mpcc *mpcc);
281 struct mpcc* (*get_mpcc_for_dpp_from_secondary)(
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmpc.h114 struct mpcc { struct
117 struct mpcc *mpcc_bot; /* pointer to bottom layer MPCC. NULL when not connected */ argument
135 struct mpcc mpcc_array[MAX_MPCC];
174 struct mpcc* (*insert_plane)(
179 struct mpcc *insert_above_mpcc,
196 struct mpcc *mpcc);
258 struct mpcc* (*insert_plane_to_secondary)(
263 struct mpcc *insert_above_mpcc,
279 struct mpcc *mpcc);
281 struct mpcc* (*get_mpcc_for_dpp_from_secondary)(
[all …]
/dports/math/p5-Math-MPC/Math-MPC-1.13/t/
H A Dcomplex_c.t29 my $mpcc = Math::MPC->new();
32 Rmpc_set_DC($mpcc, $cc, MPC_RNDNN);
34 RMPC_RE($mpfr, $mpcc);
41 RMPC_IM($mpfr, $mpcc);
50 Rmpc_set_DC($mpcc, $cc, MPC_RNDNN);
54 Rmpc_get_DC($cc_check, $mpcc, MPC_RNDNN);
H A Dcomplex_c-q.t29 my $mpcc = Math::MPC->new();
32 Rmpc_set_F128C($mpcc, $ccl, MPC_RNDNN);
34 RMPC_RE($mpfr, $mpcc);
41 RMPC_IM($mpfr, $mpcc);
H A Dcomplex_c-l.t29 my $mpcc = Math::MPC->new();
32 Rmpc_set_LDC($mpcc, $ccl, MPC_RNDNN);
34 RMPC_RE($mpfr, $mpcc);
41 RMPC_IM($mpfr, $mpcc);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_mpc.c55 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc2_update_blending() local
71 mpcc->blnd_cfg = *blnd_cfg; in mpc2_update_blending()
513 static void mpc2_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc2_init_mpcc() argument
515 mpcc->mpcc_id = mpcc_inst; in mpc2_init_mpcc()
516 mpcc->dpp_id = 0xf; in mpc2_init_mpcc()
517 mpcc->mpcc_bot = NULL; in mpc2_init_mpcc()
518 mpcc->blnd_cfg.overlap_only = false; in mpc2_init_mpcc()
519 mpcc->blnd_cfg.global_alpha = 0xff; in mpc2_init_mpcc()
520 mpcc->blnd_cfg.global_gain = 0xff; in mpc2_init_mpcc()
523 mpcc->blnd_cfg.top_gain = 0x1f000; in mpc2_init_mpcc()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_mpc.c55 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc2_update_blending() local
71 mpcc->blnd_cfg = *blnd_cfg; in mpc2_update_blending()
513 static void mpc2_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc2_init_mpcc() argument
515 mpcc->mpcc_id = mpcc_inst; in mpc2_init_mpcc()
516 mpcc->dpp_id = 0xf; in mpc2_init_mpcc()
517 mpcc->mpcc_bot = NULL; in mpc2_init_mpcc()
518 mpcc->blnd_cfg.overlap_only = false; in mpc2_init_mpcc()
519 mpcc->blnd_cfg.global_alpha = 0xff; in mpc2_init_mpcc()
520 mpcc->blnd_cfg.global_gain = 0xff; in mpc2_init_mpcc()
523 mpcc->blnd_cfg.top_gain = 0x1f000; in mpc2_init_mpcc()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_mpc.c55 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc2_update_blending() local
71 mpcc->blnd_cfg = *blnd_cfg; in mpc2_update_blending()
513 static void mpc2_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc2_init_mpcc() argument
515 mpcc->mpcc_id = mpcc_inst; in mpc2_init_mpcc()
516 mpcc->dpp_id = 0xf; in mpc2_init_mpcc()
517 mpcc->mpcc_bot = NULL; in mpc2_init_mpcc()
518 mpcc->blnd_cfg.overlap_only = false; in mpc2_init_mpcc()
519 mpcc->blnd_cfg.global_alpha = 0xff; in mpc2_init_mpcc()
520 mpcc->blnd_cfg.global_gain = 0xff; in mpc2_init_mpcc()
523 mpcc->blnd_cfg.top_gain = 0x1f000; in mpc2_init_mpcc()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mpc.c1038 static void mpc3_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc3_init_mpcc() argument
1040 mpcc->mpcc_id = mpcc_inst; in mpc3_init_mpcc()
1041 mpcc->dpp_id = 0xf; in mpc3_init_mpcc()
1042 mpcc->mpcc_bot = NULL; in mpc3_init_mpcc()
1043 mpcc->blnd_cfg.overlap_only = false; in mpc3_init_mpcc()
1044 mpcc->blnd_cfg.global_alpha = 0xff; in mpc3_init_mpcc()
1045 mpcc->blnd_cfg.global_gain = 0xff; in mpc3_init_mpcc()
1047 mpcc->blnd_cfg.bottom_gain_mode = 0; in mpc3_init_mpcc()
1048 mpcc->blnd_cfg.top_gain = 0x1f000; in mpc3_init_mpcc()
1051 mpcc->sm_cfg.enable = false; in mpc3_init_mpcc()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mpc.c1038 static void mpc3_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc3_init_mpcc() argument
1040 mpcc->mpcc_id = mpcc_inst; in mpc3_init_mpcc()
1041 mpcc->dpp_id = 0xf; in mpc3_init_mpcc()
1042 mpcc->mpcc_bot = NULL; in mpc3_init_mpcc()
1043 mpcc->blnd_cfg.overlap_only = false; in mpc3_init_mpcc()
1044 mpcc->blnd_cfg.global_alpha = 0xff; in mpc3_init_mpcc()
1045 mpcc->blnd_cfg.global_gain = 0xff; in mpc3_init_mpcc()
1047 mpcc->blnd_cfg.bottom_gain_mode = 0; in mpc3_init_mpcc()
1048 mpcc->blnd_cfg.top_gain = 0x1f000; in mpc3_init_mpcc()
1051 mpcc->sm_cfg.enable = false; in mpc3_init_mpcc()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mpc.c1038 static void mpc3_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc3_init_mpcc() argument
1040 mpcc->mpcc_id = mpcc_inst; in mpc3_init_mpcc()
1041 mpcc->dpp_id = 0xf; in mpc3_init_mpcc()
1042 mpcc->mpcc_bot = NULL; in mpc3_init_mpcc()
1043 mpcc->blnd_cfg.overlap_only = false; in mpc3_init_mpcc()
1044 mpcc->blnd_cfg.global_alpha = 0xff; in mpc3_init_mpcc()
1045 mpcc->blnd_cfg.global_gain = 0xff; in mpc3_init_mpcc()
1047 mpcc->blnd_cfg.bottom_gain_mode = 0; in mpc3_init_mpcc()
1048 mpcc->blnd_cfg.top_gain = 0x1f000; in mpc3_init_mpcc()
1051 mpcc->sm_cfg.enable = false; in mpc3_init_mpcc()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/
H A DJavaManipulationPlugin.java87 public void setMembersOrderPreferenceCacheCommon(MembersOrderPreferenceCacheCommon mpcc) { in setMembersOrderPreferenceCacheCommon() argument
88 fMembersOrderPreferenceCacheCommon= mpcc; in setMembersOrderPreferenceCacheCommon()
/dports/emulators/mess/mame-mame0226/src/devices/bus/vme/
H A Dvme_fccpu20.cpp286 mpcc68561_device &mpcc(MPCC68561(config, "mpcc", CLOCK32 / 4, 0, 0)); in device_add_mconfig() local
287 mpcc.out_txd_cb().set(RS232P1_TAG, FUNC(rs232_port_device::write_txd)); in device_add_mconfig()
288 mpcc.out_dtr_cb().set(RS232P1_TAG, FUNC(rs232_port_device::write_dtr)); in device_add_mconfig()
289 mpcc.out_rts_cb().set(RS232P1_TAG, FUNC(rs232_port_device::write_rts)); in device_add_mconfig()
290 mpcc.out_int_cb().set("bim", FUNC(bim68153_device::int1_w)); in device_add_mconfig()
/dports/emulators/mame/mame-mame0226/src/devices/bus/vme/
H A Dvme_fccpu20.cpp286 mpcc68561_device &mpcc(MPCC68561(config, "mpcc", CLOCK32 / 4, 0, 0)); in device_add_mconfig() local
287 mpcc.out_txd_cb().set(RS232P1_TAG, FUNC(rs232_port_device::write_txd)); in device_add_mconfig()
288 mpcc.out_dtr_cb().set(RS232P1_TAG, FUNC(rs232_port_device::write_dtr)); in device_add_mconfig()
289 mpcc.out_rts_cb().set(RS232P1_TAG, FUNC(rs232_port_device::write_rts)); in device_add_mconfig()
290 mpcc.out_int_cb().set("bim", FUNC(bim68153_device::int1_w)); in device_add_mconfig()
/dports/devel/ga/ga-5.8/comex/m4/
H A Dcomex_mpicc.m434 # mpcc
66 comex_mpicc="mpicc mpixlc_r mpixlc hcc mpxlc_r mpxlc sxmpicc mpifcc mpgcc mpcc cmpicc cc"
/dports/devel/ga/ga-5.8/m4/
H A Dga_mpicc.m434 # mpcc
66 ga_mpicc="mpicc mpixlc_r mpixlc hcc mpxlc_r mpxlc sxmpicc mpifcc mpgcc mpcc cmpicc cc"
/dports/science/madness/madness-ebb3fd7/config/
H A Dacx_mpi.m410 AC_CHECK_PROGS(MPICC, mpicc hcc mpcc mpcc_r mpxlc cmpicc, $CC)
/dports/math/libflame/libflame-5.2.0/build/ac-macros/
H A Dfla_observe_host_cpu_type.m443 fla_mpicc_compiler_list="mpcc mpicc"

12345678