Searched refs:primary_batch_size (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_batch.c | 173 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()
|
D | crocus_batch.h | 96 unsigned primary_batch_size; member
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.c | 174 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()
|
D | iris_batch.h | 78 unsigned primary_batch_size; member
|