Searched refs:amdgpu_bo (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | Makefile.sources | 2 amdgpu_bo.c \ 3 amdgpu_bo.h \
|
D | meson.build | 24 'amdgpu_bo.c', 'amdgpu_bo.h', 'amdgpu_cs.c', 'amdgpu_cs.h',
|
/external/libdrm/amdgpu/ |
D | amdgpu_bo.c | 56 struct amdgpu_bo *bo; in amdgpu_bo_alloc() 65 bo = calloc(1, sizeof(struct amdgpu_bo)); in amdgpu_bo_alloc() 262 struct amdgpu_bo *bo = NULL; in amdgpu_bo_import() 328 bo = calloc(1, sizeof(struct amdgpu_bo)); in amdgpu_bo_import() 397 struct amdgpu_bo *bo = buf_handle; in amdgpu_bo_free() 539 struct amdgpu_bo *bo; in amdgpu_create_bo_from_user_mem() 551 bo = calloc(1, sizeof(struct amdgpu_bo)); in amdgpu_create_bo_from_user_mem()
|
D | Android.sources.bp | 7 "amdgpu_bo.c",
|
D | Makefile.sources | 3 amdgpu_bo.c \
|
D | amdgpu_internal.h | 92 struct amdgpu_bo { struct
|
D | meson.build | 28 'amdgpu_asic_id.c', 'amdgpu_bo.c', 'amdgpu_cs.c', 'amdgpu_device.c',
|
D | amdgpu.h | 123 typedef struct amdgpu_bo *amdgpu_bo_handle;
|