OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BATCH_RESERVED
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/winsys/i915/sw/
i915_sw_batchbuffer.c
7
#define
BATCH_RESERVED
16
35
batch->base.size = batch->actual_size -
BATCH_RESERVED
;
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_batchbuffer.h
24
#define
BATCH_RESERVED
60
116
assert(sz < sizeof(intel->batch.map) -
BATCH_RESERVED
);
/external/mesa3d/src/gallium/winsys/i915/drm/
i915_drm_batchbuffer.c
10
#define
BATCH_RESERVED
16
49
batch->base.size = batch->actual_size -
BATCH_RESERVED
;
Completed in 44 milliseconds