Searched refs:intel_print_batch (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/intel/common/ |
D | intel_batch_decoder_stub.c | 49 intel_print_batch(struct intel_batch_decode_ctx *ctx, in intel_print_batch() function
|
D | intel_decoder.h | 271 void intel_print_batch(struct intel_batch_decode_ctx *ctx,
|
D | intel_batch_decoder.c | 1348 intel_print_batch(struct intel_batch_decode_ctx *ctx, in intel_print_batch() function 1452 intel_print_batch(ctx, next_batch.map, next_batch.size, in intel_print_batch()
|
/third_party/mesa3d/src/intel/tools/ |
D | aubinator.c | 166 intel_print_batch(&batch_ctx, commands, in handle_execlist_write() 186 intel_print_batch(&batch_ctx, data, data_len, 0, false); in handle_ring_write()
|
D | aubinator_error_decode.c | 700 intel_print_batch(&batch_ctx, (uint32_t *)data, in read_data_file()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_batch_chain.c | 1953 intel_print_batch(&device->decoder_ctx, in anv_queue_execbuf_locked() 1962 intel_print_batch(&device->decoder_ctx, (*bo)->bo->map, in anv_queue_execbuf_locked() 1967 intel_print_batch(&device->decoder_ctx, submit->simple_bo->map, in anv_queue_execbuf_locked() 1970 intel_print_batch(&device->decoder_ctx, in anv_queue_execbuf_locked()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.c | 168 intel_print_batch(&batch->decoder, map, batch->primary_batch_size, in decode_batch()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_batch.c | 174 intel_print_batch(&batch->decoder, map, batch->primary_batch_size, in decode_batch()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_batch.c | 854 intel_print_batch(&batch->decoder, batch->batch.map, in submit_batch()
|