Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkprofiles/generated/
Dvulkan_profiles.h172 uint32_t enabledFullProfileCount; member
191 uint32_t enabledFullProfileCount; member
Dvulkan_profiles.cpp10210 uint32_t enabledFullProfileCount, const VpProfileProperties* pEnabledFullProfiles, in GatherBlocks() argument
10214 for (std::size_t i = 0; i < enabledFullProfileCount; ++i) { in GatherBlocks()
10645 pCreateInfo->enabledFullProfileCount, pCreateInfo->pEnabledFullProfiles, in vpCreateInstance()
10961 pCreateInfo->enabledFullProfileCount, pCreateInfo->pEnabledFullProfiles, in vpCreateDevice()
/frameworks/native/vulkan/vkprofiles/
Dvkprofiles.cpp89 vpInstanceCreateInfo.enabledFullProfileCount = 1; in vkProfileGetSupport()