Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp119 …VkPhysicalDeviceFeatures2 physicalDeviceFeatures2 { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATUR… in createTestDevice() local
122 void** nextPtr = &physicalDeviceFeatures2.pNext; in createTestDevice()
164 deviceInfo.pNext = deviceExtensions.empty() ? DE_NULL : &physicalDeviceFeatures2; in createTestDevice()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DlibVulkan.cpp728 …const VkPhysicalDeviceFeatures2 *physicalDeviceFeatures2 = reinterpret_cast<const VkPhysicalDevice… in vkCreateDevice() local
730 enabledFeatures = &physicalDeviceFeatures2->features; in vkCreateDevice()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_hash.hpp7308 …perator()( VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2 const & physicalDeviceFeatures2 ) const V… in operator ()()
7311 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures2.sType ); in operator ()()
7312 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures2.pNext ); in operator ()()
7313 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures2.features ); in operator ()()