Home
last modified time | relevance | path

Searched refs:intel_print_batch (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/intel/common/
Dintel_batch_decoder_stub.c49 intel_print_batch(struct intel_batch_decode_ctx *ctx, in intel_print_batch() function
Dintel_decoder.h271 void intel_print_batch(struct intel_batch_decode_ctx *ctx,
Dintel_batch_decoder.c1348 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/
Daubinator.c166 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()
Daubinator_error_decode.c700 intel_print_batch(&batch_ctx, (uint32_t *)data, in read_data_file()
/third_party/mesa3d/src/intel/vulkan/
Danv_batch_chain.c1953 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/
Diris_batch.c168 intel_print_batch(&batch->decoder, map, batch->primary_batch_size, in decode_batch()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c174 intel_print_batch(&batch->decoder, map, batch->primary_batch_size, in decode_batch()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.c854 intel_print_batch(&batch->decoder, batch->batch.map, in submit_batch()