Lines Matching defs:length
400 bbo->length = other_bbo->length;
401 memcpy(bbo->bo->map, other_bbo->bo->map, other_bbo->length);
430 batch->next = bbo->bo->map + bbo->length;
439 bbo->length = batch->next - batch->start;
440 VG(VALGRIND_CHECK_MEM_IS_DEFINED(batch->start, bbo->length));
449 bbo->length = batch->next - batch->start;
452 while (new_size <= bbo->length + additional + batch_padding)
464 memcpy(new_bo->map, bbo->bo->map, bbo->length);
481 prev_bbo->length - GFX8_MI_BATCH_BUFFER_START_length * 4;
576 * version in either case, as long as we set the instruction length in the
1010 const uint32_t length = cmd_buffer->batch.next - cmd_buffer->batch.start;
1016 * its length is less than the length of CS prefetch, add some NOOPs
1045 (length < ANV_MIN_CMD_BUFFER_BATCH_SIZE / 2)) {
1105 unsigned length = secondary->batch.end - secondary->batch.start;
1106 anv_batch_bo_grow(primary, bbo, &primary->batch, length,
1191 /* Allocated length of the 'objects' and 'bos' arrays */
1918 for (uint32_t l = 0; l < (*bbo)->length; l += CACHELINE_SIZE)
1930 * command parser, we have to provide the batch length. Everywhere else
1931 * we'll chain batches so no point in passing a length.