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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dglthread.c198 bool synced = false; local in function:_mesa_glthread_finish
202 synced = true;
218 synced = true;
221 if (synced)
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread.c283 bool synced = false; local in function:_mesa_glthread_finish
287 synced = true;
305 synced = true;
308 if (synced)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c187 bool synced = false; local in function:_tc_sync
194 synced = true;
208 synced = true;
211 if (synced) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c343 bool synced = false; local in function:_tc_sync
350 synced = true;
366 synced = true;
369 if (synced) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst322 - panfrost: Print synced traces to stderr

Completed in 19 milliseconds