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

  /external/libdrm/radeon/
radeon_bo_int.h 35 int (*bo_wait)(struct radeon_bo_int *bo); member in struct:radeon_bo_funcs
radeon_bo_gem.c 58 static int bo_wait(struct radeon_bo_int *boi);
184 r = bo_wait(boi);
202 static int bo_wait(struct radeon_bo_int *boi) function
276 .bo_wait = bo_wait,
radeon_bo.c 85 if (!boi->bom->funcs->bo_wait)
87 return boi->bom->funcs->bo_wait(boi);

Completed in 83 milliseconds