Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp1019 const VkBool32 *supportedFeature = reinterpret_cast<const VkBool32 *>(&supportedFeatures); in hasFeatures() local
1025 if((requestedFeature[i] != VK_FALSE) && (supportedFeature[i] == VK_FALSE)) in hasFeatures()