Lines Matching defs:ext_props
611 VkExtensionProperties *ext_props;
640 ext_props = loader_stack_alloc(count * sizeof(VkExtensionProperties));
641 if (NULL == ext_props) {
646 res = fp_get_props(NULL, &count, ext_props);
654 bool ext_unsupported = wsi_unsupported_instance_extension(&ext_props[i]);
656 res = loader_add_to_ext_list(inst, ext_list, 1, &ext_props[i]);
673 VkExtensionProperties *ext_props = NULL;
682 ext_props = loader_stack_alloc(count * sizeof(VkExtensionProperties));
683 if (!ext_props) {
689 res = fpEnumerateDeviceExtensionProperties(physical_device, NULL, &count, ext_props);
694 res = loader_add_to_ext_list(inst, ext_list, 1, &ext_props[i]);