Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DlibVulkan.cpp828 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(lineRasterizationFeatures); in vkCreateDevice() local
838 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(provokingVertexFeatures); in vkCreateDevice() local
918 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(vk11Features); in vkCreateDevice() local
928 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(vk12Features); in vkCreateDevice() local
938 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(vk13Features); in vkCreateDevice() local
948 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(depthClipFeatures); in vkCreateDevice() local
958 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(blendOpFeatures); in vkCreateDevice() local
968 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(dynamicStateFeatures); in vkCreateDevice() local
978 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(privateDataFeatures); in vkCreateDevice() local
994 …bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(textureCompressionASTCHDRFeatures… in vkCreateDevice() local
[all …]
DVkPhysicalDevice.cpp1329 bool PhysicalDevice::hasFeatures(const VkPhysicalDeviceFeatures &requestedFeatures) const in hasFeatures() function in vk::PhysicalDevice