Searched refs:gen_batch_decode_ctx (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/intel/common/ |
D | gen_batch_decoder.c | 32 gen_batch_decode_ctx_init(struct gen_batch_decode_ctx *ctx, in gen_batch_decode_ctx_init() 61 gen_batch_decode_ctx_finish(struct gen_batch_decode_ctx *ctx) in gen_batch_decode_ctx_finish() 73 ctx_print_group(struct gen_batch_decode_ctx *ctx, in ctx_print_group() 82 ctx_get_bo(struct gen_batch_decode_ctx *ctx, bool ppgtt, uint64_t addr) in ctx_get_bo() 112 update_count(struct gen_batch_decode_ctx *ctx, in update_count() 131 ctx_disassemble_program(struct gen_batch_decode_ctx *ctx, in ctx_disassemble_program() 169 ctx_print_buffer(struct gen_batch_decode_ctx *ctx, in ctx_print_buffer() 204 gen_ctx_find_instruction(struct gen_batch_decode_ctx *ctx, const uint32_t *p) in gen_ctx_find_instruction() 210 handle_state_base_address(struct gen_batch_decode_ctx *ctx, const uint32_t *p) in handle_state_base_address() 247 dump_binding_table(struct gen_batch_decode_ctx *ctx, uint32_t offset, int count) in dump_binding_table() [all …]
|
D | gen_decoder.h | 225 struct gen_batch_decode_ctx { struct 254 void gen_batch_decode_ctx_init(struct gen_batch_decode_ctx *ctx, argument 265 void gen_batch_decode_ctx_finish(struct gen_batch_decode_ctx *ctx); 268 void gen_print_batch(struct gen_batch_decode_ctx *ctx,
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.h | 137 struct gen_batch_decode_ctx decoder;
|
/external/mesa3d/src/intel/tools/ |
D | aubinator.c | 63 struct gen_batch_decode_ctx batch_ctx;
|
D | aubinator_error_decode.c | 664 struct gen_batch_decode_ctx batch_ctx; in read_data_file()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.h | 531 struct gen_batch_decode_ctx decoder;
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_private.h | 1411 struct gen_batch_decode_ctx decoder_ctx;
|