Home
last modified time | relevance | path

Searched refs:active_work_items (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_subgroup_non_uniform_vote.cpp141 std::set<int> active_work_items; in chk() local
147 active_work_items.insert(i); in chk()
163 mx[ii + *active_work_items.begin()]) in chk()
173 if (active_work_items.empty()) in chk()
181 auto lowest_active = active_work_items.begin(); in chk()
182 for (const int &active_work_item : active_work_items) in chk()
Dsubgroup_common_templates.h624 std::set<int> active_work_items; in chk() local
630 active_work_items.insert(i); in chk()
633 if (active_work_items.empty()) in chk()
640 else if (active_work_items.size() == 1) in chk()
651 for (const int &active_work_item : active_work_items) in chk()
738 std::set<int> active_work_items; in chk() local
750 active_work_items.insert(i); in chk()
753 if (active_work_items.empty()) in chk()
763 for (const int &active_work_item : active_work_items) in chk()
766 if (active_work_items.size() == 1) in chk()
[all …]