Home
last modified time | relevance | path

Searched defs:BATCH_RESERVED (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/i915/drm/
Di915_drm_batchbuffer.c10 #define BATCH_RESERVED 16 macro
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.h52 #define BATCH_RESERVED 60 macro
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c69 #define BATCH_RESERVED(devinfo) ((devinfo)->platform == INTEL_PLATFORM_HSW ? 32 : 16) macro