Searched refs:transfer_count (Results 1 – 1 of 1) sorted by relevance
782 uint32_t transfer_count = all_formats.size(); in GetPhysicalDeviceSurfaceFormatsKHR() local783 if (transfer_count > *count) { in GetPhysicalDeviceSurfaceFormatsKHR()784 transfer_count = *count; in GetPhysicalDeviceSurfaceFormatsKHR()787 std::copy(all_formats.begin(), all_formats.begin() + transfer_count, in GetPhysicalDeviceSurfaceFormatsKHR()789 *count = transfer_count; in GetPhysicalDeviceSurfaceFormatsKHR()