Searched refs:supported_device_extensions (Results 1 – 1 of 1) sorted by relevance
10731 std::vector<VkExtensionProperties> supported_device_extensions; in vpGetPhysicalDeviceProfileVariantsSupport() local10733 supported_device_extensions.resize(supported_device_extension_count); in vpGetPhysicalDeviceProfileVariantsSupport()10735 …es(physicalDevice, nullptr, &supported_device_extension_count, supported_device_extensions.data()); in vpGetPhysicalDeviceProfileVariantsSupport()10742 supported_device_extensions.resize(supported_device_extension_count); in vpGetPhysicalDeviceProfileVariantsSupport()10839 …if (!detail::CheckExtension(supported_device_extensions.data(), supported_device_extensions.size()… in vpGetPhysicalDeviceProfileVariantsSupport()