intel_batchbuffer.h File Reference

Include dependency graph for intel_batchbuffer.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define BEGIN_BATCH(dwords, relocs)   (i915_batchbuffer_check(&intel->base.batch->base, dwords, relocs))
#define OUT_BATCH(d)   i915_batchbuffer_dword(&intel->base.batch->base, d)
#define OUT_RELOC(buf, flags, mask, delta)


Define Documentation

#define BEGIN_BATCH ( dwords,
relocs   )     (i915_batchbuffer_check(&intel->base.batch->base, dwords, relocs))

Definition at line 11 of file intel_batchbuffer.h.

#define OUT_BATCH (  )     i915_batchbuffer_dword(&intel->base.batch->base, d)

Definition at line 15 of file intel_batchbuffer.h.

#define OUT_RELOC ( buf,
flags,
mask,
delta   ) 

Value:

do {                                    \
   assert((delta) >= 0);                                                        \
   intel_be_offset_relocation(intel->base.batch, delta, buf, flags, mask);      \
} while (0)

Definition at line 19 of file intel_batchbuffer.h.


Generated on Tue Sep 29 06:25:45 2009 for Gallium3D by  doxygen 1.5.4