Home
last modified time | relevance | path

Searched refs:synced (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dglthread.c272 bool synced = false; in _mesa_glthread_finish() local
276 synced = true; in _mesa_glthread_finish()
294 synced = true; in _mesa_glthread_finish()
297 if (synced) in _mesa_glthread_finish()
/third_party/libsnd/src/
H A Dogg.c261 int synced ; in ogg_sync_next_page() local
265 { synced = ogg_sync_pageseek (&odata->osync, og) ; in ogg_sync_next_page()
266 if (synced < 0) in ogg_sync_next_page()
268 ** Skipped -synced bytes before finding the start of a page. in ogg_sync_next_page()
275 position -= synced ; in ogg_sync_next_page()
284 if (synced > 0) in ogg_sync_next_page()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c341 bool synced = false; in _tc_sync() local
348 synced = true; in _tc_sync()
364 synced = true; in _tc_sync()
367 if (synced) { in _tc_sync()

Completed in 10 milliseconds