Searched refs:DEBUGF (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_compositerects.c93 DEBUGF("%s: nrects=%d, region=(%d, %d), (%d, %d) x %d\n",
114 DEBUGF("%s(op=%d, %08x x %d [(%d, %d)x(%d, %d) ...])\n",
126 DEBUGF("%s: empty clip, skipping\n", __FUNCTION__);
182 DEBUGF("%s: converted to op %d\n", __FUNCTION__, op);
190 DEBUGF("%s: allocation failed for region\n", __FUNCTION__);
200 DEBUGF("%s: fallback, dst has an alpha-map\n", __FUNCTION__);
206 DEBUGF("%s: drawable extents (%d, %d),(%d, %d) x %d\n",
215 DEBUGF("%s: zero-intersection between rectangles and clip\n",
221 DEBUGF("%s: clipped extents (%d, %d),(%d, %d) x %d\n",
235 DEBUGF("
[all...]
H A Dglamor_debug.h73 #define DEBUGF(str, ...) do {} while(0) macro
74 //#define DEBUGF(str, ...) ErrorF(str, ##__VA_ARGS__)
H A Dglamor_largepixmap.c23 //#define DEBUGF(str, ...) do {} while(0)
24 #define DEBUGF(str, ...) ErrorF(str, ##__VA_ARGS__)
59 DEBUGF("start compute clipped regions:\n");
60 DEBUGF("block w %d h %d x %d y %d w %d h %d, block_stride %d \n",
64 DEBUGF("start_x %d start_y %d end_x %d end_y %d \n", start_x, start_y,
81 DEBUGF("startx %d starty %d endx %d endy %d \n",
83 DEBUGF("start_block_x %d end_block_x %d \n", start_block_x, end_block_x);
84 DEBUGF("start_block_y %d end_block_y %d \n", start_block_y, end_block_y);
123 DEBUGF("block idx %d \n", temp_block_idx);
127 DEBUGF("
[all...]
H A Dglamor_utils.h203 DEBUGF("c %f d %f oddx %d oddy %d \n", \
205 DEBUGF("x2 %d x1 %d fbo->width %d \n", priv->box.x2, \
207 DEBUGF("y2 %d y1 %d fbo->height %d \n", priv->box.y2, \
223 DEBUGF("x1 y1 %d %d\n", \
225 DEBUGF("width %d box.x1 %d \n", \
258 DEBUGF("width %d box.x1 %d x2 %d y1 %d y2 %d\n", \
262 DEBUGF("x1 %f y1 %f \n", _x1_, _y1_); \
270 DEBUGF("tx1 %f ty1 %f \n", tx1, ty1); \
280 DEBUGF("width %d box.x1 %d x2 %d y1 %d y2 %d\n", \
286 DEBUGF("
[all...]
H A Dglamor_gradient.c628 DEBUGF("the transform matrix is:\n%f\t%f\t%f\n%f\t%f\t%f\n%f\t%f\t%f\n",
657 DEBUGF("xscale = %f, yscale = %f,"
692 DEBUGF("vertices --> leftup : %f X %f, rightup: %f X %f,"
696 DEBUGF("tex_vertices --> leftup : %f X %f, rightup: %f X %f,"
786 DEBUGF("n_stops[%d] = %f, color = r:%f g:%f b:%f a:%f\n",
1067 DEBUGF("C1:(%f, %f) R1:%f\nC2:(%f, %f) R2:%f\nA = %f\n",
1290 DEBUGF("pt1:(%f, %f) ---> (%f %f)\n",
1301 DEBUGF("pt2:(%f, %f) ---> (%f %f)\n",
1385 DEBUGF("p1.y: %f, p2.y: %f, enter the horizontal case\n",
H A Dglamor_render.c40 //#define DEBUGF(str, ...) do {} while(0)
41 #define DEBUGF(str, ...) ErrorF(str, ##__VA_ARGS__)
1254 DEBUGF
1313 DEBUGF("finish rendering.\n");
1436 DEBUGF("clipped (%d %d) (%d %d) (%d %d) width %d height %d \n",
1576 DEBUGF("dest %d %d \n", prect[i].x_dst, prect[i].y_dst);
1632 DEBUGF
1676 DEBUGF("first clipped when compositing.\n");
H A Dglamor.c244 DEBUGF("Create LARGE pixmap %p width %d height %d, tile size %d\n",

Completed in 10 milliseconds