HomeSort by relevance Sort by last modified time
    Searched defs:BEGIN_BATCH (Results 1 - 3 of 3) 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 35 #define BEGIN_BATCH(n) rcommonBeginBatch(b_l_rmesa, n, 1, __FILE__, __FUNCTION__, __LINE__)
38 * Same as BEGIN_BATCH, but do not cause automatic state emits.
77 * BEGIN_BATCH and END_BATCH must match the number specified at BEGIN_BATCH time.
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_batchbuffer.h 155 #define BEGIN_BATCH(n) intel_batchbuffer_begin(intel, n, false)

Completed in 42 milliseconds