Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_batchbuffer.h19 #define BATCH_RESERVED 24 macro
97 assert(sz < intel->maxBatchSize - BATCH_RESERVED); in intel_batchbuffer_require_space()
Dintel_batchbuffer.c59 intel->batch.reserved_space = BATCH_RESERVED; in intel_batchbuffer_reset()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.h49 #define BATCH_RESERVED 60 macro
52 #define BATCH_SZ (64 * 1024 - BATCH_RESERVED)
Diris_batch.c380 BATCH_SZ + BATCH_RESERVED, 1, in create_batch()
/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/crocus/
Dcrocus_batch.c70 #define BATCH_RESERVED(devinfo) ((devinfo)->is_haswell ? 32 : 16) macro
472 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