Searched refs:amdgpu_fence_reference (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_cs.c | 261 amdgpu_fence_reference(&fence, cs->next_fence); in amdgpu_cs_get_next_fence() 270 amdgpu_fence_reference(&cs->next_fence, fence); in amdgpu_cs_get_next_fence() 915 amdgpu_fence_reference(&fences->list[i], NULL); in cleanup_fence_list() 939 amdgpu_fence_reference(&cs->fence, NULL); in amdgpu_cs_context_cleanup() 1212 amdgpu_fence_reference(&fences->list[idx], (struct pipe_fence_handle*)fence); in add_fence_to_list() 1269 amdgpu_fence_reference(&bo->fences[new_num_fences], bo->fences[j]); in amdgpu_add_bo_fence_dependencies() 1279 amdgpu_fence_reference(&bo->fences[j], NULL); in amdgpu_add_bo_fence_dependencies() 1312 amdgpu_fence_reference(&bo->fences[bo->num_fences], NULL); in amdgpu_add_fences() 1324 amdgpu_fence_reference(&bo->fences[bo_num_fences], fences[i]); in amdgpu_add_fences() 1759 amdgpu_fence_reference( in amdgpu_cs_flush() [all...] |
H A D | amdgpu_cs.h | 198 static inline void amdgpu_fence_reference(struct pipe_fence_handle **dst, in amdgpu_fence_reference() function
|
H A D | amdgpu_bo.c | 98 amdgpu_fence_reference(&bo->fences[i], NULL); in amdgpu_bo_wait() 116 amdgpu_fence_reference(&fence, bo->fences[0]); in amdgpu_bo_wait() 130 amdgpu_fence_reference(&bo->fences[0], NULL); in amdgpu_bo_wait() 136 amdgpu_fence_reference(&fence, NULL); in amdgpu_bo_wait() 159 amdgpu_fence_reference(&bo->fences[i], NULL); in amdgpu_bo_remove_fences()
|
Completed in 8 milliseconds