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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_debug.c 128 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/
i915_debug.c 81 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/
i915_debug.c 128 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/
i915_debug.c 81 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 57 milliseconds