OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bof_blob
(Results
1 - 3
of
3
) sorted by null
/external/libdrm/radeon/
bof.h
68
extern bof_t *
bof_blob
(unsigned size, void *value);
radeon_cs_gem.c
361
blob =
bof_blob
(csg->nrelocs * 16, csg->relocs);
369
blob =
bof_blob
(cs->cdw * 4, cs->packets);
399
blob =
bof_blob
(csg->relocs_bo[i]->size, csg->relocs_bo[i]->ptr);
bof.c
142
bof_t *
bof_blob
(unsigned size, void *value)
function
Completed in 282 milliseconds