/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_vertex.c | 68 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("%f ", *(float *)data); data += sizeof(float) [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_vertex.c | 68 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("%f ", *(float *)data); data += sizeof(float) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_perf.c | 51 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("llvmpipe: nr_empty_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_empty_64, p1, total_6 (…) [all...] |
lp_rast_debug.c | 98 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("------------------------------------------------------------------\n") [all...] |
lp_fence.c | 62 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);
|
lp_state_fs.c | [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_perf.c | 51 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("llvmpipe: nr_empty_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_empty_64, p1, total_6 (…) [all...] |
lp_rast_debug.c | 98 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("------------------------------------------------------------------\n") [all...] |
lp_fence.c | 62 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);
|
lp_state_fs.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_cpu_detect.c | 321 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_caps.has_ssse3 = %u\n", util_cpu_caps.has_ssse3) [all...] |
u_debug_memory.c | 118 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("Total of %lu KB of system memory apparently leaked\n" [all...] |
u_mm.c | 36 debug_printf("Memory heap %p:\n", (void *) heap); 38 debug_printf(" heap == 0\n"); 45 debug_printf(" Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size, 54 debug_printf("'\nMemory stats: total = %d, used = %d, free = %d\n", 56 debug_printf("\nFree list:\n"); 59 debug_printf(" FREE Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size, 65 debug_printf("End of memory blocks\n"); 259 debug_printf("block already free\n"); 263 debug_printf("block is reserved\n");
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/ |
glhd_context.h | 58 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/drivers/nv50/ |
nv50_debug.h | 23 debug_printf(args)
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_cpu_detect.c | 321 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_caps.has_ssse3 = %u\n", util_cpu_caps.has_ssse3) [all...] |
u_debug_memory.c | 118 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("Total of %lu KB of system memory apparently leaked\n" [all...] |
u_mm.c | 36 debug_printf("Memory heap %p:\n", (void *) heap); 38 debug_printf(" heap == 0\n"); 45 debug_printf(" Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size, 54 debug_printf("'\nMemory stats: total = %d, used = %d, free = %d\n", 56 debug_printf("\nFree list:\n"); 59 debug_printf(" FREE Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size, 65 debug_printf("End of memory blocks\n"); 259 debug_printf("block already free\n"); 263 debug_printf("block is reserved\n");
|
/external/mesa3d/src/gallium/drivers/galahad/ |
glhd_context.h | 58 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/nv50/ |
nv50_debug.h | 23 debug_printf(args)
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
vmw_context.h | 44 #define vmw_printf debug_printf 45 #define VMW_FUNC debug_printf("%s\n", __FUNCTION__)
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
vmw_context.h | 44 #define vmw_printf debug_printf 45 #define VMW_FUNC debug_printf("%s\n", __FUNCTION__)
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_debug.cpp | 212 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("\t\t; %lu", (unsigned long)jump) [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_debug.cpp | 212 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("\t\t; %lu", (unsigned long)jump) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/nouveau/drm/ |
nouveau_drm_winsys.c | 41 debug_printf("%s: unknown chipset nv%02x\n", __func__,
|