/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 | 240 debug_printf("Draw arrays(prim = %u, start = %u, count = %u)\n", in draw_print_arrays() 274 debug_printf("Element[%u + %u] + %i -> Vertex %u:\n", start, i, in draw_print_arrays() 280 debug_printf("Vertex %u:\n", ii); in draw_print_arrays() 295 debug_printf(" Attr %u: ", j); in draw_print_arrays() 300 debug_printf("R %f @ %p\n", v[0], (void *) v); in draw_print_arrays() 306 debug_printf("RG %f %f @ %p\n", v[0], v[1], (void *) v); in draw_print_arrays() 312 debug_printf("RGB %f %f %f @ %p\n", v[0], v[1], v[2], (void *) v); in draw_print_arrays() 318 debug_printf("RGBA %f %f %f %f @ %p\n", v[0], v[1], v[2], v[3], in draw_print_arrays() 325 debug_printf("BGRA %d %d %d %d @ %p\n", u[0], u[1], u[2], u[3], in draw_print_arrays() 332 debug_printf("ARGB %d %d %d %d @ %p\n", u[0], u[1], u[2], u[3], in draw_print_arrays() [all …]
|
D | draw_gs.c | 99 debug_printf("%d) Output vert:\n", idx / shader->info.num_outputs); in tgsi_fetch_gs_outputs() 107 debug_printf("\t%d: %f %f %f %f\n", slot, in tgsi_fetch_gs_outputs() 138 debug_printf("%d) vertex index = %d (prim idx = %d)\n", in tgsi_fetch_gs_input() 156 debug_printf("VS/GS signature mismatch!\n"); in tgsi_fetch_gs_input() 163 debug_printf("\tSlot = %d, vs_slot = %d, idx = %d:\n", in tgsi_fetch_gs_input() 175 debug_printf("\t\t%f %f %f %f\n", in tgsi_fetch_gs_input() 237 debug_printf("%d) vertex index = %d (prim idx = %d)\n", in llvm_fetch_gs_input() 256 debug_printf("VS/GS signature mismatch!\n"); in llvm_fetch_gs_input() 263 debug_printf("\tSlot = %d, vs_slot = %d, i = %d:\n", in llvm_fetch_gs_input() 275 debug_printf("\t\t%f %f %f %f\n", in llvm_fetch_gs_input() [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 | 110 debug_printf("bin %d,%d:\n", x, y); in debug_bin() 117 debug_printf("%d: %s %s\n", j, in debug_bin() 266 debug_printf("%c: %15s", val, cmd_name(block->cmd[k])); in do_debug_bin() 289 debug_printf(" % 5d", count); in do_debug_bin() 292 debug_printf(" blended"); in do_debug_bin() 294 debug_printf("\n"); in do_debug_bin() 309 debug_printf("------------------------------------------------------------------\n"); in lp_debug_bin() 312 debug_printf("%c", tile.data[y][x]); in lp_debug_bin() 314 debug_printf("|\n"); in lp_debug_bin() 316 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()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_cpu_detect.c | 452 debug_printf("util_cpu_caps.nr_cpus = %u\n", util_cpu_caps.nr_cpus); in util_cpu_detect() 454 debug_printf("util_cpu_caps.x86_cpu_type = %u\n", util_cpu_caps.x86_cpu_type); in util_cpu_detect() 455 debug_printf("util_cpu_caps.cacheline = %u\n", util_cpu_caps.cacheline); in util_cpu_detect() 457 debug_printf("util_cpu_caps.has_tsc = %u\n", util_cpu_caps.has_tsc); in util_cpu_detect() 458 debug_printf("util_cpu_caps.has_mmx = %u\n", util_cpu_caps.has_mmx); in util_cpu_detect() 459 debug_printf("util_cpu_caps.has_mmx2 = %u\n", util_cpu_caps.has_mmx2); in util_cpu_detect() 460 debug_printf("util_cpu_caps.has_sse = %u\n", util_cpu_caps.has_sse); in util_cpu_detect() 461 debug_printf("util_cpu_caps.has_sse2 = %u\n", util_cpu_caps.has_sse2); in util_cpu_detect() 462 debug_printf("util_cpu_caps.has_sse3 = %u\n", util_cpu_caps.has_sse3); in util_cpu_detect() 463 debug_printf("util_cpu_caps.has_ssse3 = %u\n", util_cpu_caps.has_ssse3); in util_cpu_detect() [all …]
|
D | u_debug_memory.c | 132 debug_printf("%s:%u:%s: out of memory when trying to allocate %lu bytes\n", in debug_malloc() 175 debug_printf("%s:%u:%s: freeing bad or corrupted memory %p\n", in debug_free() 184 debug_printf("%s:%u:%s: buffer overflow %p\n", in debug_free() 239 debug_printf("%s:%u:%s: reallocating bad or corrupted memory %p\n", in debug_realloc() 248 debug_printf("%s:%u:%s: buffer overflow %p\n", in debug_realloc() 257 debug_printf("%s:%u:%s: out of memory when trying to allocate %lu bytes\n", in debug_realloc() 318 debug_printf("%s:%u:%s: bad or corrupted memory %p\n", in debug_memory_end() 326 debug_printf("%s:%u:%s: %lu bytes at %p not freed\n", in debug_memory_end() 336 debug_printf("%s:%u:%s: buffer overflow %p\n", in debug_memory_end() 344 debug_printf("Total of %lu KB of system memory apparently leaked\n", in debug_memory_end() [all …]
|
D | u_debug.c | 120 debug_printf("%s (%d dwords%s)\n", name, size/4, in debug_print_blob() 124 debug_printf("%d:\t%08x\n", i, ublob[i]); in debug_print_blob() 159 debug_printf("%s: %s = %s\n", __FUNCTION__, name, in debug_get_option() 192 debug_printf("%s: %s = %s\n", __FUNCTION__, name, in debug_get_bool_option() 219 debug_printf("%s: %s = %li\n", __FUNCTION__, name, result); in debug_get_num_option() 304 debug_printf("%s: %s = 0x%"PRIx64" (%s)\n", in debug_get_flags_option() 307 debug_printf("%s: %s = 0x%"PRIx64"\n", __FUNCTION__, name, result); in debug_get_flags_option() 410 debug_printf("%s: %s\n", msg, util_format_name(fmt)); in debug_print_format() 451 debug_printf(" "); in debug_funclog_enter() 452 debug_printf("%s\n", f); in debug_funclog_enter() [all …]
|
D | u_debug_flush.c | 123 debug_printf("Debug flush buffer creation failed.\n"); in debug_flush_buf_create() 124 debug_printf("Debug flush checking for this buffer will be incomplete.\n"); in debug_flush_buf_create() 177 debug_printf("Debug flush context creation failed.\n"); in debug_flush_ctx_create() 178 debug_printf("Debug flush checking for this context will be incomplete.\n"); in debug_flush_ctx_create() 193 debug_printf("%s ", s); in debug_flush_alert() 195 debug_printf("%s backtrace follows:\n", op); in debug_flush_alert() 198 debug_printf("No %s backtrace was captured.\n", op); in debug_flush_alert() 201 debug_printf("**********************************\n"); in debug_flush_alert() 203 debug_printf("*********END OF MESSAGE***********\n\n\n"); in debug_flush_alert() 306 debug_printf("Debug flush command buffer reference creation failed.\n"); in debug_flush_cb_reference() [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 | 233 debug_printf("%s: %s yes\n", __FUNCTION__, list[i].name); in util_caps_demo_print() 238 debug_printf("%s: %s no (cap %u not supported)\n", __FUNCTION__, in util_caps_demo_print() 243 debug_printf("%s: %s no (cap %u less then %u)\n", __FUNCTION__, in util_caps_demo_print() 249 debug_printf("%s: %s no (cap %u less then %f)\n", __FUNCTION__, in util_caps_demo_print() 255 debug_printf("%s: %s no (format %s not supported)\n", __FUNCTION__, in util_caps_demo_print() 260 debug_printf("%s: %s no (not implemented in gallium or state tracker)\n", in util_caps_demo_print()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_rendertexture.c | 134 debug_printf("Invalid pbuffer handle in wglBindTexImageARB()\n"); in wglBindTexImageARB() 141 debug_printf("Invalid buffer 0x%x in wglBindTexImageARB()\n", iBuffer); in wglBindTexImageARB() 148 debug_printf("no texture target in wglBindTexImageARB()\n"); in wglBindTexImageARB() 154 debug_printf("no texture format in wglBindTexImageARB()\n"); in wglBindTexImageARB() 172 debug_printf("stw_make_current(#1) failed in wglBindTexImageARB()\n"); in wglBindTexImageARB() 184 debug_printf("stw_make_current(#2) failed in wglBindTexImageARB()\n"); in wglBindTexImageARB() 202 debug_printf("Invalid pbuffer handle in wglReleaseTexImageARB()\n"); in wglReleaseTexImageARB() 209 debug_printf("Invalid buffer 0x%x in wglReleaseTexImageARB()\n", iBuffer); in wglReleaseTexImageARB() 241 debug_printf("Invalid cube face 0x%x in " in wglSetPbufferAttribARB() 249 debug_printf("Invalid attribute 0x%x in wglSetPbufferAttribARB()\n", in wglSetPbufferAttribARB()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_cmdline.c | 55 debug_printf("; %s: %s\n", type, str); in dump_info() 170 debug_printf("; options:"); in main() 180 debug_printf(" %s", argv[n]); in main() 187 debug_printf(" %s", argv[n]); in main() 194 debug_printf(" %s", argv[n]); in main() 201 debug_printf(" %s %s", argv[n], argv[n+1]); in main() 208 debug_printf(" %s %s", argv[n], argv[n+1]); in main() 215 debug_printf(" %s %s", argv[n], argv[n+1]); in main() 222 debug_printf(" %s %s", argv[n], argv[n+1]); in main() 230 debug_printf(" %s", argv[n]); in main() [all …]
|
D | ir3_shader.c | 321 debug_printf("; %s: r%d.%c\n", name, r >> 2, "xyzw"[r & 0x3]); in dump_reg() 343 debug_printf("; in%d unused\n", i); in ir3_shader_disasm() 348 debug_printf("@in(%sr%d.%c)\tin%d\n", in ir3_shader_disasm() 355 debug_printf("; out%d unused\n", i); in ir3_shader_disasm() 363 debug_printf("@out(%sr%d.%c)\tout%d\n", in ir3_shader_disasm() 369 debug_printf("@const(c%d.x)\t", so->constbase.immediate + i); in ir3_shader_disasm() 370 debug_printf("0x%08x, 0x%08x, 0x%08x, 0x%08x\n", in ir3_shader_disasm() 381 debug_printf("; %s: outputs:", type); in ir3_shader_disasm() 384 debug_printf(" r%d.%c (%s)", in ir3_shader_disasm() 388 debug_printf("\n"); in ir3_shader_disasm() [all …]
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_debug.c | 96 debug_printf("nine:0x%08lx:%s:%s: ", tid, klass, ++f); in _nine_debug_printf() 98 debug_printf("nine:%s:%s: ", klass, ++f); in _nine_debug_printf() 101 debug_printf("nine:0x%08lx:%s ", tid, func); in _nine_debug_printf() 103 debug_printf("nine:%s ", func); in _nine_debug_printf() 119 debug_printf("nine:%s:%d: %s STUB!\n", r ? ++r : file, line, func); in _nine_stub()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi.c | 207 debug_printf("svga: too many temporary registers (%u)\n", in svga_tgsi_vgpu9_translate() 215 debug_printf("svga: emit header failed\n"); in svga_tgsi_vgpu9_translate() 220 debug_printf("svga: emit instructions failed\n"); in svga_tgsi_vgpu9_translate() 246 debug_printf("#####################################\n"); in svga_tgsi_vgpu9_translate() 247 debug_printf("Shader %u below\n", shader->id); in svga_tgsi_vgpu9_translate() 250 debug_printf("Shader %u compiled below\n", shader->id); in svga_tgsi_vgpu9_translate() 253 debug_printf("#####################################\n"); in svga_tgsi_vgpu9_translate()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video_vp.c | 31 debug_printf("Status: %08x, stage: %08x\n", comm->status_vp[idx], comm->pvp_stage); in dump_comm_vp() 33 debug_printf("Acked byte ofs: %x, bsp byte ofs: %x\n", comm->acked_byte_ofs, comm->byte_ofs); in dump_comm_vp() 34 debug_printf("Irq/parse indexes: %i %i\n", comm->irq_index, comm->parse_endpos_index); in dump_comm_vp() 37 debug_printf("irq[%i] = { @ %08x -> %04x }\n", i, comm->irq_pos[i], comm->irq_470[i]); in dump_comm_vp() 39 debug_printf("parse_endpos[%i] = { @ %08x}\n", i, comm->parse_endpos[i]); in dump_comm_vp() 41 debug_printf("mb_y = %u\n", comm->mb_y[idx]); in dump_comm_vp() 51 … debug_printf("%05x: %08x %08x %08x %08x\n", i, map[i/4], map[i/4+1], map[i/4+2], map[i/4+3]); in dump_comm_vp() 186 debug_printf("v%u: %u\n", dec->fence_seq, dec->fence_map[4]); in nvc0_decoder_vp()
|
D | nvc0_video_bsp.c | 29 debug_printf("Cur seq: %x, bsp byte ofs: %x\n", comm->bsp_cur_index, comm->byte_ofs); in dump_comm_bsp() 30 debug_printf("Status: %08x, pos: %08x\n", comm->status[idx], comm->pos[idx]); in dump_comm_bsp() 42 debug_printf("map failed: %i %s\n", ret, strerror(-ret)); in nvc0_decoder_bsp_begin() 80 debug_printf("reallocating bsp %u -> %u failed with %i\n", in nvc0_decoder_bsp_next() 87 debug_printf("map failed: %i %s\n", ret, strerror(-ret)); in nvc0_decoder_bsp_next() 112 debug_printf("reallocating inter %u -> %u failed with %i\n", in nvc0_decoder_bsp_next() 119 debug_printf("map failed: %i %s\n", ret, strerror(-ret)); in nvc0_decoder_bsp_next() 225 debug_printf("b%u: %u\n", dec->fence_seq, dec->fence_map[0]); in nvc0_decoder_bsp_end()
|
D | nve4_compute.c | 794 debug_printf("COMPUTE LAUNCH DESCRIPTOR:\n"); in nve4_compute_dump_launch_desc() 798 debug_printf("[%x]: 0x%08x\n", i, data[i / 4]); in nve4_compute_dump_launch_desc() 802 debug_printf("...\n"); in nve4_compute_dump_launch_desc() 807 debug_printf("entry = 0x%x\n", desc->entry); in nve4_compute_dump_launch_desc() 808 debug_printf("grid dimensions = %ux%ux%u\n", in nve4_compute_dump_launch_desc() 810 debug_printf("block dimensions = %ux%ux%u\n", in nve4_compute_dump_launch_desc() 812 debug_printf("s[] size: 0x%x\n", desc->shared_size); in nve4_compute_dump_launch_desc() 813 debug_printf("l[] size: -0x%x / +0x%x\n", in nve4_compute_dump_launch_desc() 815 debug_printf("stack size: 0x%x\n", desc->cstack_size); in nve4_compute_dump_launch_desc() 816 debug_printf("barrier count: %u\n", desc->bar_alloc); in nve4_compute_dump_launch_desc() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video_vp.c | 31 debug_printf("Status: %08x, stage: %08x\n", comm->status_vp[idx], comm->pvp_stage); in dump_comm_vp() 33 debug_printf("Acked byte ofs: %x, bsp byte ofs: %x\n", comm->acked_byte_ofs, comm->byte_ofs); in dump_comm_vp() 34 debug_printf("Irq/parse indexes: %i %i\n", comm->irq_index, comm->parse_endpos_index); in dump_comm_vp() 37 debug_printf("irq[%i] = { @ %08x -> %04x }\n", i, comm->irq_pos[i], comm->irq_470[i]); in dump_comm_vp() 39 debug_printf("parse_endpos[%i] = { @ %08x}\n", i, comm->parse_endpos[i]); in dump_comm_vp() 41 debug_printf("mb_y = %u\n", comm->mb_y[idx]); in dump_comm_vp() 51 … debug_printf("%05x: %08x %08x %08x %08x\n", i, map[i/4], map[i/4+1], map[i/4+2], map[i/4+3]); in dump_comm_vp() 186 debug_printf("v%u: %u\n", dec->fence_seq, dec->fence_map[4]); in nv98_decoder_vp()
|
D | nv98_video_bsp.c | 29 debug_printf("Cur seq: %x, bsp byte ofs: %x\n", comm->bsp_cur_index, comm->byte_ofs); in dump_comm_bsp() 30 debug_printf("Status: %08x, pos: %08x\n", comm->status[idx], comm->pos[idx]); in dump_comm_bsp() 77 debug_printf("reallocating bsp %u -> %u failed with %i\n", in nv98_decoder_bsp() 90 debug_printf("reallocating inter %u -> %u failed with %i\n", in nv98_decoder_bsp() 100 debug_printf("map failed: %i %s\n", ret, strerror(-ret)); in nv98_decoder_bsp() 176 debug_printf("b%u: %u\n", dec->fence_seq, dec->fence_map[0]); in nv98_decoder_bsp()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.c | 282 debug_printf("module target data = %s\n", data_layout); in init_gallivm_engine() 283 debug_printf("engine target data = %s\n", engine_data_layout); in init_gallivm_engine() 562 debug_printf("\n"); in gallivm_verify_function() 592 debug_printf("optimizing func %s...\n", LLVMGetValueName(func)); in gallivm_compile_module() 613 debug_printf("optimizing module %s took %d msec\n", in gallivm_compile_module() 623 debug_printf("%s written\n", filename); in gallivm_compile_module() 624 debug_printf("Invoke as \"llc %s%s -o - %s\"\n", in gallivm_compile_module() 695 debug_printf(" jitting func %s took %d msec\n", in gallivm_jit_function()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | graw_util.h | 61 debug_printf("graw: Failed to create screen/window\n"); in graw_util_create_window() 67 debug_printf("graw: Failed to create context\n"); in graw_util_create_window() 86 debug_printf("graw: Failed to create color texture\n"); in graw_util_create_window() 99 debug_printf("graw: Failed to get color surface\n"); in graw_util_create_window() 116 debug_printf("graw: Failed to create Z texture\n"); in graw_util_create_window() 129 debug_printf("graw: Failed to get Z surface\n"); in graw_util_create_window() 241 debug_printf("graw: failed to create texture\n"); in graw_util_create_tex2d()
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_bufmgr_debug.c | 194 debug_printf("buffer underflow (offset -%"PRIu64"%s to -%"PRIu64" bytes) detected\n", in pb_debug_buffer_check() 204 …debug_printf("buffer overflow (size %"PRIu64" plus offset %"PRIu64" to %"PRIu64"%s bytes) detected… in pb_debug_buffer_check() 309 debug_printf("%s: attempting to validate a mapped buffer\n", __FUNCTION__); in pb_debug_buffer_validate() 310 debug_printf("last map backtrace is\n"); in pb_debug_buffer_validate() 352 debug_printf("buffer = %p\n", (void *) buf); in pb_debug_manager_dump_locked() 353 debug_printf(" .size = 0x%"PRIx64"\n", buf->base.size); in pb_debug_manager_dump_locked() 392 debug_printf("%s: failed to create buffer\n", __FUNCTION__); in pb_debug_manager_create_buffer() 447 debug_printf("%s: unfreed buffers\n", __FUNCTION__); in pb_debug_manager_destroy()
|