Lines Matching defs:ext
154 struct vk_device_extension_table *ext)
156 *ext = (struct vk_device_extension_table) {
582 vk_foreach_struct(ext, pFeatures->pNext)
584 if (vk_get_physical_device_core_1_1_feature_ext(ext, &core_1_1))
586 if (vk_get_physical_device_core_1_2_feature_ext(ext, &core_1_2))
588 if (vk_get_physical_device_core_1_3_feature_ext(ext, &core_1_3))
590 switch (ext->sType) {
593 (VkPhysicalDeviceConditionalRenderingFeaturesEXT *) ext;
600 (VkPhysicalDeviceTransformFeedbackFeaturesEXT *) ext;
607 (VkPhysicalDeviceIndexTypeUint8FeaturesEXT *)ext;
613 (VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT *)ext;
620 (VkPhysicalDeviceDepthClipEnableFeaturesEXT *)ext;
625 VkPhysicalDevice4444FormatsFeaturesEXT *features = (void *)ext;
631 VkPhysicalDeviceCustomBorderColorFeaturesEXT *features = (void *) ext;
810 vk_foreach_struct(ext, pProperties->pNext)
812 if (vk_get_physical_device_core_1_1_property_ext(ext, &core_1_1))
814 if (vk_get_physical_device_core_1_2_property_ext(ext, &core_1_2))
816 if (vk_get_physical_device_core_1_3_property_ext(ext, &core_1_3))
819 switch (ext->sType) {
821 VkPhysicalDevicePushDescriptorPropertiesKHR *properties = (VkPhysicalDevicePushDescriptorPropertiesKHR *)ext;
827 (VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT *)ext;