Searched refs:last_batch_bo (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_batchbuffer.c167 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);
H A Di830.h384 dri_bo *last_batch_bo; member in struct:_I830Rec
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_batchbuffer.c88 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;
H A Dintel.h136 dri_bo *batch_bo, *last_batch_bo[2]; member in struct:intel_screen_private
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_batchbuffer.c88 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;
H A Dintel.h137 dri_bo *batch_bo, *last_batch_bo[2]; member in struct:intel_screen_private

Completed in 7 milliseconds