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

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_symbol.c 197 debug_printf("\t%s\n", buf);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast.c 82 debug_printf("Post render scene: tile unswizzle: %u tile swizzle: %u\n",
809 debug_printf("thread %d waiting for work\n", task->thread_index);
831 debug_printf("thread %d doing work\n", task->thread_index);
847 debug_printf("thread %d done working\n", task->thread_index);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c 91 debug_printf("%s: ref name 0x%08x failed with %d\n",
nouveau_video.c 42 debug_printf("Mapping cmd bo: %s\n", strerror(-ret));
47 debug_printf("Mapping data bo: %s\n", strerror(-ret));
522 debug_printf("Acceleration level: %s\n", entrypoint <= PIPE_VIDEO_ENTRYPOINT_BITSTREAM ? "bit":
562 debug_printf("Creation failed: %s (%i)\n", strerror(-ret), ret);
651 debug_printf("Using g3dvl renderer\n");
867 debug_printf("unknown video param: %d\n", param);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_screen.c 126 debug_printf("unknown param %d\n", param);
149 debug_printf("unknown paramf %d\n", param);
194 debug_printf("unknown vertex shader param %d\n", param);
228 debug_printf("unknown fragment shader param %d\n", param);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 39 #define ERROR(args...) debug_printf("ERROR: " args)
40 #define WARN(args...) debug_printf("WARNING: " args)
41 #define INFO(args...) debug_printf(args)
46 debug_printf(args); \
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_need_swtnl.c 173 debug_printf("sw.need_pipeline = %d\n", svga->state.sw.need_pipeline);
svga_state_vs.c 117 debug_printf("Failed to compile vertex shader, using dummy shader instead.\n");
  /external/mesa3d/src/gallium/state_trackers/vega/
mask.c 137 debug_printf("%d-%d == %d\n", sy, height, y);
295 debug_printf("Offset = [%d, %d, %d, %d]\n", offsets[0],
297 debug_printf("Locati = [%d, %d, %d, %d]\n", loc[0],
505 debug_printf("mask_fill(%d, %d, %d, %d) with rgba(%f, %f, %f, %f)\n",
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_fetch_emit.c 219 debug_printf("\n\nvertex %d:\n", i);
276 debug_printf("\n\nvertex %d:\n", i);
draw_vs_variant.c 138 if (0) debug_printf("%s %d \n", __FUNCTION__, count);
205 if (0) debug_printf("%s %d %d (sz %d, %d)\n", __FUNCTION__, start, count,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_scan.c 65 debug_printf("tgsi_parse_init() failed in tgsi_scan_shader()!\n");
285 debug_printf("tgsi_parse_init() failed in tgsi_is_passthrough_shader()!\n");
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_translate.c 149 debug_printf("i915_program_error: ");
153 debug_printf("%s", buffer);
154 debug_printf("\n");
171 debug_printf("Exceeded max generics\n");
285 debug_printf("Unhandled absolute value\n");
587 debug_printf("Punting DDX/DDX\n");
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_screen.c 240 debug_printf("%s: driCreateConfigs failed\n", __FUNCTION__);
398 debug_printf("%s: failed to create pipe_screen\n", __FUNCTION__);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_emit.c 219 debug_printf("\n\nvertex %d:\n", i);
276 debug_printf("\n\nvertex %d:\n", i);
draw_vs_variant.c 138 if (0) debug_printf("%s %d \n", __FUNCTION__, count);
205 if (0) debug_printf("%s %d %d (sz %d, %d)\n", __FUNCTION__, start, count,
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.c 65 debug_printf("tgsi_parse_init() failed in tgsi_scan_shader()!\n");
285 debug_printf("tgsi_parse_init() failed in tgsi_is_passthrough_shader()!\n");
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 149 debug_printf("i915_program_error: ");
153 debug_printf("%s", buffer);
154 debug_printf("\n");
171 debug_printf("Exceeded max generics\n");
285 debug_printf("Unhandled absolute value\n");
587 debug_printf("Punting DDX/DDX\n");
    [all...]
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_screen.c 240 debug_printf("%s: driCreateConfigs failed\n", __FUNCTION__);
398 debug_printf("%s: failed to create pipe_screen\n", __FUNCTION__);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.c 42 debug_printf("Mapping cmd bo: %s\n", strerror(-ret));
47 debug_printf("Mapping data bo: %s\n", strerror(-ret));
522 debug_printf("Acceleration level: %s\n", entrypoint <= PIPE_VIDEO_ENTRYPOINT_BITSTREAM ? "bit":
562 debug_printf("Creation failed: %s (%i)\n", strerror(-ret), ret);
651 debug_printf("Using g3dvl renderer\n");
867 debug_printf("unknown video param: %d\n", param);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_program.c 531 debug_printf("HDR[%02lx] = 0x%08x\n",
534 debug_printf("shader binary code (0x%x bytes):", prog->code_size);
537 debug_printf("\n");
538 debug_printf("%08x ", prog->code[pos]);
540 debug_printf("\n");
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_core.c 767 debug_printf("%s - unsupported opcode %u\n", __FUNCTION__, header->opcode);
785 debug_printf("%s - connection received\n", __FUNCTION__);
796 debug_printf("%s - connection closed\n", __FUNCTION__);
815 debug_printf("rbug_rbug - failed to listen\n");
821 debug_printf("rbug_rbug - remote debugging listening on port %u\n", --port);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.c 531 debug_printf("HDR[%02lx] = 0x%08x\n",
534 debug_printf("shader binary code (0x%x bytes):", prog->code_size);
537 debug_printf("\n");
538 debug_printf("%08x ", prog->code[pos]);
540 debug_printf("\n");
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_core.c 767 debug_printf("%s - unsupported opcode %u\n", __FUNCTION__, header->opcode);
785 debug_printf("%s - connection received\n", __FUNCTION__);
796 debug_printf("%s - connection closed\n", __FUNCTION__);
815 debug_printf("rbug_rbug - failed to listen\n");
821 debug_printf("rbug_rbug - remote debugging listening on port %u\n", --port);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 461 debug_printf("%s: unpacking %s with floating point\n",
530 debug_printf("%s: falling back to util_format_%s_fetch_rgba_8unorm\n",
635 debug_printf("%s: falling back to util_format_%s_fetch_rgba_float\n",

Completed in 578 milliseconds

1 2 3 4 5 6 78 91011>>