Home
last modified time | relevance | path

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

/third_party/libdrm/amdgpu/
Damdgpu_cs.c351 struct amdgpu_cs_fence *info = &sem->signal_fence; in amdgpu_cs_submit_one()
596 if (sem->signal_fence.context) in amdgpu_cs_signal_semaphore()
599 sem->signal_fence.context = ctx; in amdgpu_cs_signal_semaphore()
600 sem->signal_fence.ip_type = ip_type; in amdgpu_cs_signal_semaphore()
601 sem->signal_fence.ip_instance = ip_instance; in amdgpu_cs_signal_semaphore()
602 sem->signal_fence.ring = ring; in amdgpu_cs_signal_semaphore()
603 sem->signal_fence.fence = ctx->last_seq[ip_type][ip_instance][ring]; in amdgpu_cs_signal_semaphore()
622 if (!sem->signal_fence.context) in amdgpu_cs_wait_semaphore()
633 if (!sem || !sem->signal_fence.context) in amdgpu_cs_reset_sem()
636 sem->signal_fence.context = NULL; in amdgpu_cs_reset_sem()
[all …]
Damdgpu_internal.h132 struct amdgpu_cs_fence signal_fence; member
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst2745 - vulkan/wsi: Add signal_fence/semaphore_for_image helpers