/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.c | 62 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT1\n"); in dump_SVGA3dVertexDecl() 65 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT2\n"); in dump_SVGA3dVertexDecl() 68 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT3\n"); in dump_SVGA3dVertexDecl() 71 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT4\n"); in dump_SVGA3dVertexDecl() 74 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_D3DCOLOR\n"); in dump_SVGA3dVertexDecl() 77 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_UBYTE4\n"); in dump_SVGA3dVertexDecl() 80 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT2\n"); in dump_SVGA3dVertexDecl() 83 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT4\n"); in dump_SVGA3dVertexDecl() 86 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_UBYTE4N\n"); in dump_SVGA3dVertexDecl() 89 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT2N\n"); in dump_SVGA3dVertexDecl() [all …]
|
D | svga_shader_dump.c | 69 _debug_printf(" "); in dump_indent() 78 _debug_printf("(p0) "); in dump_op() 81 _debug_printf( "+" ); in dump_op() 82 _debug_printf( "%s", mnemonic ); in dump_op() 90 _debug_printf("p"); in dump_op() 93 _debug_printf("b"); in dump_op() 105 _debug_printf("_gt"); in dump_op() 108 _debug_printf("_eq"); in dump_op() 111 _debug_printf("_ge"); in dump_op() 114 _debug_printf("_lt"); in dump_op() [all …]
|
D | svga_shader_op.c | 159 _debug_printf("Missing information for opcode %u, '%s'\n", op, in svga_opcode_info()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_compiler.c | 73 _debug_printf("Unexpected shader type: %d\n", type); in nv30_codegen() 129 _debug_printf("Error compiling program: %d\n", ret); in nouveau_codegen() 156 _debug_printf("Must specify a chipset (-a)\n"); in main() 161 _debug_printf("Must specify a filename\n"); in main() 171 _debug_printf("Error opening file '%s': %s\n", filename, strerror(errno)); in main() 176 _debug_printf("Error reading file '%s'\n", filename); in main() 182 _debug_printf("Compiling for NV%X\n", chipset); in main() 197 _debug_printf("Unrecognized TGSI header\n"); in main() 202 _debug_printf("Failed to parse TGSI shader\n"); in main() 211 _debug_printf("chipset NV%02X not supported\n", chipset); in main() [all …]
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_debug.h | 62 _debug_printf(const char *format, ...) in _debug_printf() function 201 _debug_printf("%s\n", __FUNCTION__) 213 _debug_printf("%s:%u:%s\n", __FILE__, __LINE__, __FUNCTION__) 225 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg) 240 _debug_printf("%s:%u:%s: one time warning: %s\n", \ 256 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg) 259 _debug_printf("error: %s\n", __msg)
|
D | u_debug.c | 273 _debug_printf("%s: help for %s:\n", __FUNCTION__, name); in debug_get_flags_option() 277 _debug_printf("| %*s [0x%0*lx]%s%s\n", namealign, flags->name, in debug_get_flags_option() 307 _debug_printf("%s:%u:%s: Assertion `%s' failed.\n", file, line, function, expr); in _debug_assert_fail()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug.h | 68 _debug_printf(const char *format, ...) in _debug_printf() function 207 _debug_printf("%s\n", __FUNCTION__) 219 _debug_printf("%s:%u:%s\n", __FILE__, __LINE__, __FUNCTION__) 231 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg) 246 _debug_printf("%s:%u:%s: one time warning: %s\n", \ 262 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg) 265 _debug_printf("error: %s\n", __msg)
|
D | u_debug.c | 286 _debug_printf("%s: help for %s:\n", __FUNCTION__, name); in debug_get_flags_option() 290 _debug_printf("| %*s [0x%0*"PRIx64"]%s%s\n", namealign, flags->name, in debug_get_flags_option() 320 _debug_printf("%s:%u:%s: Assertion `%s' failed.\n", in _debug_assert_fail()
|
D | u_debug_symbol.c | 84 _debug_printf("warning: mgwhelp.dll not found: symbol names will not be resolved\n" in getDbgHelpProcAddress()
|
D | u_blitter.c | 534 _debug_printf("u_blitter:%i: Caught recursion. This is a driver bug.\n", in util_blitter_set_running_flag() 545 _debug_printf("u_blitter:%i: Caught recursion. This is a driver bug.\n", in util_blitter_unset_running_flag()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_context.c | 144 _debug_printf("wgl: GetModuleHandleA(\"opengl32.dll\") failed\n"); in wglCreateContextAttribsARB() 152 _debug_printf("wgl: failed to get wglCreateContext()\n"); in wglCreateContextAttribsARB() 160 _debug_printf("wgl: failed to get wglDeleteContext()\n"); in wglCreateContextAttribsARB()
|
D | stw_st.c | 64 _debug_printf("%p %p\n", cs->OwningThread, dummy.OwningThread); in stw_own_mutex()
|
D | stw_nopfuncs.c | 49 _debug_printf("Application calling unsupported %s function\n", name+4); in warning()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_intr.c | 136 _debug_printf("Unhandled function attribute: %x\n", attr); in lp_attr_to_llvm_attr() 157 _debug_printf("Unhandled function attribute: %x\n", attr); in attr_to_str()
|
D | lp_bld_tgsi_aos.c | 314 _debug_printf("warning: found texture instruction but no sampler generator supplied\n"); in emit_tex() 350 _debug_printf("warning: found texture instruction but no sampler generator supplied\n"); in emit_sample() 958 _debug_printf("warning: failed to translate tgsi opcode %s to LLVM\n", in lp_build_tgsi_aos()
|
D | lp_bld_init.c | 242 _debug_printf("%s\n", error); in init_gallivm_engine()
|
D | lp_bld_tgsi.c | 547 _debug_printf("warning: failed to translate tgsi opcode %s to LLVM\n", in lp_build_tgsi_llvm()
|
D | lp_bld_tgsi_soa.c | 2046 _debug_printf("warning: found texture instruction but no sampler generator supplied\n"); in emit_tex() 2253 _debug_printf("warning: found texture instruction but no sampler generator supplied\n"); in emit_sample() 2431 _debug_printf("warning: found texture instruction but no sampler generator supplied\n"); in emit_fetch_texels() 2574 _debug_printf("warning: found texture query instruction but no sampler generator supplied\n"); in emit_size_query()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_tile_cache.c | 220 _debug_printf("miss at %u: x=%d y=%d z=%d face=%d level=%d\n" in sp_find_cached_tile_tex()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_run.c | 254 _debug_printf("pp: Failed to translate a shader for %s\n", name); in pp_tgsi_to_state()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_sampler.c | 416 _debug_printf("context mismatch in %s\n", __func__); in svga_sampler_view_destroy()
|
D | svga_surface.c | 637 _debug_printf("context mismatch in %s\n", __func__); in svga_surface_destroy()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_lowering.c | 1486 _debug_printf("BEFORE:"); in tgsi_transform_lowering() 1585 _debug_printf("AFTER:"); in tgsi_transform_lowering()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 1170 _debug_printf("Error: failed to compile this fragment program:\n"); in _nvfx_fragprog_translate()
|