Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_workitem.cpp24 cl_uint numSubGroups; member
32 && numSubGroups == x.numSubGroups && subGroupId == x.subGroupId in operator ==()
49 if (result[i].subGroupId == result[0].numSubGroups - 1 in check_group()
85 if (result[first].numSubGroups == 0 || result[first].numSubGroups > ensg) in check_group()
89 result[first].numSubGroups); in check_group()
97 || result[i].numSubGroups != result[first].numSubGroups) in check_group()
102 if (result[i].subGroupId >= result[first].numSubGroups) in check_group()
116 if (result[first].numSubGroups > 1) in check_group()
118 if (result[i].subGroupId < result[first].numSubGroups - 1) in check_group()
Dtest_queries.cpp22 cl_uint numSubGroups; member
181 if (result[i].numSubGroups != (cl_uint)kernel_subgroup_count) in test_sub_group_info()
185 result[i].numSubGroups, (cl_uint)kernel_subgroup_count); in test_sub_group_info()