Home
last modified time | relevance | path

Searched refs:temp_syncobj (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_device.c1902 if (sem->temp_syncobj || sem->syncobj) in radv_alloc_sem_counts()
1910 if (fence->temp_syncobj || fence->syncobj) in radv_alloc_sem_counts()
1931 if (sem->temp_syncobj) { in radv_alloc_sem_counts()
1932 counts->syncobj[syncobj_idx++] = sem->temp_syncobj; in radv_alloc_sem_counts()
1944 if (fence->temp_syncobj) in radv_alloc_sem_counts()
1945 counts->syncobj[syncobj_idx++] = fence->temp_syncobj; in radv_alloc_sem_counts()
1969 if (sem->temp_syncobj) { in radv_free_temp_syncobjs()
1970 device->ws->destroy_syncobj(device->ws, sem->temp_syncobj); in radv_free_temp_syncobjs()
1971 sem->temp_syncobj = 0; in radv_free_temp_syncobjs()
2705 fence->temp_syncobj = 0; in radv_CreateFence()
[all …]
Dradv_wsi.c217 if (fence->temp_syncobj) { in radv_AcquireNextImageKHR()
218 device->ws->signal_syncobj(device->ws, fence->temp_syncobj); in radv_AcquireNextImageKHR()
Dradv_private.h1662 uint32_t temp_syncobj; member
1711 uint32_t temp_syncobj; member