Searched refs:match_platform (Results 1 – 1 of 1) sorted by relevance
39 bool match_platform=false, match_device=false; in clFindIdsByName() local74 if (!match_platform && (strstr(platform_name,target_platform_substring) != NULL)) in clFindIdsByName()76 match_platform = true; in clFindIdsByName()139 … if (!match_device && match_platform && (strstr(device_name,target_device_substring) != NULL)) in clFindIdsByName()189 if (!match_platform) in clFindIdsByName()