Searched refs:ctx_get_bo (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/common/ |
D | gen_batch_decoder.c | 82 ctx_get_bo(struct gen_batch_decode_ctx *ctx, bool ppgtt, uint64_t addr) in ctx_get_bo() function 135 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, addr); in ctx_disassemble_program() 267 ctx_get_bo(ctx, true, ctx->surface_base + offset); in dump_binding_table() 280 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, addr); in dump_binding_table() 305 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, state_addr); in dump_samplers() 348 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, desc_addr); in handle_media_interface_descriptor_load() 417 vb = ctx_get_bo(ctx, true, vbs_iter.raw_value); in handle_3dstate_vertex_buffers() 469 ib = ctx_get_bo(ctx, true, iter.raw_value); in handle_3dstate_index_buffer() 620 buffer[idx] = ctx_get_bo(ctx, true, iter.raw_value); in decode_3dstate_constant_all() 672 struct gen_batch_decode_bo buffer = ctx_get_bo(ctx, true, read_addr[i]); in decode_3dstate_constant() [all …]
|
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer_decoder.cpp | 95 ctx_get_bo(struct aub_viewer_decode_ctx *ctx, bool ppgtt, uint64_t addr) in ctx_get_bo() function 147 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, addr); in ctx_disassemble_program() 216 ctx_get_bo(ctx, true, ctx->surface_base + offset); in dump_binding_table() 231 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, addr); in dump_binding_table() 259 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, state_addr); in dump_samplers() 306 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, desc_addr); in handle_media_interface_descriptor_load() 378 vb = ctx_get_bo(ctx, true, buffer_addr); in handle_3dstate_vertex_buffers() 430 ib = ctx_get_bo(ctx, true, buffer_addr); in handle_3dstate_index_buffer() 581 struct gen_batch_decode_bo buffer = ctx_get_bo(ctx, true, read_addr[i]); in decode_3dstate_constant() 653 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, state_addr); in decode_dynamic_state_pointers() [all …]
|