Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c87 bool buffer_idle; in amdgpu_bo_wait() local
104 buffer_idle = !bo->num_fences; in amdgpu_bo_wait()
107 return buffer_idle; in amdgpu_bo_wait()
109 bool buffer_idle = true; in amdgpu_bo_wait() local
112 while (bo->num_fences && buffer_idle) { in amdgpu_bo_wait()
123 buffer_idle = false; in amdgpu_bo_wait()
140 return buffer_idle; in amdgpu_bo_wait()

Completed in 3 milliseconds