| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| H A D | intel_batch_decoder_stub.c | 51 uint64_t batch_addr, bool from_ring) 49 intel_print_batch(struct intel_batch_decode_ctx * ctx,const uint32_t * batch,uint32_t batch_size,uint64_t batch_addr,bool from_ring) argument
|
| H A D | intel_decoder.h | 273 uint64_t batch_addr, bool from_ring);
|
| H A D | intel_batch_decoder.c | 1350 uint64_t batch_addr, bool from_ring) 1360 (ctx->flags & INTEL_BATCH_DECODE_OFFSETS) ? batch_addr : 0, 1375 offset = batch_addr + ((char *)p - (char *)batch); 1348 intel_print_batch(struct intel_batch_decode_ctx * ctx,const uint32_t * batch,uint32_t batch_size,uint64_t batch_addr,bool from_ring) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | aub_write.h | 94 void aub_write_exec(struct aub_file *aub, uint64_t batch_addr,
|
| H A D | aubinator_viewer.h | 100 uint64_t batch_addr, bool from_ring);
|
| H A D | aub_write.c | 751 aub_write_exec(struct aub_file *aub, uint64_t batch_addr, argument 757 aub_dump_ring_buffer_execlist(aub, cs, batch_addr); 761 aub_dump_ring_buffer_legacy(aub, batch_addr, offset, engine_class);
|
| H A D | aubinator_viewer_decoder.cpp | 895 uint64_t batch_addr, bool from_ring) 903 "0x%08" PRIx64 ": Max batch buffer jumps exceeded", batch_addr); 915 uint64_t offset = batch_addr + ((char *)p - (char *)batch); 893 aub_viewer_render_batch(struct aub_viewer_decode_ctx * ctx,const void * _batch,uint32_t batch_size,uint64_t batch_addr,bool from_ring) argument
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | aubinator_viewer.h | 100 uint64_t batch_addr, bool from_ring);
|
| H A D | aub_write.h | 133 void aub_write_exec(struct aub_file *aub, uint32_t ctx_id, uint64_t batch_addr,
|
| H A D | aub_write.c | 825 aub_write_exec(struct aub_file *aub, uint32_t ctx_id, uint64_t batch_addr, argument 835 aub_dump_ring_buffer_execlist(aub, hw_ctx, cs, batch_addr); 839 aub_dump_ring_buffer_legacy(aub, batch_addr, offset, engine_class);
|
| H A D | aubinator_viewer_decoder.cpp | 899 uint64_t batch_addr, bool from_ring) 907 "0x%08" PRIx64 ": Max batch buffer jumps exceeded", batch_addr); 919 uint64_t offset = batch_addr + ((char *)p - (char *)batch); 897 aub_viewer_render_batch(struct aub_viewer_decode_ctx * ctx,const void * _batch,uint32_t batch_size,uint64_t batch_addr,bool from_ring) argument
|
| H A D | aubinator_error_decode.c | 699 uint64_t batch_addr = sections[s].gtt_offset + sections[s].data_offset; local in function:read_data_file 701 sections[s].dword_count * 4, batch_addr,
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/ |
| H A D | gen_decoder.h | 259 uint64_t batch_addr, bool from_ring);
|
| H A D | gen_batch_decoder.c | 808 uint64_t batch_addr, bool from_ring) 818 (ctx->flags & GEN_BATCH_DECODE_OFFSETS) ? batch_addr : 0, 833 offset = batch_addr + ((char *)p - (char *)batch); 806 gen_print_batch(struct gen_batch_decode_ctx * ctx,const uint32_t * batch,uint32_t batch_size,uint64_t batch_addr,bool from_ring) argument
|