HomeSort by relevance Sort by last modified time
    Searched full:amdgpu_fence (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_cs.h 128 struct amdgpu_fence { struct
153 struct amdgpu_fence **rdst = (struct amdgpu_fence **)dst;
154 struct amdgpu_fence *rsrc = (struct amdgpu_fence *)src;
amdgpu_cs.c 48 struct amdgpu_fence *fence = CALLOC_STRUCT(amdgpu_fence);
65 struct amdgpu_fence *rfence = (struct amdgpu_fence*)fence;
74 struct amdgpu_fence *rfence = (struct amdgpu_fence*)fence;
83 struct amdgpu_fence *rfence = (struct amdgpu_fence*)fence;
895 struct amdgpu_fence *bo_fence = (void *)bo->fences[j];
    [all...]

Completed in 563 milliseconds