Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Dintel_dump_gpu.c98 get_bo(unsigned fd, uint32_t handle) in get_bo() function
156 get_bo(fd, handle)->offset + relocs[i].delta); in relocate_bo()
242 bo = get_bo(fd, obj->handle); in dump_execbuffer2()
271 bo = get_bo(fd, obj->handle); in dump_execbuffer2()
306 bo = get_bo(fd, obj->handle); in dump_execbuffer2()
322 batch_bo = get_bo(fd, exec_objects[batch_index].handle); in dump_execbuffer2()
325 bo = get_bo(fd, obj->handle); in dump_execbuffer2()
392 struct bo *bo = get_bo(fd, handle); in remove_bo()
704 struct bo *bo = get_bo(fd, mmap->handle); in ioctl()
Daubinator_viewer.h61 struct gen_batch_decode_bo (*get_bo)(void *user_data, bool ppgtt, uint64_t address); member
94 struct gen_batch_decode_bo (*get_bo)(void *, bool, uint64_t),
Daubinator.c133 get_bo(void *user_data, bool ppgtt, uint64_t addr) in get_bo() function
164 batch_ctx.get_bo = get_bo; in handle_execlist_write()
184 batch_ctx.get_bo = get_legacy_bo; in handle_ring_write()
Daubinator_viewer_decoder.cpp36 struct gen_batch_decode_bo (*get_bo)(void *, bool, uint64_t), in aub_viewer_decode_ctx_init()
42 ctx->get_bo = get_bo; in aub_viewer_decode_ctx_init()
107 struct gen_batch_decode_bo bo = ctx->get_bo(ctx->user_data, ppgtt, addr); in ctx_get_bo()
/external/mesa3d/src/intel/common/
Dgen_decoder.h232 struct gen_batch_decode_bo (*get_bo)(void *user_data, bool ppgtt, uint64_t address); member
258 struct gen_batch_decode_bo (*get_bo)(void *,
Dgen_batch_decoder.c36 struct gen_batch_decode_bo (*get_bo)(void *, in gen_batch_decode_ctx_init()
46 ctx->get_bo = get_bo; in gen_batch_decode_ctx_init()
94 struct gen_batch_decode_bo bo = ctx->get_bo(ctx->user_data, ppgtt, addr); in ctx_get_bo()
/external/igt-gpu-tools/tools/
Daubdump.c303 get_bo(uint32_t handle) in get_bo() function
852 get_bo(handle)->offset + relocs[i].delta); in relocate_bo()
949 bo = get_bo(obj->handle); in dump_execbuffer2()
985 batch_bo = get_bo(exec_objects[batch_index].handle); in dump_execbuffer2()
988 bo = get_bo(obj->handle); in dump_execbuffer2()
1053 struct bo *bo = get_bo(handle); in remove_bo()
/external/mesa3d/docs/relnotes/
D19.0.0.rst1684 - intel/aub_viewer: fix shader get_bo