Searched refs:primary_batch_size (Results 1 – 4 of 4) sorted by relevance
/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() 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()
|
D | crocus_batch.h | 96 unsigned primary_batch_size; member
|
/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() 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()
|
D | iris_batch.h | 74 unsigned primary_batch_size; member
|