Searched refs:max_local (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/api/ |
D | test_sub_group_dispatch.cpp | 64 size_t max_local; in test_sub_group_dispatch() local 85 …error = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_WORK_GROUP_SIZE, sizeof(size_t), &max_local, NULL); in test_sub_group_dispatch() 94 …sizeof(max_local), &max_local, sizeof(kernel_max_subgroup_size), (void *)&kernel_max_subgroup_size… in test_sub_group_dispatch() 105 …sizeof(max_local), &max_local, sizeof(kernel_subgroup_count), (void *)&kernel_subgroup_count, &rea… in test_sub_group_dispatch()
|