HomeSort by: relevance | last modified time | path
    Searched refs:sync_info (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXext/dist/src/
XSync.c 65 static XExtensionInfo *sync_info = &_sync_info_data; variable
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/
aco_insert_waitcnt.cpp 349 kill(wait_imm& imm, Instruction* instr, wait_ctx& ctx, memory_sync_info sync_info)
400 perform_barrier(ctx, imm, sync_info, semantic_release);
740 memory_sync_info sync_info = get_sync_info(instr.get()); local
741 kill(queued_imm, instr.get(), ctx, sync_info);
750 perform_barrier(ctx, queued_imm, sync_info, semantic_acquire);

Completed in 4 milliseconds