Searched refs:intel_batch_decode_ctx (Results 1 – 9 of 9) 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() 61 intel_batch_decode_ctx_finish(struct intel_batch_decode_ctx *ctx) in intel_batch_decode_ctx_finish() 73 ctx_print_group(struct intel_batch_decode_ctx *ctx, in ctx_print_group() 82 ctx_get_bo(struct intel_batch_decode_ctx *ctx, bool ppgtt, uint64_t addr) in ctx_get_bo() 112 update_count(struct intel_batch_decode_ctx *ctx, in update_count() 131 ctx_disassemble_program(struct intel_batch_decode_ctx *ctx, in ctx_disassemble_program() 169 ctx_print_buffer(struct intel_batch_decode_ctx *ctx, in ctx_print_buffer() 204 intel_ctx_find_instruction(struct intel_batch_decode_ctx *ctx, const uint32_t *p) in intel_ctx_find_instruction() 210 handle_state_base_address(struct intel_batch_decode_ctx *ctx, const uint32_t *p) in handle_state_base_address() 247 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() 44 intel_batch_decode_ctx_finish(struct intel_batch_decode_ctx *ctx) in intel_batch_decode_ctx_finish() 49 intel_print_batch(struct intel_batch_decode_ctx *ctx, in intel_print_batch()
|
D | intel_decoder.h | 226 struct intel_batch_decode_ctx { struct 258 void intel_batch_decode_ctx_init(struct intel_batch_decode_ctx *ctx, argument 268 void intel_batch_decode_ctx_finish(struct intel_batch_decode_ctx *ctx); 271 void intel_print_batch(struct intel_batch_decode_ctx *ctx,
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.h | 139 struct intel_batch_decode_ctx decoder;
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_batch.h | 168 struct intel_batch_decode_ctx decoder;
|
/third_party/mesa3d/src/intel/tools/ |
D | aubinator.c | 62 struct intel_batch_decode_ctx batch_ctx;
|
D | aubinator_error_decode.c | 676 struct intel_batch_decode_ctx batch_ctx; in read_data_file()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.h | 520 struct intel_batch_decode_ctx decoder;
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_private.h | 1222 struct intel_batch_decode_ctx decoder_ctx;
|