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()
709 struct bo *bo = get_bo(fd, mmap->handle); in ioctl()
720 struct bo *bo = get_bo(fd, mmap->handle); in ioctl()
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.c132 get_bo(void *user_data, bool ppgtt, uint64_t addr) in get_bo() function
163 batch_ctx.get_bo = get_bo; in handle_execlist_write()
183 batch_ctx.get_bo = get_legacy_bo; in handle_ring_write()
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_batch_decoder_stub.c32 struct intel_batch_decode_bo (*get_bo)(void *, in intel_batch_decode_ctx_init()
Dintel_decoder.h233 struct intel_batch_decode_bo (*get_bo)(void *user_data, bool ppgtt, uint64_t address); member
262 struct intel_batch_decode_bo (*get_bo)(void *,
Dintel_batch_decoder.c36 struct intel_batch_decode_bo (*get_bo)(void *, in intel_batch_decode_ctx_init()
46 ctx->get_bo = get_bo; in intel_batch_decode_ctx_init()
94 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