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

  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
pb_buffer_simple_fenced.c 336 boolean destroyed; local
338 destroyed = fenced_buffer_remove_locked(fenced_mgr, fenced_buf);
342 assert(!destroyed);
343 (void) destroyed;
662 boolean destroyed; local
663 destroyed = fenced_buffer_remove_locked(fenced_mgr, fenced_buf);
664 assert(!destroyed);
665 (void) destroyed;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
pb_buffer_simple_fenced.c 336 boolean destroyed; local
338 destroyed = fenced_buffer_remove_locked(fenced_mgr, fenced_buf);
342 assert(!destroyed);
343 (void) destroyed;
662 boolean destroyed; local
663 destroyed = fenced_buffer_remove_locked(fenced_mgr, fenced_buf);
664 assert(!destroyed);
665 (void) destroyed;
  /xsrc/external/mit/fontconfig/dist/doc/
fcvalue.fncs 39 may be safely destroyed without harming the new value.
fcconfig.fncs 322 The FcFontSet returned by FcFontSort is destroyed by calling FcFontSetDestroy.
  /xsrc/external/mit/libXext/dist/include/X11/extensions/
sync.h 202 Bool destroyed; /* True if counter was destroyed */ member in struct:__anon5817
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
pb_buffer_fenced.c 369 boolean destroyed = fenced_buffer_remove_locked(fenced_mgr, fenced_buf); local
373 assert(!destroyed);
374 (void) destroyed; /* silence unused var warning for non-debug build */
829 ASSERTED boolean destroyed = fenced_buffer_remove_locked(fenced_mgr, fenced_buf); local
830 assert(!destroyed);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/
pb_buffer_fenced.c 369 boolean destroyed = fenced_buffer_remove_locked(fenced_mgr, fenced_buf); local
373 assert(!destroyed);
374 (void) destroyed; /* silence unused var warning for non-debug build */
829 MAYBE_UNUSED boolean destroyed = fenced_buffer_remove_locked(fenced_mgr, fenced_buf); local
830 assert(!destroyed);
  /xsrc/external/mit/libXext/dist/src/
XSync.c 227 aevent->destroyed = awire->destroyed;
278 awire->destroyed = aevent->destroyed;
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_bo.c 291 uint8_t destroyed : 1; member in struct:radv_amdgpu_winsys_bo_log
295 radv_amdgpu_log_bo(struct radv_amdgpu_winsys *ws, struct radv_amdgpu_winsys_bo *bo, bool destroyed)
310 bo_log->destroyed = destroyed;
1042 fprintf(file, "timestamp=%llu, VA=%.16llx-%.16llx, destroyed=%d, is_virtual=%d\n",
1044 (long long)(bo_log->va + bo_log->size), bo_log->destroyed, bo_log->is_virtual);
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_multithread_makecurrent.spec 122 As with GLX context destruction previously, the XID is destroyed
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_multithread_makecurrent.spec 122 As with GLX context destruction previously, the XID is destroyed
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
syncproto.h 448 BOOL destroyed; member in struct:_xSyncCounterNotifyEvent
  /xsrc/external/mit/xedit/dist/lisp/
private.h 395 int destroyed; /* reached LispDestroy, used by unwind-protect */ member in struct:_LispMac
core.c 1979 if (!lisp__data.destroyed && jumped)
1982 if (lisp__data.destroyed) {
1999 lisp__data.destroyed = 0;
4160 if (!lisp__data.destroyed) {
6671 int did_jump, *pdid_jump = &did_jump, destroyed; local
6688 if (!lisp__data.destroyed && *pdid_jump)
6691 destroyed = lisp__data.destroyed;
6692 lisp__data.destroyed = 0;
6699 if (destroyed) {
    [all...]
compile.c 2175 if (!lisp__data.destroyed && jumped)
2179 if (lisp__data.destroyed) {
lisp.c 652 if (!lisp__data.destroyed) {
678 lisp__data.destroyed = 1;
801 lisp__data.destroyed = lisp__data.ignore_errors = 0;
  /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
wsi_common_display.c 143 bool destroyed; member in struct:wsi_display_fence
1535 if (fence->event_received && fence->destroyed)
1558 assert(!fence->destroyed);
1559 fence->destroyed = true;
1594 fence->destroyed = false;
  /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
wsi_common_display.c 139 bool destroyed; member in struct:wsi_display_fence
1489 if (fence->event_received && fence->destroyed)
1504 assert(!fence->destroyed);
1505 fence->destroyed = true;
1531 fence->destroyed = false;
  /xsrc/external/mit/xorg-server.old/dist/Xext/
sync.c 516 pev->destroyed = pTrigger->pSync->beingDestroyed;
524 /* This function is called when an alarm's counter is destroyed.
625 * of the trigger firing OR the counter being destroyed.
660 /* "A CounterNotify event with the destroyed flag set to TRUE is
662 * destroyed."
1170 /* tell all the counter's triggers that the counter has been destroyed */
1227 /* If the counter is being destroyed, FreeCounter will delete
2578 to->destroyed = from->destroyed;
  /xsrc/external/mit/xorg-server/dist/Xext/
sync.c 504 pev->destroyed = pTrigger->pSync->beingDestroyed;
511 /* This function is called when an alarm's counter is destroyed.
607 * of the trigger firing OR the counter being destroyed.
641 /* "A CounterNotify event with the destroyed flag set to TRUE is
643 * destroyed."
1185 /* tell all the counter's triggers that counter has been destroyed */
1223 /* If the counter is being destroyed, FreeCounter/miSyncDestroyFence
2504 to->destroyed = from->destroyed;

Completed in 43 milliseconds