Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkprofiles/generated/
Dvulkan_profiles.cpp10566 std::vector<VkExtensionProperties> supported_instance_extensions; in vpGetInstanceProfileVariantsSupport() local
10568 supported_instance_extensions.resize(supported_instance_extension_count); in vpGetInstanceProfileVariantsSupport()
10570 …onProperties(pLayerName, &supported_instance_extension_count, supported_instance_extensions.data()… in vpGetInstanceProfileVariantsSupport()
10581 for (size_t i = 0; i < supported_instance_extensions.size(); ++i) { in vpGetInstanceProfileVariantsSupport()
10582 …if (strcmp(supported_instance_extensions[i].extensionName, VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2… in vpGetInstanceProfileVariantsSupport()
10599 …detail::vpGetInstanceProfileSupportSingleProfile(api_version, supported_instance_extensions, pProf… in vpGetInstanceProfileVariantsSupport()
10606 …result = detail::vpGetInstanceProfileSupportSingleProfile(0, supported_instance_extensions, &pProf… in vpGetInstanceProfileVariantsSupport()