Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/device_partition/
Dtest_device_partition.cpp372 …properties_t supportedProps( 3 ); // only 3 types defined in the spec (but implementation can defi… in test_device_partition_type_support() local
383 supportedProps.resize( size / propSize ); in test_device_partition_type_support()
385 …nfo( parentDevice, CL_DEVICE_PARTITION_PROPERTIES, supportedProps.size() * propSize, & supportedPr… in test_device_partition_type_support()
393 for ( int i = 0; i < supportedProps.size(); i++) in test_device_partition_type_support()
395 if (supportedProps[i] == partitionType) in test_device_partition_type_support()