Searched refs:BATCH_SZ (Results 1 – 8 of 8) sorted by relevance
/external/igt-gpu-tools/lib/ |
D | intel_batchbuffer.h | 11 #define BATCH_SZ 4096 macro 22 uint8_t buffer[BATCH_SZ]; 73 return (BATCH_SZ - BATCH_RESERVED) - (batch->ptr - batch->buffer); in intel_batchbuffer_space() 89 igt_assert(sz < BATCH_SZ - BATCH_RESERVED); in intel_batchbuffer_require_space()
|
D | intel_batchbuffer.c | 138 BATCH_SZ, 4096); in intel_batchbuffer_reset() 323 if (batch->ptr - batch->buffer > BATCH_SZ) in intel_batchbuffer_emit_reloc() 326 (int)(batch->ptr - batch->buffer), BATCH_SZ); in intel_batchbuffer_emit_reloc()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.h | 51 #define BATCH_SZ (64 * 1024 - BATCH_RESERVED) macro 212 if (required_bytes >= BATCH_SZ) { in iris_require_command_space()
|
D | iris_batch.c | 358 BATCH_SZ + BATCH_RESERVED, IRIS_MEMZONE_OTHER); in create_batch() 458 iris_batch_bytes_used(batch) + estimate >= BATCH_SZ) { in iris_batch_maybe_flush() 696 100.0f * batch->total_chained_batch_size / BATCH_SZ, in _iris_batch_flush()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_batchbuffer.c | 53 #define BATCH_SZ (20 * 1024) macro 260 recreate_growing_buffer(brw, &batch->batch, "batchbuffer", BATCH_SZ, in intel_batchbuffer_reset() 538 if (batch_used + sz >= BATCH_SZ && !batch->no_wrap) { in intel_batchbuffer_require_space() 888 bytes_for_commands, 100.0f * bytes_for_commands / BATCH_SZ, in _intel_batchbuffer_flush_fence()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.h | 108 #define BATCH_SZ (8192*sizeof(uint32_t)) macro
|
D | intel_screen.c | 1008 intelScreen->bufmgr = intel_bufmgr_gem_init(spriv->fd, BATCH_SZ); in intel_init_bufmgr()
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 3365 - iris: make BATCH_SZ smaller by BATCH_RESERVED bytes
|