Searched refs:debug_prim (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_debug.c128 static boolean debug_prim( struct debug_stream *stream, const char *name, function
873 return debug_prim(stream, "3DPRIM (inline)", 1, (cmd & 0x1ffff) + 2);
879 return debug_prim(stream, "3DPRIM (indexed)", 0, (((cmd & 0xffff) + 1) / 2) + 1);
882 return debug_prim(stream, "3DPRIM (indirect sequential)", 0, 2);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_debug.c81 debug_prim(struct debug_stream *stream, const char *name, function
789 return debug_prim(stream, "3DPRIM (inline)", 1, (cmd & 0x1ffff) + 2);
795 return debug_prim(stream, "3DPRIM (indexed)", 0, (((cmd & 0xffff) + 1) / 2) + 1);
798 return debug_prim(stream, "3DPRIM (indirect sequential)", 0, 2);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_debug.c128 static boolean debug_prim( struct debug_stream *stream, const char *name, function
873 return debug_prim(stream, "3DPRIM (inline)", 1, (cmd & 0x1ffff) + 2);
879 return debug_prim(stream, "3DPRIM (indexed)", 0, (((cmd & 0xffff) + 1) / 2) + 1);
882 return debug_prim(stream, "3DPRIM (indirect sequential)", 0, 2);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_debug.c81 debug_prim(struct debug_stream *stream, const char *name, function
789 return debug_prim(stream, "3DPRIM (inline)", 1, (cmd & 0x1ffff) + 2);
795 return debug_prim(stream, "3DPRIM (indexed)", 0, (((cmd & 0xffff) + 1) / 2) + 1);
798 return debug_prim(stream, "3DPRIM (indirect sequential)", 0, 2);

Completed in 118 milliseconds