Searched refs:actual_size (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/i915/drm/
H A Di915_drm_batchbuffer.c24 size_t actual_size; member in struct:i915_drm_batchbuffer
44 batch->actual_size,
47 memset(batch->base.map, 0, batch->actual_size);
49 batch->base.size = batch->actual_size - BATCH_RESERVED;
59 batch->actual_size = idws->max_batch_size;
61 batch->base.map = MALLOC(batch->actual_size);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/i915/drm/
H A Di915_drm_batchbuffer.c24 size_t actual_size; member in struct:i915_drm_batchbuffer
44 batch->actual_size,
47 memset(batch->base.map, 0, batch->actual_size);
49 batch->base.size = batch->actual_size - BATCH_RESERVED;
59 batch->actual_size = idws->max_batch_size;
61 batch->base.map = MALLOC(batch->actual_size);

Completed in 3 milliseconds