Searched refs:batch_addr (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/intel/common/ |
D | intel_batch_decoder_stub.c | 52 uint64_t batch_addr, bool from_ring) in intel_print_batch() argument
|
D | intel_decoder.h | 276 uint64_t batch_addr, bool from_ring);
|
D | intel_batch_decoder.c | 1399 uint64_t batch_addr, bool from_ring) in intel_print_batch() argument 1409 (ctx->flags & INTEL_BATCH_DECODE_OFFSETS) ? batch_addr : 0, in intel_print_batch() 1424 offset = batch_addr + ((char *)p - (char *)batch); in intel_print_batch()
|
/third_party/mesa3d/src/intel/tools/ |
D | aubinator_viewer.h | 100 uint64_t batch_addr, bool from_ring);
|
D | aub_write.h | 133 void aub_write_exec(struct aub_file *aub, uint32_t ctx_id, uint64_t batch_addr,
|
D | aub_write.c | 825 aub_write_exec(struct aub_file *aub, uint32_t ctx_id, uint64_t batch_addr, in aub_write_exec() argument 835 aub_dump_ring_buffer_execlist(aub, hw_ctx, cs, batch_addr); in aub_write_exec() 839 aub_dump_ring_buffer_legacy(aub, batch_addr, offset, engine_class); in aub_write_exec()
|
D | aubinator_viewer_decoder.cpp | 899 uint64_t batch_addr, bool from_ring) in aub_viewer_render_batch() argument 907 "0x%08" PRIx64 ": Max batch buffer jumps exceeded", batch_addr); in aub_viewer_render_batch() 919 uint64_t offset = batch_addr + ((char *)p - (char *)batch); in aub_viewer_render_batch()
|
D | aubinator_error_decode.c | 704 uint64_t batch_addr = sections[s].gtt_offset + sections[s].data_offset; in read_data_file() local 706 sections[s].dword_count * 4, batch_addr, in read_data_file()
|