Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_wsi.c328 RADV_FROM_HANDLE(radv_fence, fence, _fence); in radv_AcquireNextImageKHR()
365 RADV_FROM_HANDLE(radv_fence, fence, swapchain->fences[0]); in radv_QueuePresentKHR()
Dradv_device.c956 RADV_FROM_HANDLE(radv_fence, fence, _fence); in radv_QueueSubmit()
1313 struct radv_fence *fence = vk_alloc2(&device->alloc, pAllocator, in radv_CreateFence()
1340 RADV_FROM_HANDLE(radv_fence, fence, _fence); in radv_DestroyFence()
1376 RADV_FROM_HANDLE(radv_fence, fence, pFences[i]); in radv_WaitForFences()
1400 RADV_FROM_HANDLE(radv_fence, fence, pFences[i]); in radv_ResetFences()
1410 RADV_FROM_HANDLE(radv_fence, fence, _fence); in radv_GetFenceStatus()
Dradv_private.h1271 struct radv_fence { struct
1321 RADV_DEFINE_NONDISP_HANDLE_CASTS(radv_fence, VkFence)