Home | History | Annotate | Download | only in libvulkan

Lines Matching refs:out_count

656         uint32_t out_count = 0;
662 out_count += transfer_count;
664 transfer_count = std::min(*count - out_count, kNumWideColorFormats);
666 formats + out_count);
667 out_count += transfer_count;
669 *count = out_count;