Home
last modified time | relevance | path

Searched defs:BEGIN_BATCH (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_batch.h34 #define BEGIN_BATCH(dwords) (i915_winsys_batchbuffer_check(i915->batch, dwords)) macro
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_cmdbuf.h34 #define BEGIN_BATCH(n) rcommonBeginBatch(b_l_rmesa, n, __FILE__, __func__, __LINE__) macro
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_cmdbuf.h34 #define BEGIN_BATCH(n) rcommonBeginBatch(b_l_rmesa, n, __FILE__, __func__, __LINE__) macro
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_batchbuffer.h136 #define BEGIN_BATCH(n) intel_batchbuffer_begin(intel, n) macro
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.h127 #define BEGIN_BATCH(n) do { \ macro