Searched refs:BATCH_SZ (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.h | 52 #define BATCH_SZ (64 * 1024 - BATCH_RESERVED) macro 218 if (required_bytes >= BATCH_SZ) { in iris_require_command_space()
|
D | iris_batch.c | 380 BATCH_SZ + BATCH_RESERVED, 1, in create_batch() 490 iris_batch_bytes_used(batch) + estimate >= BATCH_SZ) { in iris_batch_maybe_flush() 899 100.0f * batch->total_chained_batch_size / BATCH_SZ, in _iris_batch_flush()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_batch.h | 50 #define BATCH_SZ (20 * 1024) macro 235 if (required_bytes >= BATCH_SZ && !batch->no_wrap) { in crocus_require_command_space()
|
D | crocus_batch.c | 472 BATCH_SZ + BATCH_RESERVED(&screen->devinfo)); in create_batch() 589 crocus_batch_bytes_used(batch) + estimate >= BATCH_SZ) { in crocus_batch_maybe_flush() 955 100.0f * bytes_for_commands / BATCH_SZ, in _crocus_batch_flush()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_batch.c | 53 #define BATCH_SZ (20 * 1024) macro 269 recreate_growing_buffer(brw, &batch->batch, "batchbuffer", BATCH_SZ, in brw_batch_reset() 550 if (batch_used + sz >= BATCH_SZ && !batch->no_wrap) { in brw_batch_require_space() 908 bytes_for_commands, 100.0f * bytes_for_commands / BATCH_SZ, in _brw_batch_flush_fence()
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.h | 108 #define BATCH_SZ (8192*sizeof(uint32_t)) macro
|
D | intel_screen.c | 1025 intelScreen->bufmgr = intel_bufmgr_gem_init(spriv->fd, BATCH_SZ); in intel_init_bufmgr()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 3365 - iris: make BATCH_SZ smaller by BATCH_RESERVED bytes
|