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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1116 /* Wait for the youngest draw. This means hangs can take a bit longer
1118 struct dd_draw_record *youngest = local in function:dd_thread_main
1125 if (!util_queue_fence_wait_timeout(&youngest->driver_finished, abs_timeout) ||
1126 !screen->fence_finish(screen, NULL, youngest->bottom_of_pipe,
1135 util_queue_fence_wait(&youngest->driver_finished);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1127 /* Wait for the youngest draw. This means hangs can take a bit longer
1129 struct dd_draw_record *youngest = local in function:dd_thread_main
1136 if (!util_queue_fence_wait_timeout(&youngest->driver_finished, abs_timeout) ||
1137 !screen->fence_finish(screen, NULL, youngest->bottom_of_pipe,
1146 util_queue_fence_wait(&youngest->driver_finished);

Completed in 6 milliseconds