HomeSort by relevance Sort by last modified time
    Searched full:bo_wait (Results 1 - 4 of 4) 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.c 88 if (!boi->bom->funcs->bo_wait)
90 return boi->bom->funcs->bo_wait(boi);
radeon_bo_gem.c 61 static int bo_wait(struct radeon_bo_int *boi);
187 r = bo_wait(boi);
205 static int bo_wait(struct radeon_bo_int *boi) function
279 .bo_wait = bo_wait,
  /external/mesa3d/docs/
relnotes-7.10.html     [all...]

Completed in 199 milliseconds