Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkprofiles/generated/
Dvulkan_profiles.cpp10146 const detail::VpProfileDesc* profile_desc = detail::vpGetProfileDesc(profile.profileName); in GatherProfiles() local
10147 if (profile_desc != nullptr) { in GatherProfiles()
10148 …for (uint32_t profile_index = 0; profile_index < profile_desc->requiredProfileCount; ++profile_ind… in GatherProfiles()
10149 profiles.push_back(profile_desc->pRequiredProfiles[profile_index]); in GatherProfiles()
10313 …const detail::VpProfileDesc* profile_desc = detail::vpGetProfileDesc(profiles[profile_index].profi… in vpGetProfileStructureTypes() local
10314 if (profile_desc == nullptr) return VK_ERROR_UNKNOWN; in vpGetProfileStructureTypes()
10316 …for (uint32_t capability_index = 0; capability_index < profile_desc->requiredCapabilityCount; ++ca… in vpGetProfileStructureTypes()
10317 …const detail::VpCapabilitiesDesc& capabilities = profile_desc->pRequiredCapabilities[capability_in… in vpGetProfileStructureTypes()
10390 …const detail::VpProfileDesc* profile_desc = detail::vpGetProfileDesc(profiles[profile_index].profi… in vpGetProfileExtensionProperties() local
10391 if (profile_desc == nullptr) return VK_ERROR_UNKNOWN; in vpGetProfileExtensionProperties()
[all …]