HomeSort by relevance Sort by last modified time
    Searched defs:BEGIN_BATCH (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/i915/
i915_batch.h 35 #define BEGIN_BATCH(dwords) \
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_cmdbuf.h 34 #define BEGIN_BATCH(n) rcommonBeginBatch(b_l_rmesa, n, __FILE__, __func__, __LINE__)
71 * BEGIN_BATCH and END_BATCH must match the number specified at BEGIN_BATCH time.
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_batchbuffer.h 140 #define BEGIN_BATCH(n) intel_batchbuffer_begin(intel, n)
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_batchbuffer.h 150 #define BEGIN_BATCH(n) do { \

Completed in 962 milliseconds