Home
last modified time | relevance | path

Searched refs:BATCH_SZ (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.h50 #define BATCH_SZ (20 * 1024) macro
235 if (required_bytes >= BATCH_SZ && !batch->no_wrap) { in crocus_require_command_space()
Dcrocus_batch.c481 BATCH_SZ + BATCH_RESERVED(&screen->devinfo)); in create_batch()
598 crocus_batch_bytes_used(batch) + estimate >= BATCH_SZ) { in crocus_batch_maybe_flush()
964 100.0f * bytes_for_commands / BATCH_SZ, in _crocus_batch_flush()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.h55 #define BATCH_SZ (64 * 1024 - BATCH_RESERVED) macro
240 if (required_bytes >= BATCH_SZ) { in iris_require_command_space()
Diris_batch.c490 BATCH_SZ + BATCH_RESERVED, 8, in create_batch()
629 iris_batch_bytes_used(batch) + estimate >= BATCH_SZ) { in iris_batch_maybe_flush()
1053 100.0f * batch->total_chained_batch_size / BATCH_SZ, in _iris_batch_flush()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst3365 - iris: make BATCH_SZ smaller by BATCH_RESERVED bytes