Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_batch.c391 batch->total_chained_batch_size = 0; in iris_batch_reset()
473 batch->total_chained_batch_size += batch_size; in record_batch_sizes()
695 batch->total_chained_batch_size, in _iris_batch_flush()
696 100.0f * batch->total_chained_batch_size / BATCH_SZ, in _iris_batch_flush()
Diris_batch.h77 unsigned total_chained_batch_size; member