Searched refs:BATCH_RESERVED (Results 1 – 7 of 7) sorted by relevance
12 #define BATCH_RESERVED 16 macro73 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()
19 #define BATCH_RESERVED 24 macro97 assert(sz < intel->maxBatchSize - BATCH_RESERVED); in intel_batchbuffer_require_space()
59 intel->batch.reserved_space = BATCH_RESERVED; in intel_batchbuffer_reset()
48 #define BATCH_RESERVED 36 macro51 #define BATCH_SZ (64 * 1024 - BATCH_RESERVED)
358 BATCH_SZ + BATCH_RESERVED, IRIS_MEMZONE_OTHER); in create_batch()
10 #define BATCH_RESERVED 16 macro49 batch->base.size = batch->actual_size - BATCH_RESERVED; in i915_drm_batchbuffer_reset()
3365 - iris: make BATCH_SZ smaller by BATCH_RESERVED bytes