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

  /external/libdrm/amdgpu/
amdgpu-symbol-check 13 amdgpu_bo_alloc
amdgpu.h 134 * \sa amdgpu_bo_alloc()
549 int amdgpu_bo_alloc(amdgpu_device_handle dev,
578 * \sa amdgpu_bo_set_metadata(), amdgpu_bo_alloc()
677 * \sa amdgpu_bo_set_metadata(), amdgpu_bo_alloc()
    [all...]
amdgpu_bo.c 79 int amdgpu_bo_alloc(amdgpu_device_handle dev, function
  /external/libdrm/tests/amdgpu/
amdgpu_test.h 127 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
178 r = amdgpu_bo_alloc(dev, &request, &buf_handle);
cs_tests.c 187 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
253 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
349 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
bo_tests.c 75 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
vce_tests.c 190 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);

Completed in 52 milliseconds