Home | History | Annotate | Download | only in libvulkan

Lines Matching refs:margin

144         int64_t margin = (timestamp_composition_latch_time_ -
150 // vals_.presentMargin) and still leave a positive margin, then we can
156 while ((margin > rdur) &&
159 margin -= rdur;
162 vals_.presentMargin = static_cast<uint64_t>(margin);