Searched refs:DBG_DRAW (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_screen.h83 #define DBG_DRAW (1 << 4) macro
H A Dr300_debug.c34 { "draw", DBG_DRAW, "Log draw calls" },
H A Dr300_render.c445 DBG(r300, DBG_DRAW, "r300: Indexbuf of %u indices, max %u\n",
908 DBG(r300, DBG_DRAW, "r300: render_allocate_vertices (size: %d)\n", size);
937 DBG(r300, DBG_DRAW, "r300: render_map_vertices\n");
950 DBG(r300, DBG_DRAW, "r300: render_unmap_vertices\n");
961 DBG(r300, DBG_DRAW, "r300: render_release_vertices\n");
992 DBG(r300, DBG_DRAW, "r300: render_draw_arrays (count: %d)\n", count);
1022 DBG(r300, DBG_DRAW, "r300: render_draw_elements (count: %d)\n", count);
1163 DBG(r300, DBG_DRAW, "r300: draw_rectangle\n");
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_screen.h86 #define DBG_DRAW (1 << 4) macro
H A Dr300_debug.c34 { "draw", DBG_DRAW, "Log draw calls" },
H A Dr300_render.c447 DBG(r300, DBG_DRAW, "r300: Indexbuf of %u indices, max %u\n",
935 DBG(r300, DBG_DRAW, "r300: render_allocate_vertices (size: %d)\n", size);
964 DBG(r300, DBG_DRAW, "r300: render_map_vertices\n");
977 DBG(r300, DBG_DRAW, "r300: render_unmap_vertices\n");
988 DBG(r300, DBG_DRAW, "r300: render_release_vertices\n");
1019 DBG(r300, DBG_DRAW, "r300: render_draw_arrays (count: %d)\n", count);
1049 DBG(r300, DBG_DRAW, "r300: render_draw_elements (count: %d)\n", count);
1190 DBG(r300, DBG_DRAW, "r300: draw_rectangle\n");

Completed in 7 milliseconds