Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkprofiles/generated/
Dvulkan_profiles.h173 const VpProfileProperties* pEnabledFullProfiles; member
192 const VpProfileProperties* pEnabledFullProfiles; member
Dvulkan_profiles.cpp10210 uint32_t enabledFullProfileCount, const VpProfileProperties* pEnabledFullProfiles, in GatherBlocks() argument
10215 const std::vector<VpProfileProperties>& profiles = GatherProfiles(pEnabledFullProfiles[i]); in GatherBlocks()
10645 pCreateInfo->enabledFullProfileCount, pCreateInfo->pEnabledFullProfiles, in vpCreateInstance()
10961 pCreateInfo->enabledFullProfileCount, pCreateInfo->pEnabledFullProfiles, in vpCreateDevice()
/frameworks/native/vulkan/vkprofiles/
Dvkprofiles.cpp90 vpInstanceCreateInfo.pEnabledFullProfiles = pProfile; in vkProfileGetSupport()