Searched refs:device_max_dimensions (Results 1 – 2 of 2) sorted by relevance
423 cl_uint device_max_dimensions; in test_thread_dimensions() local446 …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()
516 cl_uint device_max_dimensions; in prepareDevice() local526 sizeof(device_max_dimensions), &device_max_dimensions, NULL); in prepareDevice()