Home | History | Annotate | Download | only in i915

Lines Matching refs:batch

15  * Number of bytes to reserve for commands necessary to complete a batch.
19 * - Optional MI_NOOP for ensuring the batch length is qword aligned (4 bytes)
76 return (intel->batch.bo->size - intel->batch.reserved_space)
77 - intel->batch.used*4;
87 intel->batch.map[intel->batch.used++] = dword;
112 intel->batch.emit = intel->batch.used;
114 intel->batch.total = n;
122 struct intel_batchbuffer *batch = &intel->batch;
123 unsigned int _n = batch->used - batch->emit;
124 assert(batch->total != 0);
125 if (_n != batch->total) {
127 _n, batch->total);
130 batch->total = 0;