Searched refs:pd_features2 (Results 1 – 3 of 3) sorted by relevance
1141 VkPhysicalDeviceFeatures2 pd_features2 = {}; in TEST_F() local1142 pd_features2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in TEST_F()1143 pd_features2.pNext = &vadf; in TEST_F()1149 device_create_info.pNext = &pd_features2; in TEST_F()2490 VkPhysicalDeviceFeatures2 pd_features2{}; in TEST_F() local2491 pd_features2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in TEST_F()2492 pd_features2.pNext = &host_query_reset_features; in TEST_F()2494 ASSERT_NO_FATAL_FAILURE(InitState(nullptr, &pd_features2)); in TEST_F()2535 VkPhysicalDeviceFeatures2 pd_features2{}; in TEST_F() local2536 pd_features2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in TEST_F()[all …]
1442 VkPhysicalDeviceFeatures2 pd_features2 = {}; in TEST_F() local1443 pd_features2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in TEST_F()1444 pd_features2.pNext = &vadf; in TEST_F()1446 ASSERT_NO_FATAL_FAILURE(InitState(nullptr, &pd_features2)); in TEST_F()1542 VkPhysicalDeviceFeatures2 pd_features2 = {}; in TEST_F() local1543 pd_features2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in TEST_F()1544 pd_features2.pNext = &vadf; in TEST_F()1546 ASSERT_NO_FATAL_FAILURE(InitState(nullptr, &pd_features2)); in TEST_F()1602 VkPhysicalDeviceFeatures2 pd_features2 = {}; in TEST_F() local1603 pd_features2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in TEST_F()[all …]
7551 VkPhysicalDeviceFeatures2 pd_features2{}; in TEST_F() local7552 pd_features2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in TEST_F()7553 pd_features2.pNext = &host_query_reset_features; in TEST_F()7555 ASSERT_NO_FATAL_FAILURE(InitState(nullptr, &pd_features2)); in TEST_F()