Searched refs:amdgpu_bo_create (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_bo.h | 128 struct pb_buffer *amdgpu_bo_create(struct amdgpu_winsys *ws,
|
D | amdgpu_bo.c | 704 slab->buffer = amdgpu_winsys_bo(amdgpu_bo_create(ws, in amdgpu_bo_slab_alloc() 893 buf = amdgpu_bo_create(bo->ws, size, RADEON_SPARSE_PAGE_SIZE, in sparse_backing_alloc() 1280 amdgpu_bo_create(struct amdgpu_winsys *ws, in amdgpu_bo_create() function 1391 struct pb_buffer * res = amdgpu_bo_create(amdgpu_winsys(ws), size, alignment, domain, in amdgpu_buffer_create()
|
D | amdgpu_cs.c | 707 pb = amdgpu_bo_create(ws, buffer_size, in amdgpu_ib_new_buffer() 1047 preamble_bo = amdgpu_bo_create(ws, size, ws->info.ib_alignment, in amdgpu_cs_setup_preemption()
|
/external/libdrm/amdgpu/ |
D | amdgpu_bo.c | 50 static int amdgpu_bo_create(amdgpu_device_handle dev, in amdgpu_bo_create() function 100 r = amdgpu_bo_create(dev, alloc_buffer->alloc_size, args.out.handle, in amdgpu_bo_alloc() 364 r = amdgpu_bo_create(dev, alloc_size, handle, &bo); in amdgpu_bo_import() 598 r = amdgpu_bo_create(dev, size, args.handle, buf_handle); in amdgpu_create_bo_from_user_mem()
|