Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_radeon_winsys.h278 void (*reset_syncobj)(struct radeon_winsys *ws, uint32_t handle); member
Dradv_device.c2846 device->ws->reset_syncobj(device->ws, fence->syncobj); in radv_ResetFences()
3875 device->ws->reset_syncobj(device->ws, syncobj_handle); in radv_GetSemaphoreFdKHR()
3964 device->ws->reset_syncobj(device->ws, syncobj_handle); in radv_GetFenceFdKHR()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.c1501 ws->base.reset_syncobj = radv_amdgpu_reset_syncobj; in radv_amdgpu_cs_init_functions()