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.c173 intel_print_batch(&batch->decoder, map, batch->primary_batch_size, in decode_batch()
523 batch->primary_batch_size = 0; in crocus_batch_reset()
765 batch->primary_batch_size = crocus_batch_bytes_used(batch); in crocus_finish_batch()
877 .batch_len = ALIGN(batch->primary_batch_size, 8), in submit_batch()
957 bytes_for_commands += batch->primary_batch_size; in _crocus_batch_flush()
963 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.c174 intel_print_batch(&batch->decoder, map, batch->primary_batch_size, in decode_batch()
528 batch->primary_batch_size = 0; in iris_batch_reset()
642 batch->primary_batch_size = batch_size; in record_batch_sizes()
977 .batch_len = ALIGN(batch->primary_batch_size, 8), in submit_batch()
Diris_batch.h78 unsigned primary_batch_size; member