Home
last modified time | relevance | path

Searched refs:instance_info (Results 1 - 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/tests/
H A Dhtest_sc.c63 VkInstanceCreateInfo instance_info; in main() local
66 instance_info.sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO, in main()
67 instance_info.pNext = NULL, in main()
68 instance_info.flags = 0, in main()
69 instance_info.pApplicationInfo = NULL, in main()
70 instance_info.enabledLayerCount = 0, in main()
71 instance_info.ppEnabledLayerNames = NULL, in main()
72 instance_info.enabledExtensionCount = 0, in main()
73 instance_info.ppEnabledExtensionNames = NULL, in main()
75 vkCreateInstance(&instance_info, NUL in main()
[all...]
H A Dhtest.c51 VkInstanceCreateInfo instance_info; in main() local
54 instance_info.sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO, in main()
55 instance_info.pNext = NULL, in main()
56 instance_info.flags = 0, in main()
57 instance_info.pApplicationInfo = NULL, in main()
58 instance_info.enabledLayerCount = 0, in main()
59 instance_info.ppEnabledLayerNames = NULL, in main()
60 instance_info.enabledExtensionCount = 0, in main()
61 instance_info.ppEnabledExtensionNames = NULL, in main()
63 vkCreateInstance(&instance_info, NUL in main()
[all...]
H A Dhpptest.cpp15 auto const instance_info = vk::InstanceCreateInfo(); in main() local
16 vk::Instance instance = vk::createInstance(instance_info); in main()
/third_party/mesa3d/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c45 struct instance_info { struct
92 device_select_layer_add_instance(VkInstance instance, struct instance_info *info) in device_select_layer_add_instance()
100 static struct instance_info *
104 struct instance_info *info = NULL; in device_select_layer_get_instance()
108 info = (struct instance_info *)entry->data; in device_select_layer_get_instance()
132 struct instance_info *info = (struct instance_info *)calloc(1, sizeof(struct instance_info)); in device_select_CreateInstance()
186 struct instance_info *info = device_select_layer_get_instance(instance); in device_select_DestroyInstance()
193 static void get_device_properties(const struct instance_info *inf
[all...]
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.cpp558 instance_info.sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO; in InstanceCreateInfo()
569 instance_info.pApplicationInfo = &application_info;
571 instance_info.flags = flags;
572 instance_info.enabledLayerCount = static_cast<uint32_t>(enabled_layers.size());
573 instance_info.ppEnabledLayerNames = enabled_layers.data();
574 instance_info.enabledExtensionCount = static_cast<uint32_t>(enabled_extensions.size());
575 instance_info.ppEnabledExtensionNames = enabled_extensions.data();
576 return &instance_info;
H A Dtest_environment.cpp301 create_info.instance_info.pNext = logger.get();
305 create_info.instance_info.pNext = wrapper.get();
H A Dtest_util.h683 BUILDER_VALUE(InstanceCreateInfo, VkInstanceCreateInfo, instance_info, {})
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.cc684 VkInstanceCreateInfo instance_info = VkInstanceCreateInfo(); in CreateVulkanInstance() local
685 instance_info.sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO; in CreateVulkanInstance()
686 instance_info.pApplicationInfo = &app_info; in CreateVulkanInstance()
695 instance_info.enabledLayerCount = kNumberOfRequiredValidationLayers; in CreateVulkanInstance()
696 instance_info.ppEnabledLayerNames = kRequiredValidationLayers; in CreateVulkanInstance()
728 instance_info.enabledExtensionCount = in CreateVulkanInstance()
730 instance_info.ppEnabledExtensionNames = required_extensions_in_char.data(); in CreateVulkanInstance()
732 if (vkCreateInstance(&instance_info, nullptr, &vulkan_instance_) != in CreateVulkanInstance()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c409 return screen->instance_info.have_KHR_external_memory_capabilities && (screen->info.have_KHR_external_memory_fd || screen->info.have_KHR_external_memory_win32); in zink_get_param()
809 return screen->instance_info.have_EXT_debug_utils; in zink_get_param()
1375 screen->vk_version = MIN2(screen->info.device_version, screen->instance_info.loader_version); in choose_pdev()
1684 if (!screen->instance_info.have_MVK_moltenvk) in zink_internal_setup_moltenvk()
2162 screen->instance_info.loader_version = zink_get_loader_version(screen); in zink_internal_create_screen()
2169 screen->instance_info.disable_xcb_surface = driQueryOptionb(config->options, "disable_xcb_surface"); in zink_internal_create_screen()
2185 if (screen->instance_info.have_EXT_debug_utils && in zink_internal_create_screen()
2275 if (screen->instance_info.have_KHR_external_memory_capabilities) { in zink_internal_create_screen()
H A Dzink_screen.h149 struct zink_instance_info instance_info; member
H A Dzink_resource.c1873 || screen->instance_info.have_MVK_moltenvk in zink_buffer_map()
2273 if (screen->instance_info.have_KHR_external_memory_capabilities) { in zink_screen_resource_init()
/third_party/vulkan-loader/tests/
H A Dloader_alloc_callback_tests.cpp761 inst_create_info.instance_info.pNext = reinterpret_cast<const void*>(&ddl_list); in TEST()

Completed in 18 milliseconds