Searched refs:debug_printf (Results 151 - 175 of 354) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_emit.c206 debug_printf("Linear emit\n");
242 debug_printf("\n\n%s vertex %d:\n", __FUNCTION__, i);
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_drm.c99 debug_printf("pci id for fd %d not found\n", ddev->fd);
129 debug_printf("driver for %04x:%04x: %s\n", dev->u.pci.vendor_id,
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_pool.c203 debug_printf("warning: out of fixed size buffer objects\n");
211 debug_printf("error: fixed size buffer pool corruption\n");
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h212 debug_printf("alloc %u block %u/%u tot %u/%u\n",
245 debug_printf("alloc %u block %u/%u tot %u/%u\n",
H A Dlp_screen.c214 debug_printf("Unexpected PIPE_CAP %d query\n", param);
271 debug_printf("Unexpected PIPE_CAP %d query\n", param);
H A Dlp_setup_line.c249 debug_printf("llvmpipe line\n");
251 debug_printf(" v1[%d]: %f %f %f %f\n", i,
255 debug_printf(" v2[%d]: %f %f %f %f\n", i,
561 if (0) debug_printf("empty bounding box\n");
567 if (0) debug_printf("offscreen\n");
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_fence.c129 debug_printf("WARNING: deleting fence with work still pending !\n");
213 debug_printf("Wait on fence %u (ack = %u, next = %u) timed out !\n",
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_screen.c173 debug_printf("Unexpected PIPE_CAP %d query\n", param);
228 debug_printf("Unexpected PIPE_CAPF %d query\n", param);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_sampler.c171 if (0) debug_printf("sampler noop\n");
255 if (0) debug_printf("texture noop\n");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup_line.c249 debug_printf("llvmpipe line\n");
251 debug_printf(" v1[%d]: %f %f %f %f\n", i,
255 debug_printf(" v2[%d]: %f %f %f %f\n", i,
561 if (0) debug_printf("empty bounding box\n");
567 if (0) debug_printf("offscreen\n");
H A Dlp_rast.c82 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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c110 debug_printf("%s: inefficient <%u x i%u> unsigned comparison\n",
291 debug_printf("%s: warning: using slow element-wise float"
348 debug_printf("%s: using slow element-wise int"
H A Dlp_bld_printf.c41 * Generates LLVM IR to call debug_printf.
67 func_printf = lp_build_const_int_pointer(gallivm, func_to_pointer((func_pointer)debug_printf));
68 func_printf = LLVMBuildBitCast(builder, func_printf, LLVMPointerType(printf_type, 0), "debug_printf");
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c110 debug_printf("%s: inefficient <%u x i%u> unsigned comparison\n",
291 debug_printf("%s: warning: using slow element-wise float"
348 debug_printf("%s: using slow element-wise int"
H A Dlp_bld_printf.c41 * Generates LLVM IR to call debug_printf.
67 func_printf = lp_build_const_int_pointer(gallivm, func_to_pointer((func_pointer)debug_printf));
68 func_printf = LLVMBuildBitCast(builder, func_printf, LLVMPointerType(printf_type, 0), "debug_printf");
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.c135 debug_printf("tgsi_parse_init() failed in tgsi_transform_shader()!\n");
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug_symbol.c197 debug_printf("\t%s\n", buf);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c91 debug_printf("%s: ref name 0x%08x failed with %d\n",
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_screen.c126 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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.h39 #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/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state_need_swtnl.c173 debug_printf("sw.need_pipeline = %d\n", svga->state.sw.need_pipeline);
H A Dsvga_state_vs.c117 debug_printf("Failed to compile vertex shader, using dummy shader instead.\n");
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dmask.c137 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/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.c135 debug_printf("tgsi_parse_init() failed in tgsi_transform_shader()!\n");
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_symbol.c197 debug_printf("\t%s\n", buf);

Completed in 1804 milliseconds

1234567891011>>