Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_workitem.cpp22 cl_uint subGroupSize; member
30 return subGroupSize == x.subGroupSize in operator ==()
62 if (result[first].subGroupSize == 0) in check_group()
75 if (result[first].subGroupSize > result[first].maxSubGroupSize) in check_group()
80 if (result[last].subGroupSize > result[first].subGroupSize) in check_group()
120 if (result[i].subGroupSize != result[first].subGroupSize) in check_group()
126 if (result[i].subGroupLocalId >= result[first].subGroupSize) in check_group()
136 if (result[i].subGroupSize != result[last].subGroupSize) in check_group()
142 if (result[i].subGroupLocalId >= result[last].subGroupSize) in check_group()
153 if (result[i].subGroupSize != result[first].subGroupSize) in check_group()
[all …]