OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:radeon_get_reloc
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_drm_cs.h
82
int
radeon_get_reloc
(struct radeon_cs_context *csc, struct radeon_bo *bo);
96
(num_refs &&
radeon_get_reloc
(cs->csc, bo) != -1);
108
index =
radeon_get_reloc
(cs->csc, bo);
radeon_drm_cs.c
210
int
radeon_get_reloc
(struct radeon_cs_context *csc, struct radeon_bo *bo)
function
385
unsigned index =
radeon_get_reloc
(cs->csc, bo);
544
index =
radeon_get_reloc
(cs->csc, bo);
/external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_cs.h
82
int
radeon_get_reloc
(struct radeon_cs_context *csc, struct radeon_bo *bo);
96
(num_refs &&
radeon_get_reloc
(cs->csc, bo) != -1);
108
index =
radeon_get_reloc
(cs->csc, bo);
radeon_drm_cs.c
210
int
radeon_get_reloc
(struct radeon_cs_context *csc, struct radeon_bo *bo)
function
385
unsigned index =
radeon_get_reloc
(cs->csc, bo);
544
index =
radeon_get_reloc
(cs->csc, bo);
Completed in 231 milliseconds