Searched refs:amdgpu_create_bo (Results 1 – 2 of 2) sorted by relevance
/external/minigbm/ |
D | amdgpu.c | 495 static int amdgpu_create_bo(struct bo *bo, uint32_t width, uint32_t height, uint32_t format, in amdgpu_create_bo() function 714 .bo_create = amdgpu_create_bo,
|
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_bo.c | 462 static struct amdgpu_winsys_bo *amdgpu_create_bo(struct amdgpu_winsys *ws, in amdgpu_create_bo() function 1370 bo = amdgpu_create_bo(ws, size, alignment, domain, flags, heap); in amdgpu_bo_create() 1375 bo = amdgpu_create_bo(ws, size, alignment, domain, flags, heap); in amdgpu_bo_create()
|