Searched refs:physicalDeviceFeatures2 (Results 1 – 3 of 3) sorted by relevance
59 VkPhysicalDeviceFeatures2 physicalDeviceFeatures2 = {}; in TEST_F() local60 physicalDeviceFeatures2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in TEST_F()61 physicalDeviceFeatures2.pNext = &physicalDeviceImagelessFramebufferFeatures; in TEST_F()63 …ASSERT_NO_FATAL_FAILURE(InitState(nullptr, &physicalDeviceFeatures2, VK_COMMAND_POOL_CREATE_RESET_… in TEST_F()432 VkPhysicalDeviceFeatures2 physicalDeviceFeatures2 = {}; in TEST_F() local433 physicalDeviceFeatures2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in TEST_F()434 physicalDeviceFeatures2.pNext = &physicalDeviceImagelessFramebufferFeatures; in TEST_F()435 …ASSERT_NO_FATAL_FAILURE(InitState(nullptr, &physicalDeviceFeatures2, VK_COMMAND_POOL_CREATE_RESET_… in TEST_F()589 VkPhysicalDeviceFeatures2 physicalDeviceFeatures2 = {}; in TEST_F() local590 physicalDeviceFeatures2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in TEST_F()[all …]
119 …VkPhysicalDeviceFeatures2 physicalDeviceFeatures2 { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATUR… in createTestDevice() local122 void** nextPtr = &physicalDeviceFeatures2.pNext; in createTestDevice()164 deviceInfo.pNext = deviceExtensions.empty() ? DE_NULL : &physicalDeviceFeatures2; in createTestDevice()
723 …const VkPhysicalDeviceFeatures2 *physicalDeviceFeatures2 = reinterpret_cast<const VkPhysicalDevice… in vkCreateDevice() local725 enabledFeatures = &physicalDeviceFeatures2->features; in vkCreateDevice()