Lines Matching refs:used
80 unsigned used;
131 /** The amount of aperture space (in bytes) used by all exec_bos */
155 * batchbuffer and would need flushing before being used from another
161 * Set of struct brw_bo * that have been used as a depth buffer within
162 * this batchbuffer and would need flushing before being used from
215 unsigned used, unsigned new_size);
234 unsigned used = crocus_batch_bytes_used(batch);
237 } else if (used + size >= batch->command.bo->size) {
242 crocus_grow_buffer(batch, false, used, new_size);
243 batch->command.map_next = (void *)batch->command.map + used;
322 if (batch->state.used + size >= STATE_SZ)