Searched refs:ctx_get_bo (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_batch_decoder.c82 ctx_get_bo(struct intel_batch_decode_ctx *ctx, bool ppgtt, uint64_t addr) function in typeref:struct:intel_batch_decode_bo
135 struct intel_batch_decode_bo bo = ctx_get_bo(ctx, true, addr);
302 ctx_get_bo(ctx, true, bt_pool_base + offset);
315 struct intel_batch_decode_bo bo = ctx_get_bo(ctx, true, addr);
337 struct intel_batch_decode_bo bo = ctx_get_bo(ctx, true, state_addr);
421 struct intel_batch_decode_bo bo = ctx_get_bo(ctx, true, desc_addr);
484 vb = ctx_get_bo(ctx, true, vbs_iter.raw_value);
536 ib = ctx_get_bo(ctx, true, iter.raw_value);
698 buffer[idx] = ctx_get_bo(ctx, true, iter.raw_value);
750 struct intel_batch_decode_bo buffer = ctx_get_bo(ct
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_batch_decoder.c82 ctx_get_bo(struct gen_batch_decode_ctx *ctx, bool ppgtt, uint64_t addr) function in typeref:struct:gen_batch_decode_bo
134 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, addr);
261 ctx_get_bo(ctx, true, ctx->surface_base + offset);
274 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, addr);
297 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, state_addr);
340 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, desc_addr);
409 vb = ctx_get_bo(ctx, true, vbs_iter.raw_value);
461 ib = ctx_get_bo(ctx, true, iter.raw_value);
619 struct gen_batch_decode_bo buffer = ctx_get_bo(ctx, true, read_addr[i]);
685 struct gen_batch_decode_bo bo = ctx_get_bo(ct
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer_decoder.cpp95 ctx_get_bo(struct aub_viewer_decode_ctx *ctx, bool ppgtt, uint64_t addr) function in typeref:struct:gen_batch_decode_bo
147 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, addr);
216 ctx_get_bo(ctx, true, ctx->surface_base + offset);
231 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, addr);
259 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, state_addr);
306 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, desc_addr);
378 vb = ctx_get_bo(ctx, true, buffer_addr);
430 ib = ctx_get_bo(ctx, true, buffer_addr);
581 struct gen_batch_decode_bo buffer = ctx_get_bo(ctx, true, read_addr[i]);
653 struct gen_batch_decode_bo bo = ctx_get_bo(ct
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer_decoder.cpp95 ctx_get_bo(struct aub_viewer_decode_ctx *ctx, bool ppgtt, uint64_t addr) function in typeref:struct:intel_batch_decode_bo
147 struct intel_batch_decode_bo bo = ctx_get_bo(ctx, true, addr);
216 ctx_get_bo(ctx, true, ctx->surface_base + offset);
231 struct intel_batch_decode_bo bo = ctx_get_bo(ctx, true, addr);
256 struct intel_batch_decode_bo bo = ctx_get_bo(ctx, true, state_addr);
310 struct intel_batch_decode_bo bo = ctx_get_bo(ctx, true, desc_addr);
382 vb = ctx_get_bo(ctx, true, buffer_addr);
434 ib = ctx_get_bo(ctx, true, buffer_addr);
585 struct intel_batch_decode_bo buffer = ctx_get_bo(ctx, true, read_addr[i]);
657 struct intel_batch_decode_bo bo = ctx_get_bo(ct
[all...]

Completed in 7 milliseconds