Home
last modified time | relevance | path

Searched refs:ppgtt (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/intel/tools/
Daub_mem.c36 bool ppgtt; member
54 add_gtt_bo_map(struct aub_mem *mem, struct gen_batch_decode_bo bo, bool ppgtt, bool unmap_after_use) in add_gtt_bo_map() argument
58 m->ppgtt = ppgtt; in add_gtt_bo_map()
249 if (!i->ppgtt && i->bo.addr <= address && i->bo.addr + i->bo.size > address) in aub_mem_get_ggtt_bo()
326 if (i->ppgtt && i->bo.addr <= address && i->bo.addr + i->bo.size > address) in aub_mem_get_ppgtt_bo()
Daubinator.c133 get_bo(void *user_data, bool ppgtt, uint64_t addr) in get_bo() argument
135 if (ppgtt) in get_bo()
174 get_legacy_bo(void *user_data, bool ppgtt, uint64_t addr) in get_legacy_bo() argument
Daubinator_viewer.h61 struct gen_batch_decode_bo (*get_bo)(void *user_data, bool ppgtt, uint64_t address);
Daubinator_viewer_decoder.cpp95 ctx_get_bo(struct aub_viewer_decode_ctx *ctx, bool ppgtt, uint64_t addr) in ctx_get_bo() argument
107 struct gen_batch_decode_bo bo = ctx->get_bo(ctx->user_data, ppgtt, addr); in ctx_get_bo()
959 bool ppgtt = false; in aub_viewer_render_batch() local
969 ppgtt = iter.raw_value; in aub_viewer_render_batch()
973 struct gen_batch_decode_bo next_batch = ctx_get_bo(ctx, ppgtt, next_batch_addr); in aub_viewer_render_batch()
Daubinator_viewer.cpp674 batch_get_bo(void *user_data, bool ppgtt, uint64_t address) in batch_get_bo() argument
678 if (window->uses_ppgtt && ppgtt) in batch_get_bo()
Daubinator_error_decode.c397 get_gen_batch_bo(void *user_data, bool ppgtt, uint64_t address) in get_gen_batch_bo() argument
/external/mesa3d/src/intel/common/
Dgen_batch_decoder.c82 ctx_get_bo(struct gen_batch_decode_ctx *ctx, bool ppgtt, uint64_t addr) in ctx_get_bo() argument
94 struct gen_batch_decode_bo bo = ctx->get_bo(ctx->user_data, ppgtt, addr); in ctx_get_bo()
1126 bool ppgtt = false; in gen_print_batch() local
1136 ppgtt = iter.raw_value; in gen_print_batch()
1140 struct gen_batch_decode_bo next_batch = ctx_get_bo(ctx, ppgtt, next_batch_addr); in gen_print_batch()
Dgen_decoder.h232 struct gen_batch_decode_bo (*get_bo)(void *user_data, bool ppgtt, uint64_t address);
/external/mesa3d/src/gallium/drivers/iris/
Diris_batch.c123 decode_get_bo(void *v_batch, bool ppgtt, uint64_t address) in decode_get_bo() argument
127 assert(ppgtt); in decode_get_bo()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.c84 decode_get_bo(void *v_brw, bool ppgtt, uint64_t address) in decode_get_bo() argument
/external/mesa3d/src/intel/vulkan/
Danv_device.c2606 decode_get_bo(void *v_batch, bool ppgtt, uint64_t address) in decode_get_bo() argument
2611 assert(ppgtt); in decode_get_bo()