Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkprofiles/generated/
Dvulkan_profiles.cpp10726 uint32_t supported_device_extension_count = 0; in vpGetPhysicalDeviceProfileVariantsSupport() local
10727 …numerateDeviceExtensionProperties(physicalDevice, nullptr, &supported_device_extension_count, null… in vpGetPhysicalDeviceProfileVariantsSupport()
10732 if (supported_device_extension_count > 0) { in vpGetPhysicalDeviceProfileVariantsSupport()
10733 supported_device_extensions.resize(supported_device_extension_count); in vpGetPhysicalDeviceProfileVariantsSupport()
10735 …numerateDeviceExtensionProperties(physicalDevice, nullptr, &supported_device_extension_count, supp… in vpGetPhysicalDeviceProfileVariantsSupport()
10741 if (supported_device_extension_count > 0) { in vpGetPhysicalDeviceProfileVariantsSupport()
10742 supported_device_extensions.resize(supported_device_extension_count); in vpGetPhysicalDeviceProfileVariantsSupport()