Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_others.cpp1141 VkPhysicalDeviceFeatures2 pd_features2 = {}; in TEST_F() local
1142 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() local
2491 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() local
2536 pd_features2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in TEST_F()
[all …]
Dvklayertests_pipeline_shader.cpp1442 VkPhysicalDeviceFeatures2 pd_features2 = {}; in TEST_F() local
1443 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() local
1543 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() local
1603 pd_features2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in TEST_F()
[all …]
Dvkpositivelayertests.cpp7551 VkPhysicalDeviceFeatures2 pd_features2{}; in TEST_F() local
7552 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()