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

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_wsi.c243 if (fence->temp_syncobj) {
244 device->ws->signal_syncobj(device->ws, fence->temp_syncobj);
H A Dradv_wsi_display.c289 fence->temp_syncobj = 0;
324 fence->temp_syncobj = 0;
H A Dradv_device.c2781 if (sem->temp_syncobj || sem->syncobj)
2789 if (fence->temp_syncobj || fence->syncobj)
2810 if (sem->temp_syncobj) {
2811 counts->syncobj[syncobj_idx++] = sem->temp_syncobj;
2823 if (fence->temp_syncobj)
2824 counts->syncobj[syncobj_idx++] = fence->temp_syncobj;
2849 if (sem->temp_syncobj) {
2850 device->ws->destroy_syncobj(device->ws, sem->temp_syncobj);
2851 sem->temp_syncobj = 0;
3699 fence->temp_syncobj
[all...]
H A Dradv_private.h1930 uint32_t temp_syncobj; member in struct:radv_semaphore
1974 uint32_t temp_syncobj; member in struct:radv_fence
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_private.h1436 uint32_t temp_syncobj; member in struct:tu_semaphore

Completed in 15 milliseconds