Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkprofiles/generated/
Dvulkan_profiles.cpp111 …cture* vpExtractStructure(VkPhysicalDeviceFeatures2KHR* pFeatures, VkStructureType structureType) { in vpExtractStructure() argument
112 if (structureType == VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2_KHR) { in vpExtractStructure()
121 if (structureType == current->sType) { in vpExtractStructure()