Searched refs:get_bo (Results 1 – 8 of 8) sorted by relevance
/third_party/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() 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()
|
D | aubinator_viewer.h | 61 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),
|
D | aubinator.c | 132 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()
|
D | aubinator_viewer_decoder.cpp | 36 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/ |
D | intel_batch_decoder_stub.c | 32 struct intel_batch_decode_bo (*get_bo)(void *, in intel_batch_decode_ctx_init()
|
D | intel_decoder.h | 233 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 *,
|
D | intel_batch_decoder.c | 36 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/ |
D | 19.0.0.rst | 1684 - intel/aub_viewer: fix shader get_bo
|