OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:amdgpu_bo
(Results
1 - 3
of
3
) sorted by null
/external/libdrm/amdgpu/
amdgpu_internal.h
92
struct
amdgpu_bo
{
struct
167
* Assignment between two
amdgpu_bo
pointers with reference counting.
170
* struct
amdgpu_bo
*dst = ... , *src = ...;
180
static inline void amdgpu_bo_reference(struct
amdgpu_bo
**dst,
181
struct
amdgpu_bo
*src)
amdgpu_bo.c
83
struct
amdgpu_bo
*bo;
92
bo = calloc(1, sizeof(struct
amdgpu_bo
));
288
struct
amdgpu_bo
*bo = NULL;
294
* return the same
amdgpu_bo
instance for the same handle. */
354
bo = calloc(1, sizeof(struct
amdgpu_bo
));
538
struct
amdgpu_bo
*bo;
558
bo = calloc(1, sizeof(struct
amdgpu_bo
));
amdgpu.h
115
typedef struct
amdgpu_bo
*amdgpu_bo_handle;
[
all
...]
Completed in 535 milliseconds