Searched refs:vk_ext_prop (Results 1 – 2 of 2) sorted by relevance
100 bool has_vk_extension_property_array(const VkExtensionProperties *vk_ext_prop, const uint32_t count,102 bool has_vk_extension_property(const VkExtensionProperties *vk_ext_prop, const struct loader_extens…
312 bool has_vk_extension_property_array(const VkExtensionProperties *vk_ext_prop, const uint32_t count, in has_vk_extension_property_array() argument315 if (compare_vk_extension_properties(vk_ext_prop, &ext_array[i])) return true; in has_vk_extension_property_array()321 bool has_vk_extension_property(const VkExtensionProperties *vk_ext_prop, const struct loader_extens… in has_vk_extension_property() argument323 if (compare_vk_extension_properties(&ext_list->list[i], vk_ext_prop)) return true; in has_vk_extension_property()