Home
last modified time | relevance | path

Searched refs:hasFeatures (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.hpp39 bool hasFeatures(const VkPhysicalDeviceFeatures &requestedFeatures) const;
H A DlibVulkan.cpp811 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(lineRasterizationFeatures); in vkCreateDevice() local
812 if(!hasFeatures) in vkCreateDevice()
821 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(provokingVertexFeatures); in vkCreateDevice() local
822 if(!hasFeatures) in vkCreateDevice()
901 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(vk11Features); in vkCreateDevice() local
902 if(!hasFeatures) in vkCreateDevice()
911 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(vk12Features); in vkCreateDevice() local
912 if(!hasFeatures) in vkCreateDevice()
921 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(depthClipFeatures); in vkCreateDevice() local
922 if(!hasFeatures) in vkCreateDevice()
931 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(blendOpFeatures); vkCreateDevice() local
[all...]
H A DVkPhysicalDevice.cpp1092 bool PhysicalDevice::hasFeatures(const VkPhysicalDeviceFeatures &requestedFeatures) const in hasFeatures() function in vk::PhysicalDevice

Completed in 8 milliseconds