Searched refs:DestroyFence (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/miext/sync/ |
| H A D | misync.h | 42 SyncScreenDestroyFenceFunc DestroyFence; member in struct:_syncScreenFuncs
|
| H A D | misync.c | 133 pScreenPriv->funcs.DestroyFence(pScreen, pFence);
|
| /xsrc/external/mit/xorg-server/dist/miext/sync/ |
| H A D | misync.h | 43 SyncScreenDestroyFenceFunc DestroyFence; member in struct:_syncScreenFuncs
|
| H A D | misync.c | 125 pScreenPriv->funcs.DestroyFence(pScreen, pFence);
|
| H A D | misyncshm.c | 182 funcs->DestroyFence = miSyncShmScreenDestroyFence;
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common.h | 191 WSI_CB(DestroyFence);
|
| H A D | wsi_common.c | 92 WSI_GET_CB(DestroyFence); 308 chain->wsi->DestroyFence(chain->device, chain->fences[i], &chain->alloc);
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common.h | 133 WSI_CB(DestroyFence);
|
| H A D | wsi_common.c | 87 WSI_GET_CB(DestroyFence); 287 chain->wsi->DestroyFence(chain->device, chain->fences[i], &chain->alloc);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_batch.c | 167 VKSCR(DestroyFence)(screen->dev, bs->fence.fence, NULL);
|
| H A D | zink_screen.c | 1669 VKSCR(DestroyFence)(screen->dev, n.fence, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 403 device_data->vtable.DestroyFence(device_data->device, data->queries_fence, NULL); 1515 device_data->vtable.DestroyFence(device_data->device, draw->fence, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 411 device_data->vtable.DestroyFence(device_data->device, data->queries_fence, NULL); 1797 device_data->vtable.DestroyFence(device_data->device, draw->fence, NULL);
|
Completed in 20 milliseconds