OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:radeon_bo_int
(Results
1 - 6
of
6
) sorted by null
/external/libdrm/radeon/
radeon_bo_int.h
1
#ifndef
RADEON_BO_INT
2
#define
RADEON_BO_INT
9
struct
radeon_bo_int
{
struct
31
void (*bo_ref)(struct
radeon_bo_int
*bo);
32
struct radeon_bo *(*bo_unref)(struct
radeon_bo_int
*bo);
33
int (*bo_map)(struct
radeon_bo_int
*bo, int write);
34
int (*bo_unmap)(struct
radeon_bo_int
*bo);
35
int (*bo_wait)(struct
radeon_bo_int
*bo);
36
int (*bo_is_static)(struct
radeon_bo_int
*bo);
37
int (*bo_set_tiling)(struct
radeon_bo_int
*bo, uint32_t tiling_flags
[
all
...]
radeon_bo.c
37
#include <
radeon_bo_int
.h>
41
struct
radeon_bo_int
*boi = (struct
radeon_bo_int
*)bo;
58
struct
radeon_bo_int
*boi = (struct
radeon_bo_int
*)bo;
65
struct
radeon_bo_int
*boi = (struct
radeon_bo_int
*)bo;
75
struct
radeon_bo_int
*boi = (struct
radeon_bo_int
*)bo;
81
struct
radeon_bo_int
*boi = (struct radeon_bo_int *)bo
[
all
...]
radeon_bo_gem.c
46
#include "
radeon_bo_int
.h"
50
struct
radeon_bo_int
base;
61
static int bo_wait(struct
radeon_bo_int
*boi);
124
static void bo_ref(struct
radeon_bo_int
*boi)
128
static struct radeon_bo *bo_unref(struct
radeon_bo_int
*boi)
151
static int bo_map(struct
radeon_bo_int
*boi, int write)
193
static int bo_unmap(struct
radeon_bo_int
*boi)
205
static int bo_wait(struct
radeon_bo_int
*boi)
220
static int bo_is_busy(struct
radeon_bo_int
*boi, uint32_t *domain)
235
static int bo_set_tiling(struct
radeon_bo_int
*boi, uint32_t tiling_flags
[
all
...]
radeon_cs_space.c
36
#include "
radeon_bo_int
.h"
48
struct
radeon_bo_int
*bo;
116
struct
radeon_bo_int
*bo;
173
struct
radeon_bo_int
*boi = (struct
radeon_bo_int
*)bo;
217
struct
radeon_bo_int
*boi = (struct
radeon_bo_int
*)bo;
radeon_cs_int.h
6
struct
radeon_bo_int
*bo;
radeon_cs_gem.c
43
#include "
radeon_bo_int
.h"
81
struct
radeon_bo_int
**relocs_bo;
152
csg->relocs_bo = (struct
radeon_bo_int
**)calloc(1,
181
struct
radeon_bo_int
*boi = (struct
radeon_bo_int
*)bo;
252
csg->relocs_bo = (struct
radeon_bo_int
**)tmp;
Completed in 2059 milliseconds