Home
last modified time | relevance | path

Searched refs:primary_batch_size (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c174 intel_print_batch(&batch->decoder, map, batch->primary_batch_size, in decode_batch()
514 batch->primary_batch_size = 0; in crocus_batch_reset()
756 batch->primary_batch_size = crocus_batch_bytes_used(batch); in crocus_finish_batch()
868 .batch_len = ALIGN(batch->primary_batch_size, 8), in submit_batch()
948 bytes_for_commands += batch->primary_batch_size; in _crocus_batch_flush()
954 batch->primary_batch_size, second_bytes, in _crocus_batch_flush()
Dcrocus_batch.h96 unsigned primary_batch_size; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c168 intel_print_batch(&batch->decoder, map, batch->primary_batch_size, in decode_batch()
415 batch->primary_batch_size = 0; in iris_batch_reset()
503 batch->primary_batch_size = batch_size; in record_batch_sizes()
825 .batch_len = ALIGN(batch->primary_batch_size, 8), in submit_batch()
Diris_batch.h74 unsigned primary_batch_size; member