Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c182 int y_todo = h; in swrastPutImage() local
183 while (y_todo) { in swrastPutImage()
184 int this_lines = MIN2(num_lines, y_todo); in swrastPutImage()
190 y_todo -= this_lines; in swrastPutImage()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_x11.c1319 int y_todo = chain->extent.height; in x11_present_to_x11_sw() local
1320 while (y_todo) { in x11_present_to_x11_sw()
1321 int this_lines = MIN2(num_lines, y_todo); in x11_present_to_x11_sw()
1332 y_todo -= this_lines; in x11_present_to_x11_sw()

Completed in 6 milliseconds