HomeSort by relevance Sort by last modified time
    Searched refs:debug_printf (Results 76 - 100 of 351) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_draw_arrays.c 115 debug_printf("%s retrieve %d/%d\n", __FUNCTION__, i, gen_nr);
125 debug_printf("%s discard %d/%d\n", __FUNCTION__,
157 debug_printf("%s discard smallest %d/%d\n", __FUNCTION__,
179 debug_printf("%s cache %d/%d\n", __FUNCTION__,
svga_state_constants.c 77 debug_printf("%s %s %u: %f %f %f %f\n",
118 debug_printf("svga: too many constants (offset + count = %u)\n",
148 debug_printf("%s %s %d: %f %f %f %f\n",
167 debug_printf("%s %s %d: %f %f %f %f\n",
svga_state.c 152 debug_printf("update: %s\n", atoms[i]->name);
164 debug_printf("state atom %s generated state already examined\n",
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_exec.c 117 debug_printf("%d) Input vert:\n", i + j);
119 debug_printf("\t%d: %f %f %f %f\n", slot,
186 debug_printf("%d) Post xform vert:\n", i + j);
188 debug_printf("\t%d: %f %f %f %f\n", slot,
  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader.c 95 debug_printf("loaded %s\n", path);
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_execmem.c 102 debug_printf("rtasm_exec_malloc failed\n");
  /external/mesa3d/src/gallium/auxiliary/util/
u_sse.h 86 debug_printf("%s: "
115 debug_printf("%s: "
134 debug_printf("%s: "
148 debug_printf("%s: "
  /external/mesa3d/src/gallium/drivers/i915/
i915_screen.c 155 debug_printf("%s: Unknown cap %u.\n", __FUNCTION__, cap);
254 debug_printf("%s: Unknown cap %u.\n", __FUNCTION__, cap);
280 debug_printf("%s: Unknown cap %u.\n", __FUNCTION__, cap);
456 debug_printf("%s: unknown pci id 0x%x, cannot create screen\n",
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_vs.c 63 debug_printf("llvmpipe: Create vertex shader %p:\n", (void *) state);
lp_scene.c 226 debug_printf("resource %d: %p %dx%d sz %d\n",
238 debug_printf("scene %d resources, sz %d\n",
300 if (0) debug_printf("%s: failed\n", __FUNCTION__);
492 debug_printf("rasterize scene:\n");
493 debug_printf(" scene_size: %u\n",
495 debug_printf(" data size: %u\n",
lp_setup_tri.c 118 debug_printf(" wpos (%s[0]) xyzw %f %f %f %f\n",
125 debug_printf(" in[%d] (%s[%d]) %s%s%s%s ",
135 debug_printf("%.5f ", in[j]);
137 debug_printf("\n");
151 debug_printf("triangle\n");
162 debug_printf(" - ccw\n");
164 debug_printf(" - cw\n");
166 debug_printf(" - zero area\n");
283 if (0) debug_printf("empty bounding box\n");
289 if (0) debug_printf("offscreen\n")
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_cb.h 90 debug_printf("r300: Warning: cs_count off by %d at (%s, %s:%i)\n", \
r300_cs.h 55 debug_printf("r300: Warning: cs_count off by %d at (%s, %s:%i)\n", \
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_arrays.c 115 debug_printf("%s retrieve %d/%d\n", __FUNCTION__, i, gen_nr);
125 debug_printf("%s discard %d/%d\n", __FUNCTION__,
157 debug_printf("%s discard smallest %d/%d\n", __FUNCTION__,
179 debug_printf("%s cache %d/%d\n", __FUNCTION__,
svga_state_constants.c 77 debug_printf("%s %s %u: %f %f %f %f\n",
118 debug_printf("svga: too many constants (offset + count = %u)\n",
148 debug_printf("%s %s %d: %f %f %f %f\n",
167 debug_printf("%s %s %d: %f %f %f %f\n",
svga_state.c 152 debug_printf("update: %s\n", atoms[i]->name);
164 debug_printf("state atom %s generated state already examined\n",
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_scene.c 226 debug_printf("resource %d: %p %dx%d sz %d\n",
238 debug_printf("scene %d resources, sz %d\n",
300 if (0) debug_printf("%s: failed\n", __FUNCTION__);
492 debug_printf("rasterize scene:\n");
493 debug_printf(" scene_size: %u\n",
495 debug_printf(" data size: %u\n",
lp_setup_tri.c 118 debug_printf(" wpos (%s[0]) xyzw %f %f %f %f\n",
125 debug_printf(" in[%d] (%s[%d]) %s%s%s%s ",
135 debug_printf("%.5f ", in[j]);
137 debug_printf("\n");
151 debug_printf("triangle\n");
162 debug_printf(" - ccw\n");
164 debug_printf(" - cw\n");
166 debug_printf(" - zero area\n");
283 if (0) debug_printf("empty bounding box\n");
289 if (0) debug_printf("offscreen\n")
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_renderer.c 535 * debug_printf("solid rect[(%d, %d), (%d, %d)], rgba[%f, %f, %f, %f]\n",
574 debug_printf("src_matrix = \n");
575 debug_printf("%f, %f, %f\n", src_matrix[0], src_matrix[1], src_matrix[2]);
576 debug_printf("%f, %f, %f\n", src_matrix[3], src_matrix[4], src_matrix[5]);
577 debug_printf("%f, %f, %f\n", src_matrix[6], src_matrix[7], src_matrix[8]);
580 debug_printf("mask_matrix = \n");
581 debug_printf("%f, %f, %f\n", mask_matrix[0], mask_matrix[1], mask_matrix[2]);
582 debug_printf("%f, %f, %f\n", mask_matrix[3], mask_matrix[4], mask_matrix[5]);
583 debug_printf("%f, %f, %f\n", mask_matrix[6], mask_matrix[7], mask_matrix[8]);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_renderer.c 472 debug_printf("solid rect[(%d, %d), (%d, %d)], rgba[%f, %f, %f, %f]\n",
510 debug_printf("src_matrix = \n");
511 debug_printf("%f, %f, %f\n", src_matrix[0], src_matrix[1], src_matrix[2]);
512 debug_printf("%f, %f, %f\n", src_matrix[3], src_matrix[4], src_matrix[5]);
513 debug_printf("%f, %f, %f\n", src_matrix[6], src_matrix[7], src_matrix[8]);
516 debug_printf("mask_matrix = \n");
517 debug_printf("%f, %f, %f\n", mask_matrix[0], mask_matrix[1], mask_matrix[2]);
518 debug_printf("%f, %f, %f\n", mask_matrix[3], mask_matrix[4], mask_matrix[5]);
519 debug_printf("%f, %f, %f\n", mask_matrix[6], mask_matrix[7], mask_matrix[8]);
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
occlusion-query.c 123 debug_printf("Failed to parse vertex shader\n");
143 debug_printf("Failed to parse fragment shader\n");
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_renderer.c 535 * debug_printf("solid rect[(%d, %d), (%d, %d)], rgba[%f, %f, %f, %f]\n",
574 debug_printf("src_matrix = \n");
575 debug_printf("%f, %f, %f\n", src_matrix[0], src_matrix[1], src_matrix[2]);
576 debug_printf("%f, %f, %f\n", src_matrix[3], src_matrix[4], src_matrix[5]);
577 debug_printf("%f, %f, %f\n", src_matrix[6], src_matrix[7], src_matrix[8]);
580 debug_printf("mask_matrix = \n");
581 debug_printf("%f, %f, %f\n", mask_matrix[0], mask_matrix[1], mask_matrix[2]);
582 debug_printf("%f, %f, %f\n", mask_matrix[3], mask_matrix[4], mask_matrix[5]);
583 debug_printf("%f, %f, %f\n", mask_matrix[6], mask_matrix[7], mask_matrix[8]);
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.c 472 debug_printf("solid rect[(%d, %d), (%d, %d)], rgba[%f, %f, %f, %f]\n",
510 debug_printf("src_matrix = \n");
511 debug_printf("%f, %f, %f\n", src_matrix[0], src_matrix[1], src_matrix[2]);
512 debug_printf("%f, %f, %f\n", src_matrix[3], src_matrix[4], src_matrix[5]);
513 debug_printf("%f, %f, %f\n", src_matrix[6], src_matrix[7], src_matrix[8]);
516 debug_printf("mask_matrix = \n");
517 debug_printf("%f, %f, %f\n", mask_matrix[0], mask_matrix[1], mask_matrix[2]);
518 debug_printf("%f, %f, %f\n", mask_matrix[3], mask_matrix[4], mask_matrix[5]);
519 debug_printf("%f, %f, %f\n", mask_matrix[6], mask_matrix[7], mask_matrix[8]);
  /external/mesa3d/src/gallium/tests/graw/
occlusion-query.c 123 debug_printf("Failed to parse vertex shader\n");
143 debug_printf("Failed to parse fragment shader\n");
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_emit.c 122 if (0) debug_printf("%s: lookup const_vbuffers: %x\n", __FUNCTION__, fse->key.const_vbuffers);
154 if (0) debug_printf("%s: found const_vbuffers: %x\n", __FUNCTION__,
216 debug_printf("\n\n%s vertex %d: (stride %d, offset %d)\n", __FUNCTION__, i,
279 debug_printf("\n\n%s vertex %d:\n", __FUNCTION__, i);

Completed in 368 milliseconds

1 2 34 5 6 7 8 91011>>