Home
last modified time | relevance | path

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

/external/skqp/src/compute/common/cl/
Dfind_cl.c39 bool match_platform=false, match_device=false; in clFindIdsByName() local
74 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()