Searched refs:amdgpu_create_bo (Results 1 – 2 of 2) sorted by relevance
/external/minigbm/ |
D | amdgpu.c | 130 static int amdgpu_create_bo(struct bo *bo, uint32_t width, uint32_t height, uint32_t format, in amdgpu_create_bo() function 256 .bo_create = amdgpu_create_bo,
|
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_bo.c | 373 static struct amdgpu_winsys_bo *amdgpu_create_bo(struct amdgpu_winsys *ws, in amdgpu_create_bo() function 1240 bo = amdgpu_create_bo(ws, size, alignment, usage, domain, flags, in amdgpu_bo_create() 1246 bo = amdgpu_create_bo(ws, size, alignment, usage, domain, flags, in amdgpu_bo_create()
|