Searched refs:intel_batch_decode_ctx (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/intel/common/ |
D | intel_batch_decoder.c | 32 intel_batch_decode_ctx_init(struct intel_batch_decode_ctx *ctx, in intel_batch_decode_ctx_init() 63 intel_batch_decode_ctx_finish(struct intel_batch_decode_ctx *ctx) in intel_batch_decode_ctx_finish() 75 ctx_print_group(struct intel_batch_decode_ctx *ctx, in ctx_print_group() 84 ctx_get_bo(struct intel_batch_decode_ctx *ctx, bool ppgtt, uint64_t addr) in ctx_get_bo() 114 update_count(struct intel_batch_decode_ctx *ctx, in update_count() 133 ctx_disassemble_program(struct intel_batch_decode_ctx *ctx, in ctx_disassemble_program() 171 ctx_print_buffer(struct intel_batch_decode_ctx *ctx, in ctx_print_buffer() 206 intel_ctx_find_instruction(struct intel_batch_decode_ctx *ctx, const uint32_t *p) in intel_ctx_find_instruction() 212 handle_state_base_address(struct intel_batch_decode_ctx *ctx, const uint32_t *p) in handle_state_base_address() 249 handle_binding_table_pool_alloc(struct intel_batch_decode_ctx *ctx, in handle_binding_table_pool_alloc() [all …]
|
D | intel_batch_decoder_stub.c | 28 intel_batch_decode_ctx_init(struct intel_batch_decode_ctx *ctx, in intel_batch_decode_ctx_init() 45 intel_batch_decode_ctx_finish(struct intel_batch_decode_ctx *ctx) in intel_batch_decode_ctx_finish() 50 intel_print_batch(struct intel_batch_decode_ctx *ctx, in intel_print_batch()
|
D | intel_decoder.h | 227 struct intel_batch_decode_ctx { struct 260 void intel_batch_decode_ctx_init(struct intel_batch_decode_ctx *ctx, argument 271 void intel_batch_decode_ctx_finish(struct intel_batch_decode_ctx *ctx); 274 void intel_print_batch(struct intel_batch_decode_ctx *ctx,
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_batch.h | 168 struct intel_batch_decode_ctx decoder;
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.h | 150 struct intel_batch_decode_ctx decoder;
|
/third_party/mesa3d/src/intel/tools/ |
D | aubinator.c | 64 struct intel_batch_decode_ctx batch_ctx;
|
D | aubinator_error_decode.c | 680 struct intel_batch_decode_ctx batch_ctx; in read_data_file()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_private.h | 1256 struct intel_batch_decode_ctx decoder_ctx;
|