Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/thread_dimensions/
Dtest_thread_dimensions.cpp423 cl_uint device_max_dimensions; in test_thread_dimensions() local
446 …o(device, CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS, sizeof(device_max_dimensions), &device_max_dimension… in test_thread_dimensions()
449 if (dimensions > device_max_dimensions) { in test_thread_dimensions()
450 …o("Can not test %d dimensions when device only supports %d.\n", dimensions, device_max_dimensions); in test_thread_dimensions()
/external/OpenCL-CTS/test_conformance/non_uniform_work_group/
DTestNonUniformWorkGroup.cpp516 cl_uint device_max_dimensions; in prepareDevice() local
526 sizeof(device_max_dimensions), &device_max_dimensions, NULL); in prepareDevice()