Searched refs:extra_mutable_formats_ptr (Results 1 – 1 of 1) sorted by relevance
1902 VkImageFormatListCreateInfo* extra_mutable_formats_ptr; in CreateSwapchainKHR() local1934 extra_mutable_formats_ptr = &extra_mutable_formats; in CreateSwapchainKHR()2054 .pNext = extra_mutable_formats_ptr, in CreateSwapchainKHR()2106 if (extra_mutable_formats_ptr) { in CreateSwapchainKHR()2107 extra_mutable_formats_ptr->pNext = image_create.pNext; in CreateSwapchainKHR()2108 image_create.pNext = extra_mutable_formats_ptr; in CreateSwapchainKHR()