Searched refs:next_fence (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_cs.h | 89 struct pipe_fence_handle *next_fence; member in struct:radeon_drm_cs
|
| H A D | radeon_drm_cs.c | 590 if (cs->next_fence) { 591 fence = cs->next_fence; 592 cs->next_fence = NULL; 612 radeon_fence_reference(&cs->next_fence, NULL); 715 radeon_fence_reference(&cs->next_fence, NULL); 788 if (cs->next_fence) { 789 radeon_fence_reference(&fence, cs->next_fence); 797 radeon_fence_reference(&cs->next_fence, fence);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_cs.h | 93 struct pipe_fence_handle *next_fence; member in struct:radeon_drm_cs
|
| H A D | radeon_drm_cs.c | 617 if (cs->next_fence) { 618 fence = cs->next_fence; 619 cs->next_fence = NULL; 639 radeon_fence_reference(&cs->next_fence, NULL); 746 radeon_fence_reference(&cs->next_fence, NULL); 817 if (cs->next_fence) { 818 radeon_fence_reference(&fence, cs->next_fence); 826 radeon_fence_reference(&cs->next_fence, fence);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_cs.h | 144 struct pipe_fence_handle *next_fence; member in struct:amdgpu_cs 158 * (cs->next_fence) and while an IB is still being submitted in the submit
|
| H A D | amdgpu_cs.c | 267 if (cs->next_fence) { 268 amdgpu_fence_reference(&fence, cs->next_fence); 279 amdgpu_fence_reference(&cs->next_fence, fence); 1583 if (cs->next_fence) { 1585 cur->fence = cs->next_fence; 1586 cs->next_fence = NULL; 1649 amdgpu_fence_reference(&cs->next_fence, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_cs.h | 167 struct pipe_fence_handle *next_fence; member in struct:amdgpu_cs 182 * (cs->next_fence) and while an IB is still being submitted in the submit
|
| H A D | amdgpu_cs.c | 263 if (cs->next_fence) { 264 amdgpu_fence_reference(&fence, cs->next_fence); 275 amdgpu_fence_reference(&cs->next_fence, fence); 1727 if (cs->next_fence) { 1729 cur->fence = cs->next_fence; 1730 cs->next_fence = NULL; 1812 amdgpu_fence_reference(&cs->next_fence, NULL);
|
Completed in 14 milliseconds