HomeSort by: relevance | last modified time | path
    Searched defs:BEGIN_RING (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_dmabuffer.h 49 #define BEGIN_RING(size) \
58 BEGIN_RING((h2size)+6); \
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
freedreno_util.h 292 static inline void BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords)
301 BEGIN_RING(ring, cnt+1);
308 BEGIN_RING(ring, 1);
315 BEGIN_RING(ring, cnt+1);
339 BEGIN_RING(ring, cnt+1);
349 BEGIN_RING(ring, cnt+1);
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon.h 919 #define BEGIN_RING(n) do { \
922 "BEGIN_RING(%d) in %s\n", (unsigned int)n, __FUNCTION__);\
1009 BEGIN_RING(2*_nqw); \
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128.h 663 BEGIN_RING( 6 ); \
672 #define BEGIN_RING( n ) do { \
675 "BEGIN_RING( %d ) in %s\n", n, __FUNCTION__ ); \
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon.h 490 /* Debugging info for BEGIN_RING/ADVANCE_RING pairs. */
1428 #define BEGIN_RING(n) do { \
1431 "BEGIN_RING(%d) in %s\n", (unsigned int)n, __FUNCTION__);\
1436 "BEGIN_RING without end at %s:%d\n", \
1518 BEGIN_RING(2); \
1529 BEGIN_RING(2); \
1544 BEGIN_RING(2); \
1556 BEGIN_RING(2); \
1571 BEGIN_RING(2); \

Completed in 32 milliseconds