/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
D | draw_vertex.c | 68 debug_printf("EMIT_OMIT:"); in draw_dump_emitted_vertex() 71 debug_printf("EMIT_1F:\t"); in draw_dump_emitted_vertex() 72 debug_printf("%f ", *(float *)data); data += sizeof(float); in draw_dump_emitted_vertex() 75 debug_printf("EMIT_1F_PSIZE:\t"); in draw_dump_emitted_vertex() 76 debug_printf("%f ", *(float *)data); data += sizeof(float); in draw_dump_emitted_vertex() 79 debug_printf("EMIT_2F:\t"); in draw_dump_emitted_vertex() 80 debug_printf("%f ", *(float *)data); data += sizeof(float); in draw_dump_emitted_vertex() 81 debug_printf("%f ", *(float *)data); data += sizeof(float); in draw_dump_emitted_vertex() 84 debug_printf("EMIT_3F:\t"); in draw_dump_emitted_vertex() 85 debug_printf("%f ", *(float *)data); data += sizeof(float); in draw_dump_emitted_vertex() [all …]
|
D | draw_pt.c | 227 debug_printf("Draw arrays(prim = %u, start = %u, count = %u)\n", in draw_print_arrays() 261 debug_printf("Element[%u + %u] + %i -> Vertex %u:\n", start, i, in draw_print_arrays() 267 debug_printf("Vertex %u:\n", ii); in draw_print_arrays() 282 debug_printf(" Attr %u: ", j); in draw_print_arrays() 287 debug_printf("R %f @ %p\n", v[0], (void *) v); in draw_print_arrays() 293 debug_printf("RG %f %f @ %p\n", v[0], v[1], (void *) v); in draw_print_arrays() 299 debug_printf("RGB %f %f %f @ %p\n", v[0], v[1], v[2], (void *) v); in draw_print_arrays() 305 debug_printf("RGBA %f %f %f %f @ %p\n", v[0], v[1], v[2], v[3], in draw_print_arrays() 312 debug_printf("BGRA %d %d %d %d @ %p\n", u[0], u[1], u[2], u[3], in draw_print_arrays() 317 debug_printf("other format %s (fix me)\n", in draw_print_arrays() [all …]
|
D | draw_pipe_unfilled.c | 112 debug_printf("header->flags = "); in print_header_flags() 114 debug_printf("RESET_STIPPLE "); in print_header_flags() 116 debug_printf("EDGE_FLAG_0 "); in print_header_flags() 118 debug_printf("EDGE_FLAG_1 "); in print_header_flags() 120 debug_printf("EDGE_FLAG_2 "); in print_header_flags() 121 debug_printf("\n"); in print_header_flags()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_vertex.c | 68 debug_printf("EMIT_OMIT:"); in draw_dump_emitted_vertex() 71 debug_printf("EMIT_1F:\t"); in draw_dump_emitted_vertex() 72 debug_printf("%f ", *(float *)data); data += sizeof(float); in draw_dump_emitted_vertex() 75 debug_printf("EMIT_1F_PSIZE:\t"); in draw_dump_emitted_vertex() 76 debug_printf("%f ", *(float *)data); data += sizeof(float); in draw_dump_emitted_vertex() 79 debug_printf("EMIT_2F:\t"); in draw_dump_emitted_vertex() 80 debug_printf("%f ", *(float *)data); data += sizeof(float); in draw_dump_emitted_vertex() 81 debug_printf("%f ", *(float *)data); data += sizeof(float); in draw_dump_emitted_vertex() 84 debug_printf("EMIT_3F:\t"); in draw_dump_emitted_vertex() 85 debug_printf("%f ", *(float *)data); data += sizeof(float); in draw_dump_emitted_vertex() [all …]
|
D | draw_pt.c | 227 debug_printf("Draw arrays(prim = %u, start = %u, count = %u)\n", in draw_print_arrays() 261 debug_printf("Element[%u + %u] + %i -> Vertex %u:\n", start, i, in draw_print_arrays() 267 debug_printf("Vertex %u:\n", ii); in draw_print_arrays() 282 debug_printf(" Attr %u: ", j); in draw_print_arrays() 287 debug_printf("R %f @ %p\n", v[0], (void *) v); in draw_print_arrays() 293 debug_printf("RG %f %f @ %p\n", v[0], v[1], (void *) v); in draw_print_arrays() 299 debug_printf("RGB %f %f %f @ %p\n", v[0], v[1], v[2], (void *) v); in draw_print_arrays() 305 debug_printf("RGBA %f %f %f %f @ %p\n", v[0], v[1], v[2], v[3], in draw_print_arrays() 312 debug_printf("BGRA %d %d %d %d @ %p\n", u[0], u[1], u[2], u[3], in draw_print_arrays() 317 debug_printf("other format %s (fix me)\n", in draw_print_arrays() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_perf.c | 51 debug_printf("llvmpipe: nr_triangles: %9u\n", lp_count.nr_tris); in lp_print_counters() 52 debug_printf("llvmpipe: nr_culled_triangles: %9u\n", lp_count.nr_culled_tris); in lp_print_counters() 64 debug_printf("llvmpipe: nr_64x64: %9u\n", total_64); in lp_print_counters() 65 …debug_printf("llvmpipe: nr_fully_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_co… in lp_print_counters() 66 …debug_printf("llvmpipe: nr_shade_opaque_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_shade_op… in lp_print_counters() 67 …debug_printf("llvmpipe: nr_pure_shade_opaque: %9u (%3.0f%% of %u)\n", lp_count.nr_pure_sha… in lp_print_counters() 68 …debug_printf("llvmpipe: nr_shade_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_shade_64… in lp_print_counters() 69 …debug_printf("llvmpipe: nr_pure_shade: %9u (%3.0f%% of %u)\n", lp_count.nr_pure_sha… in lp_print_counters() 70 …debug_printf("llvmpipe: nr_partially_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_partiall… in lp_print_counters() 71 …debug_printf("llvmpipe: nr_empty_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_empty_64… in lp_print_counters() [all …]
|
D | lp_rast_debug.c | 98 debug_printf("bin %d,%d:\n", bin->x, bin->y); in debug_bin() 105 debug_printf("%d: %s %s\n", j, in debug_bin() 253 debug_printf("%c: %15s", val, cmd_name(block->cmd[k])); in do_debug_bin() 276 debug_printf(" % 5d", count); in do_debug_bin() 279 debug_printf(" blended"); in do_debug_bin() 281 debug_printf("\n"); in do_debug_bin() 296 debug_printf("------------------------------------------------------------------\n"); in lp_debug_bin() 299 debug_printf("%c", tile.data[y][x]); in lp_debug_bin() 301 debug_printf("|\n"); in lp_debug_bin() 303 debug_printf("------------------------------------------------------------------\n"); in lp_debug_bin() [all …]
|
D | lp_fence.c | 62 debug_printf("%s %d\n", __FUNCTION__, fence->id); in lp_fence_create() 73 debug_printf("%s %d\n", __FUNCTION__, fence->id); in lp_fence_destroy() 89 debug_printf("%s %d\n", __FUNCTION__, fence->id); in lp_fence_signal() 97 debug_printf("%s count=%u rank=%u\n", __FUNCTION__, in lp_fence_signal() 117 debug_printf("%s %d\n", __FUNCTION__, f->id); in lp_fence_wait()
|
D | lp_state_fs.c | 1124 debug_printf("fs variant %p:\n", (void *) key); in dump_fs_variant_key() 1127 debug_printf("flatshade = 1\n"); in dump_fs_variant_key() 1130 debug_printf("cbuf_format[%u] = %s\n", i, util_format_name(key->cbuf_format[i])); in dump_fs_variant_key() 1133 debug_printf("depth.format = %s\n", util_format_name(key->zsbuf_format)); in dump_fs_variant_key() 1134 debug_printf("depth.func = %s\n", util_dump_func(key->depth.func, TRUE)); in dump_fs_variant_key() 1135 debug_printf("depth.writemask = %u\n", key->depth.writemask); in dump_fs_variant_key() 1140 debug_printf("stencil[%u].func = %s\n", i, util_dump_func(key->stencil[i].func, TRUE)); in dump_fs_variant_key() 1141 …debug_printf("stencil[%u].fail_op = %s\n", i, util_dump_stencil_op(key->stencil[i].fail_op, TRUE)); in dump_fs_variant_key() 1142 …debug_printf("stencil[%u].zpass_op = %s\n", i, util_dump_stencil_op(key->stencil[i].zpass_op, TRUE… in dump_fs_variant_key() 1143 …debug_printf("stencil[%u].zfail_op = %s\n", i, util_dump_stencil_op(key->stencil[i].zfail_op, TRUE… in dump_fs_variant_key() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_perf.c | 51 debug_printf("llvmpipe: nr_triangles: %9u\n", lp_count.nr_tris); in lp_print_counters() 52 debug_printf("llvmpipe: nr_culled_triangles: %9u\n", lp_count.nr_culled_tris); in lp_print_counters() 64 debug_printf("llvmpipe: nr_64x64: %9u\n", total_64); in lp_print_counters() 65 …debug_printf("llvmpipe: nr_fully_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_co… in lp_print_counters() 66 …debug_printf("llvmpipe: nr_shade_opaque_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_shade_op… in lp_print_counters() 67 …debug_printf("llvmpipe: nr_pure_shade_opaque: %9u (%3.0f%% of %u)\n", lp_count.nr_pure_sha… in lp_print_counters() 68 …debug_printf("llvmpipe: nr_shade_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_shade_64… in lp_print_counters() 69 …debug_printf("llvmpipe: nr_pure_shade: %9u (%3.0f%% of %u)\n", lp_count.nr_pure_sha… in lp_print_counters() 70 …debug_printf("llvmpipe: nr_partially_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_partiall… in lp_print_counters() 71 …debug_printf("llvmpipe: nr_empty_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_empty_64… in lp_print_counters() [all …]
|
D | lp_rast_debug.c | 98 debug_printf("bin %d,%d:\n", bin->x, bin->y); in debug_bin() 105 debug_printf("%d: %s %s\n", j, in debug_bin() 253 debug_printf("%c: %15s", val, cmd_name(block->cmd[k])); in do_debug_bin() 276 debug_printf(" % 5d", count); in do_debug_bin() 279 debug_printf(" blended"); in do_debug_bin() 281 debug_printf("\n"); in do_debug_bin() 296 debug_printf("------------------------------------------------------------------\n"); in lp_debug_bin() 299 debug_printf("%c", tile.data[y][x]); in lp_debug_bin() 301 debug_printf("|\n"); in lp_debug_bin() 303 debug_printf("------------------------------------------------------------------\n"); in lp_debug_bin() [all …]
|
D | lp_fence.c | 62 debug_printf("%s %d\n", __FUNCTION__, fence->id); in lp_fence_create() 73 debug_printf("%s %d\n", __FUNCTION__, fence->id); in lp_fence_destroy() 89 debug_printf("%s %d\n", __FUNCTION__, fence->id); in lp_fence_signal() 97 debug_printf("%s count=%u rank=%u\n", __FUNCTION__, in lp_fence_signal() 117 debug_printf("%s %d\n", __FUNCTION__, f->id); in lp_fence_wait()
|
D | lp_state_fs.c | 1124 debug_printf("fs variant %p:\n", (void *) key); in dump_fs_variant_key() 1127 debug_printf("flatshade = 1\n"); in dump_fs_variant_key() 1130 debug_printf("cbuf_format[%u] = %s\n", i, util_format_name(key->cbuf_format[i])); in dump_fs_variant_key() 1133 debug_printf("depth.format = %s\n", util_format_name(key->zsbuf_format)); in dump_fs_variant_key() 1134 debug_printf("depth.func = %s\n", util_dump_func(key->depth.func, TRUE)); in dump_fs_variant_key() 1135 debug_printf("depth.writemask = %u\n", key->depth.writemask); in dump_fs_variant_key() 1140 debug_printf("stencil[%u].func = %s\n", i, util_dump_func(key->stencil[i].func, TRUE)); in dump_fs_variant_key() 1141 …debug_printf("stencil[%u].fail_op = %s\n", i, util_dump_stencil_op(key->stencil[i].fail_op, TRUE)); in dump_fs_variant_key() 1142 …debug_printf("stencil[%u].zpass_op = %s\n", i, util_dump_stencil_op(key->stencil[i].zpass_op, TRUE… in dump_fs_variant_key() 1143 …debug_printf("stencil[%u].zfail_op = %s\n", i, util_dump_stencil_op(key->stencil[i].zfail_op, TRUE… in dump_fs_variant_key() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_cpu_detect.c | 321 debug_printf("util_cpu_caps.nr_cpus = %u\n", util_cpu_caps.nr_cpus); in util_cpu_detect() 323 debug_printf("util_cpu_caps.x86_cpu_type = %u\n", util_cpu_caps.x86_cpu_type); in util_cpu_detect() 324 debug_printf("util_cpu_caps.cacheline = %u\n", util_cpu_caps.cacheline); in util_cpu_detect() 326 debug_printf("util_cpu_caps.has_tsc = %u\n", util_cpu_caps.has_tsc); in util_cpu_detect() 327 debug_printf("util_cpu_caps.has_mmx = %u\n", util_cpu_caps.has_mmx); in util_cpu_detect() 328 debug_printf("util_cpu_caps.has_mmx2 = %u\n", util_cpu_caps.has_mmx2); in util_cpu_detect() 329 debug_printf("util_cpu_caps.has_sse = %u\n", util_cpu_caps.has_sse); in util_cpu_detect() 330 debug_printf("util_cpu_caps.has_sse2 = %u\n", util_cpu_caps.has_sse2); in util_cpu_detect() 331 debug_printf("util_cpu_caps.has_sse3 = %u\n", util_cpu_caps.has_sse3); in util_cpu_detect() 332 debug_printf("util_cpu_caps.has_ssse3 = %u\n", util_cpu_caps.has_ssse3); in util_cpu_detect() [all …]
|
D | u_debug_memory.c | 118 debug_printf("%s:%u:%s: out of memory when trying to allocate %lu bytes\n", in debug_malloc() 157 debug_printf("%s:%u:%s: freeing bad or corrupted memory %p\n", in debug_free() 166 debug_printf("%s:%u:%s: buffer overflow %p\n", in debug_free() 209 debug_printf("%s:%u:%s: reallocating bad or corrupted memory %p\n", in debug_realloc() 218 debug_printf("%s:%u:%s: buffer overflow %p\n", in debug_realloc() 227 debug_printf("%s:%u:%s: out of memory when trying to allocate %lu bytes\n", in debug_realloc() 284 debug_printf("%s:%u:%s: bad or corrupted memory %p\n", in debug_memory_end() 292 debug_printf("%s:%u:%s: %lu bytes at %p not freed\n", in debug_memory_end() 302 debug_printf("%s:%u:%s: buffer overflow %p\n", in debug_memory_end() 310 debug_printf("Total of %lu KB of system memory apparently leaked\n", in debug_memory_end() [all …]
|
D | u_mm.c | 36 debug_printf("Memory heap %p:\n", (void *) heap); in u_mmDumpMemInfo() 38 debug_printf(" heap == 0\n"); in u_mmDumpMemInfo() 45 debug_printf(" Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size, in u_mmDumpMemInfo() 54 debug_printf("'\nMemory stats: total = %d, used = %d, free = %d\n", in u_mmDumpMemInfo() 56 debug_printf("\nFree list:\n"); in u_mmDumpMemInfo() 59 debug_printf(" FREE Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size, in u_mmDumpMemInfo() 65 debug_printf("End of memory blocks\n"); in u_mmDumpMemInfo() 259 debug_printf("block already free\n"); in u_mmFreeMem() 263 debug_printf("block is reserved\n"); in u_mmFreeMem()
|
D | u_caps.c | 235 debug_printf("%s: %s yes\n", __FUNCTION__, list[i].name); in util_caps_demo_print() 240 debug_printf("%s: %s no (cap %u not supported)\n", __FUNCTION__, in util_caps_demo_print() 245 debug_printf("%s: %s no (cap %u less then %u)\n", __FUNCTION__, in util_caps_demo_print() 251 debug_printf("%s: %s no (cap %u less then %f)\n", __FUNCTION__, in util_caps_demo_print() 257 debug_printf("%s: %s no (format %s not supported)\n", __FUNCTION__, in util_caps_demo_print() 262 debug_printf("%s: %s no (not implemented in gallium or state tracker)\n", in util_caps_demo_print()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_cpu_detect.c | 321 debug_printf("util_cpu_caps.nr_cpus = %u\n", util_cpu_caps.nr_cpus); in util_cpu_detect() 323 debug_printf("util_cpu_caps.x86_cpu_type = %u\n", util_cpu_caps.x86_cpu_type); in util_cpu_detect() 324 debug_printf("util_cpu_caps.cacheline = %u\n", util_cpu_caps.cacheline); in util_cpu_detect() 326 debug_printf("util_cpu_caps.has_tsc = %u\n", util_cpu_caps.has_tsc); in util_cpu_detect() 327 debug_printf("util_cpu_caps.has_mmx = %u\n", util_cpu_caps.has_mmx); in util_cpu_detect() 328 debug_printf("util_cpu_caps.has_mmx2 = %u\n", util_cpu_caps.has_mmx2); in util_cpu_detect() 329 debug_printf("util_cpu_caps.has_sse = %u\n", util_cpu_caps.has_sse); in util_cpu_detect() 330 debug_printf("util_cpu_caps.has_sse2 = %u\n", util_cpu_caps.has_sse2); in util_cpu_detect() 331 debug_printf("util_cpu_caps.has_sse3 = %u\n", util_cpu_caps.has_sse3); in util_cpu_detect() 332 debug_printf("util_cpu_caps.has_ssse3 = %u\n", util_cpu_caps.has_ssse3); in util_cpu_detect() [all …]
|
D | u_debug_memory.c | 118 debug_printf("%s:%u:%s: out of memory when trying to allocate %lu bytes\n", in debug_malloc() 157 debug_printf("%s:%u:%s: freeing bad or corrupted memory %p\n", in debug_free() 166 debug_printf("%s:%u:%s: buffer overflow %p\n", in debug_free() 209 debug_printf("%s:%u:%s: reallocating bad or corrupted memory %p\n", in debug_realloc() 218 debug_printf("%s:%u:%s: buffer overflow %p\n", in debug_realloc() 227 debug_printf("%s:%u:%s: out of memory when trying to allocate %lu bytes\n", in debug_realloc() 284 debug_printf("%s:%u:%s: bad or corrupted memory %p\n", in debug_memory_end() 292 debug_printf("%s:%u:%s: %lu bytes at %p not freed\n", in debug_memory_end() 302 debug_printf("%s:%u:%s: buffer overflow %p\n", in debug_memory_end() 310 debug_printf("Total of %lu KB of system memory apparently leaked\n", in debug_memory_end() [all …]
|
D | u_mm.c | 36 debug_printf("Memory heap %p:\n", (void *) heap); in u_mmDumpMemInfo() 38 debug_printf(" heap == 0\n"); in u_mmDumpMemInfo() 45 debug_printf(" Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size, in u_mmDumpMemInfo() 54 debug_printf("'\nMemory stats: total = %d, used = %d, free = %d\n", in u_mmDumpMemInfo() 56 debug_printf("\nFree list:\n"); in u_mmDumpMemInfo() 59 debug_printf(" FREE Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size, in u_mmDumpMemInfo() 65 debug_printf("End of memory blocks\n"); in u_mmDumpMemInfo() 259 debug_printf("block already free\n"); in u_mmFreeMem() 263 debug_printf("block is reserved\n"); in u_mmFreeMem()
|
D | u_caps.c | 235 debug_printf("%s: %s yes\n", __FUNCTION__, list[i].name); in util_caps_demo_print() 240 debug_printf("%s: %s no (cap %u not supported)\n", __FUNCTION__, in util_caps_demo_print() 245 debug_printf("%s: %s no (cap %u less then %u)\n", __FUNCTION__, in util_caps_demo_print() 251 debug_printf("%s: %s no (cap %u less then %f)\n", __FUNCTION__, in util_caps_demo_print() 257 debug_printf("%s: %s no (format %s not supported)\n", __FUNCTION__, in util_caps_demo_print() 262 debug_printf("%s: %s no (not implemented in gallium or state tracker)\n", in util_caps_demo_print()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | 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/auxiliary/gallivm/ |
D | 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/drivers/galahad/ |
D | 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", __…
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/ |
D | 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", __…
|