Home
last modified time | relevance | path

Searched refs:ext_props (Results 1 - 7 of 7) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dloader_linux.c276 VkExtensionProperties *ext_props = in linux_read_sorted_physical_devices() local
278 if (NULL == ext_props) { in linux_read_sorted_physical_devices()
283 &ext_count, ext_props); in linux_read_sorted_physical_devices()
285 if (!strcmp(ext_props[ext].extensionName, VK_EXT_PCI_BUS_INFO_EXTENSION_NAME)) { in linux_read_sorted_physical_devices()
380 VkExtensionProperties *ext_props = in linux_sort_physical_device_groups() local
382 if (NULL == ext_props) { in linux_sort_physical_device_groups()
386 sorted_group_term[group].internal_device_info[gpu].physical_device, NULL, &ext_count, ext_props); in linux_sort_physical_device_groups()
388 if (!strcmp(ext_props[ext].extensionName, VK_EXT_PCI_BUS_INFO_EXTENSION_NAME)) { in linux_sort_physical_device_groups()
H A Dextension_manual.c361 VkExtensionProperties *ext_props = NULL; in terminator_GetPhysicalDeviceToolPropertiesEXT() local
370 ext_props = loader_instance_heap_alloc(icd_term->this_instance, sizeof(VkExtensionProperties) * ext_count, in terminator_GetPhysicalDeviceToolPropertiesEXT()
372 if (!ext_props) { in terminator_GetPhysicalDeviceToolPropertiesEXT()
377 enumerate_res = icd_term->dispatch.EnumerateDeviceExtensionProperties(phys_dev_term->phys_dev, NULL, &ext_count, ext_props); in terminator_GetPhysicalDeviceToolPropertiesEXT()
383 if (strncmp(ext_props[i].extensionName, VK_EXT_TOOLING_INFO_EXTENSION_NAME, VK_MAX_EXTENSION_NAME_SIZE) == 0) { in terminator_GetPhysicalDeviceToolPropertiesEXT()
399 loader_instance_heap_free(icd_term->this_instance, ext_props); in terminator_GetPhysicalDeviceToolPropertiesEXT()
H A Dloader.c611 VkExtensionProperties *ext_props; in loader_add_instance_extensions() local
640 ext_props = loader_stack_alloc(count * sizeof(VkExtensionProperties)); in loader_add_instance_extensions()
641 if (NULL == ext_props) { in loader_add_instance_extensions()
646 res = fp_get_props(NULL, &count, ext_props); in loader_add_instance_extensions()
654 bool ext_unsupported = wsi_unsupported_instance_extension(&ext_props[i]); in loader_add_instance_extensions()
656 res = loader_add_to_ext_list(inst, ext_list, 1, &ext_props[i]); in loader_add_instance_extensions()
673 VkExtensionProperties *ext_props = NULL; in loader_add_device_extensions() local
682 ext_props = loader_stack_alloc(count * sizeof(VkExtensionProperties)); in loader_add_device_extensions()
683 if (!ext_props) { in loader_add_device_extensions()
689 res = fpEnumerateDeviceExtensionProperties(physical_device, NULL, &count, ext_props); in loader_add_device_extensions()
[all...]
/third_party/vulkan-loader/tests/
H A Dloader_settings_tests.cpp1313 uint32_t ext_props = 52; in TEST() local
1314 layer.set_reported_extension_props(ext_props); in TEST()
1317 ASSERT_EQ(count, ext_props); in TEST()
1342 uint32_t ext_props = 52; in TEST() local
1343 layer.set_reported_extension_props(ext_props); in TEST()
1372 uint32_t ext_props = 52; in TEST() local
1373 layer.set_reported_extension_props(ext_props); in TEST()
1376 ASSERT_EQ(count, ext_props); in TEST()
H A Dloader_layer_tests.cpp178 uint32_t ext_props = 52; in TEST() local
180 layer.set_reported_extension_props(ext_props); in TEST()
184 ASSERT_EQ(count, ext_props); in TEST()
192 ASSERT_NE(count, ext_props); in TEST()
H A Dloader_regression_tests.cpp406 VkExtensionProperties ext_props{}; in TEST()
407 ASSERT_EQ(VK_SUCCESS, env.vulkan_functions.vkEnumerateDeviceExtensionProperties(phys_dev, nullptr, &ext_count, &ext_props)); in TEST()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c2714 VkExternalImageFormatProperties ext_props = { in vulkan_map_from_drm_frame_desc() local
2719 .pNext = &ext_props, in vulkan_map_from_drm_frame_desc()

Completed in 28 milliseconds