Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/api/
Dtest_api_consistency.cpp246 cl_device_device_enqueue_capabilities dseCaps = 0; in test_consistency_device_enqueue() local
248 sizeof(dseCaps), &dseCaps, NULL); in test_consistency_device_enqueue()
251 if (dseCaps == 0) in test_consistency_device_enqueue()
342 if ((dseCaps & CL_DEVICE_QUEUE_REPLACEABLE_DEFAULT) == 0) in test_consistency_device_enqueue()
358 if ((dseCaps & CL_DEVICE_QUEUE_REPLACEABLE_DEFAULT) != 0 in test_consistency_device_enqueue()
359 && (dseCaps & CL_DEVICE_QUEUE_SUPPORTED) == 0) in test_consistency_device_enqueue()
368 if ((dseCaps & CL_DEVICE_QUEUE_SUPPORTED) != 0) in test_consistency_device_enqueue()