Home
last modified time | relevance | path

Searched refs:batch_offset (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_batch.h205 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,
H A Dcrocus_batch.c434 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/
H A Dmi_builder_test.cpp138 uint32_t batch_offset; member in mi_builder_test
254 batch_offset = 0; in SetUp()
293 void *ptr = (void *)((char *)batch_map + batch_offset);
294 batch_offset += num_dwords * 4;
295 assert(batch_offset < BATCH_BO_SIZE);
305 if (batch_offset & 4)
342 execbuf.batch_len = batch_offset;
/third_party/mesa3d/src/intel/tools/
H A Daub_write.c723 uint64_t batch_offset) in aub_dump_ring_buffer_execlist()
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()
793 aub_write_reloc(&aub->devinfo, &ringbuffer[ring_count + 1], batch_offset); in aub_dump_ring_buffer_legacy()
720 aub_dump_ring_buffer_execlist(struct aub_file *aub, struct aub_hw_context *hw_ctx, const struct engine *cs, uint64_t batch_offset) aub_dump_ring_buffer_execlist() argument
773 aub_dump_ring_buffer_legacy(struct aub_file *aub, uint64_t batch_offset, uint64_t offset, enum drm_i915_gem_engine_class engine_class) aub_dump_ring_buffer_legacy() argument

Completed in 5 milliseconds