HomeSort by relevance Sort by last modified time
    Searched refs:amdgpu_bo_alloc (Results 1 - 12 of 12) sorted by null

  /external/libdrm/amdgpu/
amdgpu-symbol-check 13 amdgpu_bo_alloc
amdgpu.h 147 * \sa amdgpu_bo_alloc()
562 int amdgpu_bo_alloc(amdgpu_device_handle dev,
591 * \sa amdgpu_bo_set_metadata(), amdgpu_bo_alloc()
690 * \sa amdgpu_bo_set_metadata(), amdgpu_bo_alloc()
    [all...]
amdgpu_bo.c 52 int amdgpu_bo_alloc(amdgpu_device_handle dev, function
  /external/libdrm/tests/amdgpu/
bo_tests.c 79 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
257 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
amdgpu_test.h 220 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
268 r = amdgpu_bo_alloc(dev, &request, &buf_handle);
294 r = amdgpu_bo_alloc(dev, &request, &buf_handle);
cs_tests.c 214 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
292 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
424 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
vcn_tests.c 201 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
uvd_enc_tests.c 207 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
vce_tests.c 215 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
  /external/mesa3d/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_bo.c 356 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle);
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_bo.c 426 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle);
    [all...]
amdgpu_cs.c 284 r = amdgpu_bo_alloc(ctx->ws->dev, &alloc_buffer, &buf_handle);
286 fprintf(stderr, "amdgpu: amdgpu_bo_alloc failed. (%i)\n", r);
    [all...]

Completed in 1094 milliseconds