Home
last modified time | relevance | path

Searched refs:total_chained_batch_size (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c529 batch->total_chained_batch_size = 0; in iris_batch_reset()
644 batch->total_chained_batch_size += batch_size; in record_batch_sizes()
1052 batch->total_chained_batch_size, in _iris_batch_flush()
1053 100.0f * batch->total_chained_batch_size / BATCH_SZ, in _iris_batch_flush()
Diris_batch.h81 unsigned total_chained_batch_size; member