Searched refs:debug_printf (Results 1 - 25 of 354) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_vertex.c68 debug_printf("EMIT_OMIT:");
71 debug_printf("EMIT_1F:\t");
72 debug_printf("%f ", *(float *)data); data += sizeof(float);
75 debug_printf("EMIT_1F_PSIZE:\t");
76 debug_printf("%f ", *(float *)data); data += sizeof(float);
79 debug_printf("EMIT_2F:\t");
80 debug_printf("%f ", *(float *)data); data += sizeof(float);
81 debug_printf("%f ", *(float *)data); data += sizeof(float);
84 debug_printf("EMIT_3F:\t");
85 debug_printf("
[all...]
H A Ddraw_pipe_unfilled.c112 debug_printf("header->flags = ");
114 debug_printf("RESET_STIPPLE ");
116 debug_printf("EDGE_FLAG_0 ");
118 debug_printf("EDGE_FLAG_1 ");
120 debug_printf("EDGE_FLAG_2 ");
121 debug_printf("\n");
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vertex.c68 debug_printf("EMIT_OMIT:");
71 debug_printf("EMIT_1F:\t");
72 debug_printf("%f ", *(float *)data); data += sizeof(float);
75 debug_printf("EMIT_1F_PSIZE:\t");
76 debug_printf("%f ", *(float *)data); data += sizeof(float);
79 debug_printf("EMIT_2F:\t");
80 debug_printf("%f ", *(float *)data); data += sizeof(float);
81 debug_printf("%f ", *(float *)data); data += sizeof(float);
84 debug_printf("EMIT_3F:\t");
85 debug_printf("
[all...]
H A Ddraw_pipe_unfilled.c112 debug_printf("header->flags = ");
114 debug_printf("RESET_STIPPLE ");
116 debug_printf("EDGE_FLAG_0 ");
118 debug_printf("EDGE_FLAG_1 ");
120 debug_printf("EDGE_FLAG_2 ");
121 debug_printf("\n");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_perf.c51 debug_printf("llvmpipe: nr_triangles: %9u\n", lp_count.nr_tris);
52 debug_printf("llvmpipe: nr_culled_triangles: %9u\n", lp_count.nr_culled_tris);
64 debug_printf("llvmpipe: nr_64x64: %9u\n", total_64);
65 debug_printf("llvmpipe: nr_fully_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_64, p2, total_64);
66 debug_printf("llvmpipe: nr_shade_opaque_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_shade_opaque_64, p5, total_64);
67 debug_printf("llvmpipe: nr_pure_shade_opaque: %9u (%3.0f%% of %u)\n", lp_count.nr_pure_shade_opaque_64, 0.0, lp_count.nr_shade_opaque_64);
68 debug_printf("llvmpipe: nr_shade_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_shade_64, p6, total_64);
69 debug_printf("llvmpipe: nr_pure_shade: %9u (%3.0f%% of %u)\n", lp_count.nr_pure_shade_64, 0.0, lp_count.nr_shade_64);
70 debug_printf("llvmpipe: nr_partially_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_partially_covered_64, p3, total_64);
71 debug_printf("llvmpip
[all...]
H A Dlp_fence.c62 debug_printf("%s %d\n", __FUNCTION__, fence->id);
73 debug_printf("%s %d\n", __FUNCTION__, fence->id);
89 debug_printf("%s %d\n", __FUNCTION__, fence->id);
97 debug_printf("%s count=%u rank=%u\n", __FUNCTION__,
117 debug_printf("%s %d\n", __FUNCTION__, f->id);
H A Dlp_rast_debug.c98 debug_printf("bin %d,%d:\n", bin->x, bin->y);
105 debug_printf("%d: %s %s\n", j,
253 debug_printf("%c: %15s", val, cmd_name(block->cmd[k]));
276 debug_printf(" % 5d", count);
279 debug_printf(" blended");
281 debug_printf("\n");
296 debug_printf("------------------------------------------------------------------\n");
299 debug_printf("%c", tile.data[y][x]);
301 debug_printf("|\n");
303 debug_printf("
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_perf.c51 debug_printf("llvmpipe: nr_triangles: %9u\n", lp_count.nr_tris);
52 debug_printf("llvmpipe: nr_culled_triangles: %9u\n", lp_count.nr_culled_tris);
64 debug_printf("llvmpipe: nr_64x64: %9u\n", total_64);
65 debug_printf("llvmpipe: nr_fully_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_64, p2, total_64);
66 debug_printf("llvmpipe: nr_shade_opaque_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_shade_opaque_64, p5, total_64);
67 debug_printf("llvmpipe: nr_pure_shade_opaque: %9u (%3.0f%% of %u)\n", lp_count.nr_pure_shade_opaque_64, 0.0, lp_count.nr_shade_opaque_64);
68 debug_printf("llvmpipe: nr_shade_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_shade_64, p6, total_64);
69 debug_printf("llvmpipe: nr_pure_shade: %9u (%3.0f%% of %u)\n", lp_count.nr_pure_shade_64, 0.0, lp_count.nr_shade_64);
70 debug_printf("llvmpipe: nr_partially_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_partially_covered_64, p3, total_64);
71 debug_printf("llvmpip
[all...]
H A Dlp_fence.c62 debug_printf("%s %d\n", __FUNCTION__, fence->id);
73 debug_printf("%s %d\n", __FUNCTION__, fence->id);
89 debug_printf("%s %d\n", __FUNCTION__, fence->id);
97 debug_printf("%s count=%u rank=%u\n", __FUNCTION__,
117 debug_printf("%s %d\n", __FUNCTION__, f->id);
H A Dlp_rast_debug.c98 debug_printf("bin %d,%d:\n", bin->x, bin->y);
105 debug_printf("%d: %s %s\n", j,
253 debug_printf("%c: %15s", val, cmd_name(block->cmd[k]));
276 debug_printf(" % 5d", count);
279 debug_printf(" blended");
281 debug_printf("\n");
296 debug_printf("------------------------------------------------------------------\n");
299 debug_printf("%c", tile.data[y][x]);
301 debug_printf("|\n");
303 debug_printf("
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_context.h44 #define vmw_printf debug_printf
45 #define VMW_FUNC debug_printf("%s\n", __FUNCTION__)
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_context.h44 #define vmw_printf debug_printf
45 #define VMW_FUNC debug_printf("%s\n", __FUNCTION__)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_context.h58 debug_printf("galahad: %s: ", __FUNCTION__); \
59 debug_printf(__VA_ARGS__); \
60 debug_printf("\n"); \
64 ((value expr) ? (void)0 : debug_printf("galahad: %s:%u: Expected `%s %s`, got %s == " fmt "\n", __FUNCTION__, __LINE__, #value, #expr, #value, value))
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_context.h58 debug_printf("galahad: %s: ", __FUNCTION__); \
59 debug_printf(__VA_ARGS__); \
60 debug_printf("\n"); \
64 ((value expr) ? (void)0 : debug_printf("galahad: %s:%u: Expected `%s %s`, got %s == " fmt "\n", __FUNCTION__, __LINE__, #value, #expr, #value, value))
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_cpu_detect.c321 debug_printf("util_cpu_caps.nr_cpus = %u\n", util_cpu_caps.nr_cpus);
323 debug_printf("util_cpu_caps.x86_cpu_type = %u\n", util_cpu_caps.x86_cpu_type);
324 debug_printf("util_cpu_caps.cacheline = %u\n", util_cpu_caps.cacheline);
326 debug_printf("util_cpu_caps.has_tsc = %u\n", util_cpu_caps.has_tsc);
327 debug_printf("util_cpu_caps.has_mmx = %u\n", util_cpu_caps.has_mmx);
328 debug_printf("util_cpu_caps.has_mmx2 = %u\n", util_cpu_caps.has_mmx2);
329 debug_printf("util_cpu_caps.has_sse = %u\n", util_cpu_caps.has_sse);
330 debug_printf("util_cpu_caps.has_sse2 = %u\n", util_cpu_caps.has_sse2);
331 debug_printf("util_cpu_caps.has_sse3 = %u\n", util_cpu_caps.has_sse3);
332 debug_printf("util_cpu_cap
[all...]
H A Du_debug_memory.c118 debug_printf("%s:%u:%s: out of memory when trying to allocate %lu bytes\n",
157 debug_printf("%s:%u:%s: freeing bad or corrupted memory %p\n",
166 debug_printf("%s:%u:%s: buffer overflow %p\n",
209 debug_printf("%s:%u:%s: reallocating bad or corrupted memory %p\n",
218 debug_printf("%s:%u:%s: buffer overflow %p\n",
227 debug_printf("%s:%u:%s: out of memory when trying to allocate %lu bytes\n",
284 debug_printf("%s:%u:%s: bad or corrupted memory %p\n",
292 debug_printf("%s:%u:%s: %lu bytes at %p not freed\n",
302 debug_printf("%s:%u:%s: buffer overflow %p\n",
310 debug_printf("Tota
[all...]
H A Du_caps.c235 debug_printf("%s: %s yes\n", __FUNCTION__, list[i].name);
240 debug_printf("%s: %s no (cap %u not supported)\n", __FUNCTION__,
245 debug_printf("%s: %s no (cap %u less then %u)\n", __FUNCTION__,
251 debug_printf("%s: %s no (cap %u less then %f)\n", __FUNCTION__,
257 debug_printf("%s: %s no (format %s not supported)\n", __FUNCTION__,
262 debug_printf("%s: %s no (not implemented in gallium or state tracker)\n",
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_ext_swapinterval.c47 debug_printf("%s: %d\n", __FUNCTION__, interval);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_cpu_detect.c321 debug_printf("util_cpu_caps.nr_cpus = %u\n", util_cpu_caps.nr_cpus);
323 debug_printf("util_cpu_caps.x86_cpu_type = %u\n", util_cpu_caps.x86_cpu_type);
324 debug_printf("util_cpu_caps.cacheline = %u\n", util_cpu_caps.cacheline);
326 debug_printf("util_cpu_caps.has_tsc = %u\n", util_cpu_caps.has_tsc);
327 debug_printf("util_cpu_caps.has_mmx = %u\n", util_cpu_caps.has_mmx);
328 debug_printf("util_cpu_caps.has_mmx2 = %u\n", util_cpu_caps.has_mmx2);
329 debug_printf("util_cpu_caps.has_sse = %u\n", util_cpu_caps.has_sse);
330 debug_printf("util_cpu_caps.has_sse2 = %u\n", util_cpu_caps.has_sse2);
331 debug_printf("util_cpu_caps.has_sse3 = %u\n", util_cpu_caps.has_sse3);
332 debug_printf("util_cpu_cap
[all...]
H A Du_debug_memory.c118 debug_printf("%s:%u:%s: out of memory when trying to allocate %lu bytes\n",
157 debug_printf("%s:%u:%s: freeing bad or corrupted memory %p\n",
166 debug_printf("%s:%u:%s: buffer overflow %p\n",
209 debug_printf("%s:%u:%s: reallocating bad or corrupted memory %p\n",
218 debug_printf("%s:%u:%s: buffer overflow %p\n",
227 debug_printf("%s:%u:%s: out of memory when trying to allocate %lu bytes\n",
284 debug_printf("%s:%u:%s: bad or corrupted memory %p\n",
292 debug_printf("%s:%u:%s: %lu bytes at %p not freed\n",
302 debug_printf("%s:%u:%s: buffer overflow %p\n",
310 debug_printf("Tota
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_swapinterval.c47 debug_printf("%s: %d\n", __FUNCTION__, interval);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp212 debug_printf("error: no assembly info for target %s\n", Triple.c_str());
223 debug_printf("error: no disassembler for target %s\n", Triple.c_str());
238 debug_printf("error: no register info for target %s\n", Triple.c_str());
244 debug_printf("error: no instruction info for target %s\n", Triple.c_str());
263 debug_printf("error: no instruction printer for target %s\n", Triple.c_str());
303 debug_printf("%6lu:\t", (unsigned long)pc);
312 debug_printf("invalid\n");
323 debug_printf("%02x ", ((const uint8_t*)bytes)[pc + i]);
326 debug_printf(" ");
389 debug_printf("\
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp212 debug_printf("error: no assembly info for target %s\n", Triple.c_str());
223 debug_printf("error: no disassembler for target %s\n", Triple.c_str());
238 debug_printf("error: no register info for target %s\n", Triple.c_str());
244 debug_printf("error: no instruction info for target %s\n", Triple.c_str());
263 debug_printf("error: no instruction printer for target %s\n", Triple.c_str());
303 debug_printf("%6lu:\t", (unsigned long)pc);
312 debug_printf("invalid\n");
323 debug_printf("%02x ", ((const uint8_t*)bytes)[pc + i]);
326 debug_printf(" ");
389 debug_printf("\
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_debug.h23 debug_printf(args)
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_debug.h23 debug_printf(args)

Completed in 303 milliseconds

1234567891011>>