Home
last modified time | relevance | path

Searched refs:batch_addr (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/common/
Dintel_batch_decoder_stub.c52 uint64_t batch_addr, bool from_ring) in intel_print_batch() argument
Dintel_decoder.h276 uint64_t batch_addr, bool from_ring);
Dintel_batch_decoder.c1399 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/
Daubinator_viewer.h100 uint64_t batch_addr, bool from_ring);
Daub_write.h133 void aub_write_exec(struct aub_file *aub, uint32_t ctx_id, uint64_t batch_addr,
Daub_write.c825 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()
Daubinator_viewer_decoder.cpp899 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()
Daubinator_error_decode.c704 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()