Home
last modified time | relevance | path

Searched refs:last_subgroup_size (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_subgroup_non_uniform_vote.cpp35 int last_subgroup_size = 0; in gen() local
57 last_subgroup_size); in gen()
62 if (last_subgroup_size && j == nj - 1) in gen()
64 n = last_subgroup_size; in gen()
108 int last_subgroup_size = 0; in chk() local
115 last_subgroup_size); in chk()
126 if (last_subgroup_size && j == nj - 1) in chk()
128 n = last_subgroup_size; in chk()
Dtest_subgroup_ballot.cpp53 int last_subgroup_size = 0; in chk() local
60 last_subgroup_size); in chk()
72 if (last_subgroup_size && sb_id == sb_number - 1) in chk()
74 current_sbs = last_subgroup_size; in chk()
168 int last_subgroup_size = 0; in chk() local
177 last_subgroup_size); in chk()
191 if (last_subgroup_size && sb_id == sb_number - 1) in chk()
193 current_sbs = last_subgroup_size; in chk()
296 int last_subgroup_size = 0; in chk() local
305 last_subgroup_size); in chk()
[all …]
Dsubgroup_common_templates.h79 int last_subgroup_size = 0; in gen() local
94 last_subgroup_size); in gen()
99 if (last_subgroup_size && j == nj - 1) in gen()
101 n = last_subgroup_size; in gen()
117 if (last_subgroup_size && j == nj - 1 in gen()
118 && last_subgroup_size < NR_OF_ACTIVE_WORK_ITEMS) in gen()
120 bcast_if = bcast_index % last_subgroup_size; in gen()
186 int last_subgroup_size = 0; in chk() local
194 last_subgroup_size); in chk()
205 if (last_subgroup_size && j == nj - 1) in chk()
[all …]
Dsubhelpers.h1430 int &last_subgroup_size)
1433 last_subgroup_size = non_uniform_size % subgroup_size;