Home
last modified time | relevance | path

Searched defs:hasFeatures (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DlibVulkan.cpp811 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(lineRasterizationFeatures); in vkCreateDevice() local
821 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(provokingVertexFeatures); in vkCreateDevice() local
901 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(vk11Features); in vkCreateDevice() local
911 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(vk12Features); in vkCreateDevice() local
921 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(depthClipFeatures); in vkCreateDevice() local
931 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(blendOpFeatures); in vkCreateDevice() local
DVkPhysicalDevice.cpp1092 bool PhysicalDevice::hasFeatures(const VkPhysicalDeviceFeatures &requestedFeatures) const in hasFeatures() function in vk::PhysicalDevice