Searched refs:enable_inclusive (Results 1 – 2 of 2) sorted by relevance
4000 else if (ws->enable_inclusive) in ac_build_wg_wavescan_bottom()4022 if (ws->enable_inclusive) in ac_build_wg_wavescan_bottom()4066 bool enable_inclusive = ws->enable_inclusive; in ac_build_wg_scan_top() local4068 ws->enable_inclusive = false; in ac_build_wg_scan_top()4069 ws->enable_exclusive = ws->enable_exclusive || enable_inclusive; in ac_build_wg_scan_top()4071 ws->enable_inclusive = enable_inclusive; in ac_build_wg_scan_top()4083 bool enable_inclusive = ws->enable_inclusive; in ac_build_wg_scan_bottom() local4085 ws->enable_inclusive = false; in ac_build_wg_scan_bottom()4086 ws->enable_exclusive = ws->enable_exclusive || enable_inclusive; in ac_build_wg_scan_bottom()4088 ws->enable_inclusive = enable_inclusive; in ac_build_wg_scan_bottom()[all …]
508 bool enable_inclusive; member