Searched refs:structureTypes (Results 1 – 1 of 1) sorted by relevance
141 VPAPI_ATTR void GatherStructureTypes(std::vector<VkStructureType>& structureTypes, VkBaseOutStructu… in GatherStructureTypes() argument143 …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() local10990 … 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()