HomeSort by: relevance | last modified time | path
    Searched refs:batch_addr (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/common/
intel_batch_decoder_stub.c 51 uint64_t batch_addr, bool from_ring)
intel_decoder.h 273 uint64_t batch_addr, bool from_ring);
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);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
aub_write.h 94 void aub_write_exec(struct aub_file *aub, uint64_t batch_addr,
aubinator_viewer.h 100 uint64_t batch_addr, bool from_ring);
aub_write.c 751 aub_write_exec(struct aub_file *aub, uint64_t batch_addr,
757 aub_dump_ring_buffer_execlist(aub, cs, batch_addr);
761 aub_dump_ring_buffer_legacy(aub, batch_addr, offset, engine_class);
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);
  /xsrc/external/mit/MesaLib/dist/src/intel/tools/
aubinator_viewer.h 100 uint64_t batch_addr, bool from_ring);
aub_write.h 133 void aub_write_exec(struct aub_file *aub, uint32_t ctx_id, uint64_t batch_addr,
aub_write.c 825 aub_write_exec(struct aub_file *aub, uint32_t ctx_id, uint64_t batch_addr,
835 aub_dump_ring_buffer_execlist(aub, hw_ctx, cs, batch_addr);
839 aub_dump_ring_buffer_legacy(aub, batch_addr, offset, engine_class);
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);
aubinator_error_decode.c 699 uint64_t batch_addr = sections[s].gtt_offset + sections[s].data_offset; local
701 sections[s].dword_count * 4, batch_addr,
  /xsrc/external/mit/MesaLib.old/dist/src/intel/common/
gen_decoder.h 259 uint64_t batch_addr, bool from_ring);
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);

Completed in 16 milliseconds