Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/winsys/i915/drm/
Di915_drm_batchbuffer.c10 #define BATCH_RESERVED 16 macro
49 batch->base.size = batch->actual_size - BATCH_RESERVED; in i915_drm_batchbuffer_reset()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.h52 #define BATCH_RESERVED 60 macro
55 #define BATCH_SZ (64 * 1024 - BATCH_RESERVED)
Diris_batch.c490 BATCH_SZ + BATCH_RESERVED, 8, in create_batch()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c69 #define BATCH_RESERVED(devinfo) ((devinfo)->platform == INTEL_PLATFORM_HSW ? 32 : 16) macro
481 BATCH_SZ + BATCH_RESERVED(&screen->devinfo)); in create_batch()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst3365 - iris: make BATCH_SZ smaller by BATCH_RESERVED bytes