Searched refs:get_bo (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/intel/tools/ |
D | intel_dump_gpu.c | 98 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()
|
D | aubinator_viewer.h | 61 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),
|
D | aubinator.c | 133 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()
|
D | aubinator_viewer_decoder.cpp | 36 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/ |
D | gen_decoder.h | 232 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 *,
|
D | gen_batch_decoder.c | 36 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/ |
D | aubdump.c | 303 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/ |
D | 19.0.0.rst | 1684 - intel/aub_viewer: fix shader get_bo
|