Searched refs:batch_offset (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_batch.h | 205 uint64_t crocus_command_reloc(struct crocus_batch *batch, uint32_t batch_offset, 208 uint64_t crocus_state_reloc(struct crocus_batch *batch, uint32_t batch_offset,
|
D | crocus_batch.c | 434 crocus_command_reloc(struct crocus_batch *batch, uint32_t batch_offset, in crocus_command_reloc() argument 438 assert(batch_offset <= batch->command.bo->size - sizeof(uint32_t)); in crocus_command_reloc() 440 return emit_reloc(batch, &batch->command.relocs, batch_offset, in crocus_command_reloc()
|
/third_party/mesa3d/src/intel/common/tests/ |
D | mi_builder_test.cpp | 138 uint32_t batch_offset; member in mi_builder_test 254 batch_offset = 0; in SetUp() 293 void *ptr = (void *)((char *)batch_map + batch_offset); in emit_dwords() 294 batch_offset += num_dwords * 4; in emit_dwords() 295 assert(batch_offset < BATCH_BO_SIZE); in emit_dwords() 305 if (batch_offset & 4) in submit_batch() 342 execbuf.batch_len = batch_offset; in submit_batch()
|
/third_party/mesa3d/src/intel/tools/ |
D | aub_write.c | 723 uint64_t batch_offset) in aub_dump_ring_buffer_execlist() argument 729 dword_out(aub, batch_offset & 0xFFFFFFFF); in aub_dump_ring_buffer_execlist() 730 dword_out(aub, batch_offset >> 32); in aub_dump_ring_buffer_execlist() 774 uint64_t batch_offset, in aub_dump_ring_buffer_legacy() argument 793 aub_write_reloc(&aub->devinfo, &ringbuffer[ring_count + 1], batch_offset); in aub_dump_ring_buffer_legacy()
|