Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_workitem.cpp37 static int check_group(const get_test_data *result, int nw, cl_uint ensg, in check_group() argument
85 if (result[first].numSubGroups == 0 || result[first].numSubGroups > ensg) in check_group()
109 if (result[i].enqNumSubGroups != ensg) in check_group()
194 cl_uint ensg; in test_work_item_functions() local
276 ensg = result[0].enqNumSubGroups; in test_work_item_functions()
279 error = check_group(result, nw, ensg, maxwgs); in test_work_item_functions()
303 error = check_group(result + q * nw, r, ensg, maxwgs); in test_work_item_functions()