Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/device_partition/
Dtest_device_partition.cpp431 … cl_device_partition_property *properties_returned = (cl_device_partition_property *)alloca(psize); in test_partition_of_device() local
432 …err = clGetDeviceInfo(deviceID, CL_DEVICE_PARTITION_TYPE, psize, (void *) properties_returned, NUL… in test_partition_of_device()
437 if (properties_returned[i] != partition_type[i]) { in test_partition_of_device()
440 (properties_returned[1] == CL_DEVICE_AFFINITY_DOMAIN_NUMA || in test_partition_of_device()
441 properties_returned[1] == CL_DEVICE_AFFINITY_DOMAIN_L4_CACHE || in test_partition_of_device()
442 properties_returned[1] == CL_DEVICE_AFFINITY_DOMAIN_L3_CACHE || in test_partition_of_device()
443 properties_returned[1] == CL_DEVICE_AFFINITY_DOMAIN_L2_CACHE || in test_partition_of_device()
444 properties_returned[1] == CL_DEVICE_AFFINITY_DOMAIN_L1_CACHE))) { in test_partition_of_device()
445 …ror("properties_returned[%d] 0x%x != 0x%x partition_type[%d].", i, properties_returned[i], partiti… in test_partition_of_device()