Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_feature_macro.cpp660 std::vector<std::string> vec_device_feature_names; in test_consistency_c_features_list() local
684 vec_device_feature_names.push_back(each_f.name); in test_consistency_c_features_list()
687 sort(vec_device_feature_names.begin(), vec_device_feature_names.end()); in test_consistency_c_features_list()
689 if (vec_device_feature_names == vec_to_cmp) in test_consistency_c_features_list()
700 for (auto each_f : vec_device_feature_names) in test_consistency_c_features_list()