Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkprofiles/generated/
Dvulkan_profiles.cpp141 VPAPI_ATTR void GatherStructureTypes(std::vector<VkStructureType>& structureTypes, VkBaseOutStructu… in GatherStructureTypes() argument
143 …if (std::find(structureTypes.begin(), structureTypes.end(), pNext->sType) == structureTypes.end())… in GatherStructureTypes()
144 structureTypes.push_back(pNext->sType); in GatherStructureTypes()
10965 std::vector<VkStructureType> structureTypes; in vpCreateDevice() local
10990 … if (std::find(structureTypes.begin(), structureTypes.end(), type) == std::end(structureTypes)) { in vpCreateDevice()
10991 structureTypes.push_back(type); in vpCreateDevice()
11001 detail::GatherStructureTypes(structureTypes, pNext); in vpCreateDevice()
11003 chain->Build(structureTypes); in vpCreateDevice()