Lines Matching defs:count
740 VkFormat *sorted_formats, unsigned *count)
748 *count = 0;
751 sorted_formats[(*count)++] = formats[i].format;
755 for (unsigned i = 0; i < *count; i++) {
776 unsigned count;
778 if (!get_sorted_vk_formats(surface, wsi_device, sorted_formats, &count))
781 for (unsigned i = 0; i < count; i++) {
801 unsigned count;
803 if (!get_sorted_vk_formats(surface, wsi_device, sorted_formats, &count))
806 for (unsigned i = 0; i < count; i++) {
1968 /* Get number of images in our swapchain. This count depends on:
1969 * - requested minimal image count
1996 /* Allocate the actual swapchain. The size depends on image count. */