Searched refs:amdgpu_bo_create (Results 1 – 4 of 4) sorted by relevance
/third_party/libdrm/amdgpu/ |
D | amdgpu_bo.c | 42 static int amdgpu_bo_create(amdgpu_device_handle dev, in amdgpu_bo_create() function 92 r = amdgpu_bo_create(dev, alloc_buffer->alloc_size, args.out.handle, in amdgpu_bo_alloc() 356 r = amdgpu_bo_create(dev, alloc_size, handle, &bo); in amdgpu_bo_import() 590 r = amdgpu_bo_create(dev, size, args.handle, buf_handle); in amdgpu_create_bo_from_user_mem()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_bo.h | 121 struct pb_buffer *amdgpu_bo_create(struct amdgpu_winsys *ws,
|
D | amdgpu_bo.c | 753 slab->buffer = amdgpu_winsys_bo(amdgpu_bo_create(ws, in amdgpu_bo_slab_alloc() 945 buf = amdgpu_bo_create(ws, size, RADEON_SPARSE_PAGE_SIZE, in sparse_backing_alloc() 1338 amdgpu_bo_create(struct amdgpu_winsys *ws, in amdgpu_bo_create() function 1454 struct pb_buffer * res = amdgpu_bo_create(amdgpu_winsys(ws), size, alignment, domain, in amdgpu_buffer_create()
|
D | amdgpu_cs.c | 750 pb = amdgpu_bo_create(ws, buffer_size, in amdgpu_ib_new_buffer() 1049 preamble_bo = amdgpu_bo_create(ws, size, ws->info.ib_alignment, in amdgpu_cs_setup_preemption()
|