Searched refs:WorkGroupParams (Results 1 – 12 of 12) sorted by relevance
/external/OpenCL-CTS/test_conformance/subgroups/ |
D | test_barrier.cpp | 63 const WorkGroupParams &test_params) in gen() 96 const WorkGroupParams &test_params) in chk() 160 WorkGroupParams test_params(global_work_size, local_work_size); in test_barrier_functions()
|
D | test_subgroup_ballot.cpp | 26 static void gen(Ty *x, Ty *t, cl_int *m, const WorkGroupParams &test_params) in gen() 41 const WorkGroupParams &test_params) in chk() 107 static void gen(Ty *x, Ty *t, cl_int *m, const WorkGroupParams &test_params) in gen() 159 const WorkGroupParams &test_params) in chk() 271 static void gen(Ty *x, Ty *t, cl_int *m, const WorkGroupParams &test_params) in gen() 286 const WorkGroupParams &test_params) in chk() 366 static void gen(Ty *x, Ty *t, cl_int *m, const WorkGroupParams &test_params) in gen() 462 const WorkGroupParams &test_params) in chk() 597 static void gen(Ty *x, Ty *t, cl_int *m, const WorkGroupParams &test_params) in gen() 635 const WorkGroupParams &test_params) in chk() [all …]
|
D | subgroup_common_templates.h | 69 static void gen(Ty *x, Ty *t, cl_int *m, const WorkGroupParams &test_params) in gen() 176 const WorkGroupParams &test_params) in chk() 444 static void gen(Ty *x, Ty *t, cl_int *m, const WorkGroupParams &test_params) in gen() 507 const WorkGroupParams &test_params) in chk() 575 static void gen(Ty *x, Ty *t, cl_int *m, const WorkGroupParams &test_params) in gen() 594 const WorkGroupParams &test_params) in chk() 686 static void gen(Ty *x, Ty *t, cl_int *m, const WorkGroupParams &test_params) in gen() 706 const WorkGroupParams &test_params) in chk() 805 static void gen(Ty *x, Ty *t, cl_int *m, const WorkGroupParams &test_params) in gen() 825 const WorkGroupParams &test_params) in chk()
|
D | test_ifp.cpp | 229 const WorkGroupParams &test_params) in gen() 249 const WorkGroupParams &test_params) in chk() 293 WorkGroupParams test_params(global_work_size, local_work_size); in test_ifp()
|
D | test_subgroup.cpp | 28 const WorkGroupParams &test_params) in gen() 72 const WorkGroupParams &test_params) in chk() 183 WorkGroupParams test_params(global_work_size, local_work_size); in test_subgroup_functions()
|
D | test_subgroup_clustered_reduce.cpp | 173 static void gen(Ty *x, Ty *t, cl_int *m, const WorkGroupParams &test_params) in gen() 186 const WorkGroupParams &test_params) in chk() 313 WorkGroupParams test_params(global_work_size, local_work_size, in test_subgroup_functions_clustered_reduce()
|
D | test_subgroup_non_uniform_vote.cpp | 25 static void gen(T *x, T *t, cl_int *m, const WorkGroupParams &test_params) in gen() 96 const WorkGroupParams &test_params) in chk() 284 WorkGroupParams test_params(global_work_size, local_work_size, in test_subgroup_functions_non_uniform_vote()
|
D | test_subgroup_shuffle.cpp | 61 WorkGroupParams test_params(global_work_size, local_work_size, in test_subgroup_functions_shuffle()
|
D | test_subgroup_shuffle_relative.cpp | 64 WorkGroupParams test_params(global_work_size, local_work_size, in test_subgroup_functions_shuffle_relative()
|
D | subhelpers.h | 32 struct WorkGroupParams struct 34 WorkGroupParams(size_t gws, size_t lws, 1240 const char *src, WorkGroupParams test_params) 1253 const char *src, WorkGroupParams test_params) 1464 WorkGroupParams test_params) 1491 WorkGroupParams test_params_;
|
D | test_subgroup_extended_types.cpp | 67 WorkGroupParams test_params(global_work_size, local_work_size, in test_subgroup_functions_extended_types()
|
D | test_subgroup_non_uniform_arithmetic.cpp | 446 WorkGroupParams test_params(global_work_size, local_work_size, in test_subgroup_functions_non_uniform_arithmetic()
|