Searched refs:next_mode (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Drounding.c106 next_mode (mpc_fun_param_t *params, int index) function
165 next_mode (params, index);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_mpc.c412 enum dc_lut_mode next_mode)
431 next_mode == LUT_RAM_A ? 1:2);
440 enum dc_lut_mode next_mode; local
455 next_mode = LUT_RAM_B;
457 next_mode = LUT_RAM_A;
460 mpc20_configure_ogam_lut(mpc, mpcc_id, next_mode == LUT_RAM_A ? true:false);
462 if (next_mode == LUT_RAM_A)
467 apply_DEDCN20_305_wa(mpc, mpcc_id, current_mode, next_mode);
473 next_mode == LUT_RAM_A ? 1:2);
409 apply_DEDCN20_305_wa( struct mpc *mpc, int mpcc_id, enum dc_lut_mode current_mode, enum dc_lut_mode next_mode) argument
H A Damdgpu_dcn20_dpp_cm.c476 enum dc_lut_mode next_mode; local
485 next_mode = LUT_RAM_B;
487 next_mode = LUT_RAM_A;
490 dpp20_configure_blnd_lut(dpp_base, next_mode == LUT_RAM_A ? true:false);
492 if (next_mode == LUT_RAM_A)
501 next_mode == LUT_RAM_A ? 1:2);
886 enum dc_lut_mode next_mode; local
897 next_mode = LUT_RAM_B;
899 next_mode = LUT_RAM_A;
901 dpp20_configure_shaper_lut(dpp_base, next_mode
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dmachmode.h897 bool next_mode (scalar_int_mode *);
H A Dstor-layout.c2917 bit_field_mode_iterator::next_mode (scalar_int_mode *out_mode)
3014 while (iter.next_mode (&mode)
2908 bit_field_mode_iterator::next_mode (scalar_int_mode *out_mode) function in class:bit_field_mode_iterator
H A Doptabs.c1325 machine_mode next_mode;
1328 && GET_MODE_WIDER_MODE (wider_mode).exists (&next_mode)
1332 next_mode, mode)
1319 machine_mode next_mode; local
H A Dexpmed.c483 if (iter.next_mode (&best_mode))
501 while (iter.next_mode (&wider_mode)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dmachmode.h901 bool next_mode (scalar_int_mode *);
H A Dstor-layout.cc2942 bit_field_mode_iterator::next_mode (scalar_int_mode *out_mode)
3039 while (iter.next_mode (&mode)
2933 bit_field_mode_iterator::next_mode (scalar_int_mode *out_mode) function in class:bit_field_mode_iterator
H A Doptabs.cc1645 machine_mode next_mode;
1648 && GET_MODE_WIDER_MODE (wider_mode).exists (&next_mode)
1652 next_mode, mode)
1639 machine_mode next_mode; local
H A Dexpmed.cc487 if (iter.next_mode (&best_mode))
505 while (iter.next_mode (&wider_mode)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc24794 machine_mode next_mode = smallest_mode_for_size (n, MODE_INT);
24795 int n_bits = GET_MODE_BITSIZE (next_mode).to_constant ();
24904 machine_mode cur_mode = BLKmode, next_mode;
24985 next_mode = smallest_mode_for_size (n, MODE_INT);
24986 int n_bits = GET_MODE_BITSIZE (next_mode).to_constant ();
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c21473 machine_mode cur_mode = BLKmode, next_mode; local
21532 next_mode = smallest_mode_for_size (n, MODE_INT);
21533 int n_bits = GET_MODE_BITSIZE (next_mode).to_constant ();

Completed in 502 milliseconds