Home
last modified time | relevance | path

Searched refs:y_todo (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c1679 int y_todo = chain->extent.height; in x11_present_to_x11_sw() local
1680 while (y_todo) { in x11_present_to_x11_sw()
1681 int this_lines = MIN2(num_lines, y_todo); in x11_present_to_x11_sw()
1692 y_todo -= this_lines; in x11_present_to_x11_sw()