Lines Matching defs:batch
238 struct vmw_otable_batch *batch)
242 struct vmw_otable *otables = batch->otables;
247 for (i = 0; i < batch->num_otables; ++i) {
257 &batch->otable_bo);
262 for (i = 0; i < batch->num_otables; ++i) {
263 if (!batch->otables[i].enabled)
267 &batch->otable_bo->tbo,
278 for (i = 0; i < batch->num_otables; ++i) {
279 if (batch->otables[i].enabled)
281 &batch->otables[i]);
284 vmw_bo_unpin_unlocked(&batch->otable_bo->tbo);
285 ttm_bo_put(&batch->otable_bo->tbo);
286 batch->otable_bo = NULL;
333 struct vmw_otable_batch *batch)
336 struct ttm_buffer_object *bo = &batch->otable_bo->tbo;
339 for (i = 0; i < batch->num_otables; ++i)
340 if (batch->otables[i].enabled)
342 &batch->otables[i]);
351 vmw_bo_unreference(&batch->otable_bo);