OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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
,
radeon_bo.c
88
if (!boi->bom->funcs->
bo_wait
)
90
return boi->bom->funcs->
bo_wait
(boi);
Completed in 52 milliseconds