Lines Matching refs:all_formats
737 std::vector<VkSurfaceFormatKHR> all_formats = { in GetPhysicalDeviceSurfaceFormatsKHR() local
742 all_formats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
744 all_formats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
750 all_formats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
756 all_formats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
759 all_formats.emplace_back( in GetPhysicalDeviceSurfaceFormatsKHR()
762 all_formats.emplace_back( in GetPhysicalDeviceSurfaceFormatsKHR()
770 all_formats.emplace_back( in GetPhysicalDeviceSurfaceFormatsKHR()
774 all_formats.emplace_back( in GetPhysicalDeviceSurfaceFormatsKHR()
782 uint32_t transfer_count = all_formats.size(); in GetPhysicalDeviceSurfaceFormatsKHR()
787 std::copy(all_formats.begin(), all_formats.begin() + transfer_count, in GetPhysicalDeviceSurfaceFormatsKHR()
791 *count = all_formats.size(); in GetPhysicalDeviceSurfaceFormatsKHR()