OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_batch_bo
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_batchbuffer.c
167
dri_bo_unreference(pI830->
last_batch_bo
);
168
pI830->
last_batch_bo
= NULL;
212
dri_bo_unreference(pI830->
last_batch_bo
);
213
pI830->
last_batch_bo
= pI830->batch_bo;
238
drm_intel_bo_map(pI830->
last_batch_bo
, TRUE);
239
drm_intel_bo_unmap(pI830->
last_batch_bo
);
i830.h
384
dri_bo *
last_batch_bo
;
member in struct:_I830Rec
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_batchbuffer.c
88
tmp = intel->
last_batch_bo
[mode];
89
intel->
last_batch_bo
[mode] = intel->batch_bo;
108
intel->
last_batch_bo
[0] = bo_alloc(scrn);
109
intel->
last_batch_bo
[1] = bo_alloc(scrn);
121
for (i = 0; i < ARRAY_SIZE(intel->
last_batch_bo
); i++) {
122
if (intel->
last_batch_bo
[i] != NULL) {
123
dri_bo_unreference(intel->
last_batch_bo
[i]);
124
intel->
last_batch_bo
[i] = NULL;
intel.h
136
dri_bo *batch_bo, *
last_batch_bo
[2];
member in struct:intel_screen_private
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_batchbuffer.c
88
tmp = intel->
last_batch_bo
[mode];
89
intel->
last_batch_bo
[mode] = intel->batch_bo;
108
intel->
last_batch_bo
[0] = bo_alloc(scrn);
109
intel->
last_batch_bo
[1] = bo_alloc(scrn);
121
for (i = 0; i < ARRAY_SIZE(intel->
last_batch_bo
); i++) {
122
if (intel->
last_batch_bo
[i] != NULL) {
123
dri_bo_unreference(intel->
last_batch_bo
[i]);
124
intel->
last_batch_bo
[i] = NULL;
intel.h
137
dri_bo *batch_bo, *
last_batch_bo
[2];
member in struct:intel_screen_private
Completed in 48 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026