Home
last modified time | relevance | path

Searched refs:amdgpu_bo (Results 1 – 4 of 4) sorted by relevance

/external/libdrm/amdgpu/
Damdgpu_internal.h92 struct amdgpu_bo { struct
180 static inline void amdgpu_bo_reference(struct amdgpu_bo **dst, in amdgpu_bo_reference()
181 struct amdgpu_bo *src) in amdgpu_bo_reference()
Damdgpu_bo.c83 struct amdgpu_bo *bo; in amdgpu_bo_alloc()
92 bo = calloc(1, sizeof(struct amdgpu_bo)); in amdgpu_bo_alloc()
288 struct amdgpu_bo *bo = NULL; in amdgpu_bo_import()
354 bo = calloc(1, sizeof(struct amdgpu_bo)); in amdgpu_bo_import()
538 struct amdgpu_bo *bo; in amdgpu_create_bo_from_user_mem()
558 bo = calloc(1, sizeof(struct amdgpu_bo)); in amdgpu_create_bo_from_user_mem()
DMakefile.sources2 amdgpu_bo.c \
Damdgpu.h115 typedef struct amdgpu_bo *amdgpu_bo_handle;