Lines Matching defs:ext

118                       struct vk_device_extension_table *ext)
120 *ext = (struct vk_device_extension_table) {
1079 vk_foreach_struct(ext, p->pNext)
1080 v3dv_debug_ignored_stype(ext->sType);
1248 vk_foreach_struct(ext, pFeatures->pNext) {
1249 if (vk_get_physical_device_core_1_1_feature_ext(ext, &vk11))
1251 if (vk_get_physical_device_core_1_2_feature_ext(ext, &vk12))
1253 if (vk_get_physical_device_core_1_3_feature_ext(ext, &vk13))
1256 switch (ext->sType) {
1259 (VkPhysicalDevice4444FormatsFeaturesEXT *)ext;
1267 (VkPhysicalDeviceCustomBorderColorFeaturesEXT *)ext;
1275 (VkPhysicalDeviceIndexTypeUint8FeaturesEXT *)ext;
1282 (VkPhysicalDeviceLineRasterizationFeaturesEXT *)ext;
1293 VkPhysicalDeviceColorWriteEnableFeaturesEXT *features = (void *) ext;
1300 (VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR *) ext;
1306 VkPhysicalDeviceProvokingVertexFeaturesEXT *features = (void *) ext;
1315 (void *) ext;
1323 (void *) ext;
1332 v3dv_debug_ignored_stype(ext->sType);
1656 vk_foreach_struct(ext, pProperties->pNext) {
1657 if (vk_get_physical_device_core_1_1_property_ext(ext, &vk11))
1659 if (vk_get_physical_device_core_1_2_property_ext(ext, &vk12))
1661 if (vk_get_physical_device_core_1_3_property_ext(ext, &vk13))
1664 switch (ext->sType) {
1667 (VkPhysicalDeviceCustomBorderColorPropertiesEXT *)ext;
1673 (VkPhysicalDeviceProvokingVertexPropertiesEXT *)ext;
1681 (VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT *)ext;
1687 (VkPhysicalDevicePerformanceQueryPropertiesKHR *)ext;
1694 (VkPhysicalDeviceDrmPropertiesEXT *)ext;
1709 (VkPhysicalDeviceLineRasterizationPropertiesEXT *)ext;
1719 v3dv_debug_ignored_stype(ext->sType);
1768 vk_foreach_struct(ext, pMemoryProperties->pNext) {
1769 switch (ext->sType) {
1771 v3dv_debug_ignored_stype(ext->sType);
2290 vk_foreach_struct_const(ext, pAllocateInfo->pNext) {
2291 switch ((unsigned)ext->sType) {
2293 wsi_info = (void *)ext;
2296 fd_info = (void *)ext;
2299 flags_info = (void *)ext;
2313 v3dv_debug_ignored_stype(ext->sType);
2460 vk_foreach_struct(ext, pMemoryRequirements->pNext) {
2461 switch (ext->sType) {
2464 (VkMemoryDedicatedRequirements *) ext;
2470 v3dv_debug_ignored_stype(ext->sType);
2536 vk_foreach_struct(ext, pMemoryRequirements->pNext) {
2537 switch (ext->sType) {
2540 (VkMemoryDedicatedRequirements *) ext;
2546 v3dv_debug_ignored_stype(ext->sType);