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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_debug.c128 static boolean debug_prim( struct debug_stream *stream, const char *name, function in typeref:typename:boolean
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);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_debug.c141 debug_prim(struct debug_stream *stream, const char *name, bool dump_floats, function in typeref:typename:bool
873 return debug_prim(stream, "3DPRIM (inline)", 1,
879 return debug_prim(stream, "3DPRIM (indexed)", 0,
882 return debug_prim(stream, "3DPRIM (indirect sequential)", 0, 2);

Completed in 4 milliseconds