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

/xsrc/external/mit/libXext/dist/src/
H A DXSync.c65 static XExtensionInfo *sync_info = &_sync_info_data; variable in typeref:typename:XExtensionInfo *
158 if (!sync_info) {
159 if (!(sync_info = XextCreateExtension())) return NULL;
162 if (!(dpyinfo = XextFindDisplay (sync_info, dpy)) && create) {
163 dpyinfo = XextAddDisplay(sync_info, dpy,
180 XEXT_GENERATE_CLOSE_DISPLAY(close_display, sync_info)
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_waitcnt.cpp349 kill(wait_imm& imm, Instruction* instr, wait_ctx& ctx, memory_sync_info sync_info) argument
400 perform_barrier(ctx, imm, sync_info, semantic_release);
740 memory_sync_info sync_info = get_sync_info(instr.get()); local in function:aco::__anondaf24d380110::handle_block
741 kill(queued_imm, instr.get(), ctx, sync_info);
750 perform_barrier(ctx, queued_imm, sync_info, semantic_acquire);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst3919 - aco: improve sync_info for TCS output stores

Completed in 14 milliseconds