Searched refs:device_extension_names (Results 1 – 8 of 8) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | test_environment.cpp | 85 std::vector<const char *> device_extension_names; in SetUp() local 88 device_extension_names.push_back(VK_KHR_SWAPCHAIN_EXTENSION_NAME); in SetUp() 129 for (uint32_t i = 0; i < device_extension_names.size(); i++) { in SetUp() 132 if (!strcmp(device_extension_names[i], device_extensions[j].extensionName)) { in SetUp() 136 ASSERT_EQ(extFound, 1) << "ERROR: Cannot find extension named " << device_extension_names[i] in SetUp() 144 devs_[i]->init(device_extension_names); in SetUp()
|
D | layer_validation_tests.cpp | 579 …ss2Support(VkRenderFramework *renderFramework, std::vector<const char *> &device_extension_names) { in CheckCreateRenderPass2Support() argument 581 device_extension_names.push_back(VK_KHR_MULTIVIEW_EXTENSION_NAME); in CheckCreateRenderPass2Support() 582 device_extension_names.push_back(VK_KHR_MAINTENANCE2_EXTENSION_NAME); in CheckCreateRenderPass2Support() 583 device_extension_names.push_back(VK_KHR_CREATE_RENDERPASS_2_EXTENSION_NAME); in CheckCreateRenderPass2Support() 591 … std::vector<const char *> &device_extension_names, in CheckDescriptorIndexingSupportAndInitFramework() argument 603 device_extension_names.push_back(VK_KHR_MAINTENANCE3_EXTENSION_NAME); in CheckDescriptorIndexingSupportAndInitFramework() 604 device_extension_names.push_back(VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME); in CheckDescriptorIndexingSupportAndInitFramework() 1702 …elper::InitDeviceExtensions(VkLayerTest &test, std::vector<const char *> &device_extension_names) { in InitDeviceExtensions() argument 1707 device_extension_names.push_back(device_extension); in InitDeviceExtensions()
|
D | layer_validation_tests.h | 196 …ass2Support(VkRenderFramework *renderFramework, std::vector<const char *> &device_extension_names); 201 … std::vector<const char *> &device_extension_names, 585 …ic bool InitDeviceExtensions(VkLayerTest &test, std::vector<const char *> &device_extension_names);
|
D | vklayertests_pipeline_shader.cpp | 5336 std::vector<const char *> device_extension_names; in TEST_F() local 5343 VkDeviceObj test_device(0, gpu(), device_extension_names, &features, &image_footprint_features); in TEST_F() 5390 std::vector<const char *> device_extension_names; in TEST_F() local 5397 …VkDeviceObj test_device(0, gpu(), device_extension_names, &features, &fragment_shader_barycentric_… in TEST_F() 5436 std::vector<const char *> device_extension_names; in TEST_F() local 5444 …VkDeviceObj test_device(0, gpu(), device_extension_names, &features, &compute_shader_derivatives_f… in TEST_F() 5497 std::vector<const char *> device_extension_names; in TEST_F() local 5516 …VkDeviceObj test_device(0, gpu(), device_extension_names, &features, &fragment_shader_interlock_fe… in TEST_F() 5554 std::vector<const char *> device_extension_names; in TEST_F() local 5571 VkDeviceObj test_device(0, gpu(), device_extension_names, &features, &demote_features); in TEST_F()
|
D | vklayertests_others.cpp | 1524 std::vector<const char *> device_extension_names; in TEST_F() local 1555 VkDeviceObj test_device(0, gpu(), device_extension_names, &features); in TEST_F() 1611 std::vector<const char *> device_extension_names; in TEST_F() local 1617 VkDeviceObj test_device(0, gpu(), device_extension_names, &features); in TEST_F() 4161 … std::vector<const char *> &device_extension_names, void *user_data) { in InitFrameworkForRayTracingTest() argument 4184 device_extension_names.push_back(required_device_extension); in InitFrameworkForRayTracingTest()
|
D | vkpositivelayertests.cpp | 5802 std::vector<const char *> device_extension_names; in TEST_F() local 5807 VkDeviceObj test_device(0, gpu(), device_extension_names, &features); in TEST_F()
|
/external/angle/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.h | 158 std::vector<const char *> device_extension_names; member
|
D | vulkan_command_buffer_utils.cpp | 262 info.device_extension_names.push_back(VK_KHR_SWAPCHAIN_EXTENSION_NAME); in init_device_extension_names() 705 device_info.enabledExtensionCount = info.device_extension_names.size(); in init_device() 707 device_info.enabledExtensionCount ? info.device_extension_names.data() : NULL; in init_device()
|