Lines Matching defs:start

301    assert(batch->start <= batch_location);
306 return anv_address_add(batch->start_addr, batch_location - batch->start);
314 size = other->next - other->start;
327 VG(VALGRIND_CHECK_MEM_IS_DEFINED(other->start, size));
328 memcpy(batch->next, other->start, size);
330 offset = batch->next - batch->start;
429 batch->start = bbo->bo->map;
438 assert(batch->start == bbo->bo->map);
439 bbo->length = batch->next - batch->start;
440 VG(VALGRIND_CHECK_MEM_IS_DEFINED(batch->start, bbo->length));
448 assert(batch->start == bbo->bo->map);
449 bbo->length = batch->next - batch->start;
639 .start = last_bbo->bo->map,
837 * from it) which is relative to the start of the binding table block.
976 /* When we start a batch buffer, we subtract a certain amount of
983 assert(cmd_buffer->batch.start == batch_bo->bo->map);
999 if ((cmd_buffer->batch.next - cmd_buffer->batch.start) & 4)
1010 const uint32_t length = cmd_buffer->batch.next - cmd_buffer->batch.start;
1025 cmd_buffer->batch.next - cmd_buffer->batch.start;
1066 assert(cmd_buffer->batch.start == batch_bo->bo->map);
1070 assert(cmd_buffer->batch.start == batch_bo->bo->map);
1105 unsigned length = secondary->batch.end - secondary->batch.start;
1120 assert(primary->batch.start == this_bbo->bo->map);
1121 uint32_t offset = primary->batch.next - primary->batch.start;
1933 .batch_len = device->can_chain_batches ? 0 : batch->next - batch->start,
2008 .batch_len = flush->batch.next - flush->batch.start,
2318 uint32_t start = 0;
2321 cmd_buffers[start]->perf_query_pool;
2341 start == 0 ? submit->wait_count : 0,
2342 start == 0 ? submit->waits : NULL,
2343 next - start, &cmd_buffers[start],
2351 start = next;
2352 perf_query_pool = cmd_buffers[start]->perf_query_pool;
2430 uint32_t batch_size = align_u32(batch->next - batch->start, 8);
2437 memcpy(batch_bo->map, batch->start, batch_size);