Home
last modified time | relevance | path

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

/third_party/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()
273 bo = get_bo(fd, obj->handle); in dump_execbuffer2()
308 bo = get_bo(fd, obj->handle); in dump_execbuffer2()
324 batch_bo = get_bo(fd, exec_objects[batch_index].handle); in dump_execbuffer2()
327 bo = get_bo(fd, obj->handle); in dump_execbuffer2()
394 struct bo *bo = get_bo(fd, handle); in remove_bo()
719 struct bo *bo = get_bo(fd, mmap->handle); in ioctl()
730 struct bo *bo = get_bo(fd, mmap->handle); in ioctl()
Daubinator.c142 get_bo(void *user_data, bool ppgtt, uint64_t addr) in get_bo() function
173 batch_ctx.get_bo = get_bo; in handle_execlist_write()
193 batch_ctx.get_bo = get_legacy_bo; in handle_ring_write()
Daubinator_viewer.h61 struct intel_batch_decode_bo (*get_bo)(void *user_data, bool ppgtt, uint64_t address); member
94 struct intel_batch_decode_bo (*get_bo)(void *, bool, uint64_t),
Daubinator_viewer_decoder.cpp36 struct intel_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 intel_batch_decode_bo bo = ctx->get_bo(ctx->user_data, ppgtt, addr); in ctx_get_bo()
/third_party/mesa3d/src/intel/common/
Dintel_decoder.h234 struct intel_batch_decode_bo (*get_bo)(void *user_data, bool ppgtt, uint64_t address); member
265 struct intel_batch_decode_bo (*get_bo)(void *,
Dintel_batch_decoder_stub.c33 struct intel_batch_decode_bo (*get_bo)(void *, in intel_batch_decode_ctx_init()
Dintel_batch_decoder.c37 struct intel_batch_decode_bo (*get_bo)(void *, in intel_batch_decode_ctx_init()
48 ctx->get_bo = get_bo; in intel_batch_decode_ctx_init()
96 struct intel_batch_decode_bo bo = ctx->get_bo(ctx->user_data, ppgtt, addr); in ctx_get_bo()
/third_party/mesa3d/docs/relnotes/
D19.0.0.rst1684 - intel/aub_viewer: fix shader get_bo