HomeSort by relevance Sort by last modified time
    Searched defs:bo_wait (Results 1 - 2 of 2) 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,

Completed in 523 milliseconds