OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_WsbmBufferPool
(Results
1 - 11
of
11
) sorted by null
/hardware/intel/common/libwsbm/src/
wsbm_pool.h
45
struct
_WsbmBufferPool
*pool;
55
struct
_WsbmBufferPool
68
struct _WsbmBufStorage *(*create) (struct
_WsbmBufferPool
* pool,
72
struct _WsbmBufStorage *(*createByReference) (struct
_WsbmBufferPool
*
82
void (*takeDown) (struct
_WsbmBufferPool
* pool);
87
struct
_WsbmBufferPool
*pool)
131
extern struct
_WsbmBufferPool
*wsbmTTMPoolInit(int fd,
133
extern struct
_WsbmBufferPool
*wsbmMallocPoolInit(void);
136
extern struct
_WsbmBufferPool
*wsbmSlabPoolInit(int fd, uint32_t devOffset,
149
extern struct
_WsbmBufferPool
*wsbmUserPoolInit(void *vramAddr
[
all
...]
wsbm_mallocpool.c
56
pool_create(struct
_WsbmBufferPool
*pool,
156
pool_takedown(struct
_WsbmBufferPool
*pool)
161
struct
_WsbmBufferPool
*
164
struct
_WsbmBufferPool
*pool;
166
pool = (struct
_WsbmBufferPool
*)calloc(1, sizeof(*pool));
wsbm_manager.h
46
struct
_WsbmBufferPool
;
94
struct
_WsbmBufferPool
*pool, uint32_t placement);
97
unsigned size, const void *data, struct
_WsbmBufferPool
*newPool,
118
extern int wsbmGenBuffers(struct
_WsbmBufferPool
*pool,
123
struct _WsbmBufferObject *wsbmBOCreateSimple(struct
_WsbmBufferPool
*pool,
151
extern void wsbmPoolTakeDown(struct
_WsbmBufferPool
*pool);
158
extern void wsbmPoolTakeDown(struct
_WsbmBufferPool
*pool);
wsbm_ttmpool.c
92
struct
_WsbmBufferPool
pool;
110
pool_create(struct
_WsbmBufferPool
*pool,
163
pool_reference(struct
_WsbmBufferPool
*pool, unsigned handle)
440
struct
_WsbmBufferPool
*pool = buf->pool;
453
pool_takedown(struct
_WsbmBufferPool
*pool)
469
struct
_WsbmBufferPool
*pool = buf->pool;
494
struct
_WsbmBufferPool
*
498
struct
_WsbmBufferPool
*pool;
532
ttm_pool_ub_create(struct
_WsbmBufferPool
*pool, unsigned long size, uint32_t placement, unsigned alignment, const unsigned long *user_ptr, int fd)
wsbm_manager.c
79
struct
_WsbmBufferPool
*pool;
486
struct
_WsbmBufferPool
*newPool, uint32_t placement)
494
struct
_WsbmBufferPool
*curPool;
615
unsigned size, const void *data, struct
_WsbmBufferPool
*newPool,
623
struct
_WsbmBufferPool
*curPool;
625
ttm_pool_ub_create(struct
_WsbmBufferPool
*pool,
747
struct
_WsbmBufferPool
*pool = storage->pool;
773
struct
_WsbmBufferPool
*pool = buf->storage->pool;
821
struct
_WsbmBufferPool
*pool = storage->pool;
884
struct
_WsbmBufferPool
*pool = storage->pool
[
all
...]
wsbm_userpool.c
92
struct
_WsbmBufferPool
pool;
204
pool_create(struct
_WsbmBufferPool
*pool,
583
pool_takedown(struct
_WsbmBufferPool
*pool)
612
wsbmUserPoolClean(struct
_WsbmBufferPool
*pool, int cleanVram, int cleanAgp)
624
struct
_WsbmBufferPool
*
631
struct
_WsbmBufferPool
*pool;
wsbm_slabpool.c
171
struct
_WsbmBufferPool
pool;
192
slabPoolFromPool(struct
_WsbmBufferPool
*pool)
693
pool_create(struct
_WsbmBufferPool
*pool, unsigned long size,
1119
pool_takedown(struct
_WsbmBufferPool
*pool)
1133
struct
_WsbmBufferPool
*
1144
struct
_WsbmBufferPool
*pool;
/hardware/intel/img/hwcomposer/merrifield/ips/common/
WsbmWrapper.c
27
struct
_WsbmBufferPool
* mainPool = NULL;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
WsbmWrapper.c
28
struct
_WsbmBufferPool
* mainPool = NULL;
/hardware/intel/img/psb_video/src/
psb_drv_video.h
239
struct
_WsbmBufferPool
*main_pool;
psb_drv_video.c
[
all
...]
Completed in 6919 milliseconds