Lines Matching refs:ext_props
721 VkExtensionProperties *ext_props; local
741 ext_props = loader_stack_alloc(count * sizeof(VkExtensionProperties));
743 res = fp_get_props(NULL, &count, ext_props);
754 wsi_unsupported_instance_extension(&ext_props[i]);
757 VK_MAJOR(ext_props[i].specVersion),
758 VK_MINOR(ext_props[i].specVersion),
759 VK_PATCH(ext_props[i].specVersion));
762 ext_props[i].extensionName, lib_name, spec_version);
763 res = loader_add_to_ext_list(inst, ext_list, 1, &ext_props[i]);
783 uint32_t count, VkExtensionProperties *ext_props, argument
798 VK_MAJOR(ext_props[i].specVersion),
799 VK_MINOR(ext_props[i].specVersion),
800 VK_PATCH(ext_props[i].specVersion));
803 ext_props[i].extensionName,
805 res = loader_add_to_ext_list(inst, ext_list, 1, &ext_props[i]);
821 VkExtensionProperties *ext_props; local
826 ext_props = loader_stack_alloc(count * sizeof(VkExtensionProperties));
827 if (!ext_props) {
831 &count, ext_props);
839 VK_MAJOR(ext_props[i].specVersion),
840 VK_MINOR(ext_props[i].specVersion),
841 VK_PATCH(ext_props[i].specVersion));
844 ext_props[i].extensionName, lib_name, spec_version);
845 res = loader_add_to_ext_list(inst, ext_list, 1, &ext_props[i]);