Home
last modified time | relevance | path

Searched refs:_debug_printf (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c62 _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 …]
Dsvga_shader_dump.c69 _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 …]
Dsvga_shader_op.c159 _debug_printf("Missing information for opcode %u, '%s'\n", op, in svga_opcode_info()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_compiler.c73 _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/
Du_debug.h62 _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)
Du_debug.c273 _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/
Du_debug.h68 _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)
Du_debug.c286 _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()
Du_debug_symbol.c84 _debug_printf("warning: mgwhelp.dll not found: symbol names will not be resolved\n" in getDbgHelpProcAddress()
Du_blitter.c534 _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/
Dstw_ext_context.c144 _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()
Dstw_st.c64 _debug_printf("%p %p\n", cs->OwningThread, dummy.OwningThread); in stw_own_mutex()
Dstw_nopfuncs.c49 _debug_printf("Application calling unsupported %s function\n", name+4); in warning()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c136 _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()
Dlp_bld_tgsi_aos.c314 _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()
Dlp_bld_init.c242 _debug_printf("%s\n", error); in init_gallivm_engine()
Dlp_bld_tgsi.c547 _debug_printf("warning: failed to translate tgsi opcode %s to LLVM\n", in lp_build_tgsi_llvm()
Dlp_bld_tgsi_soa.c2046 _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/
Dsp_tex_tile_cache.c220 _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/
Dpp_run.c254 _debug_printf("pp: Failed to translate a shader for %s\n", name); in pp_tgsi_to_state()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_sampler.c416 _debug_printf("context mismatch in %s\n", __func__); in svga_sampler_view_destroy()
Dsvga_surface.c637 _debug_printf("context mismatch in %s\n", __func__); in svga_surface_destroy()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_lowering.c1486 _debug_printf("BEFORE:"); in tgsi_transform_lowering()
1585 _debug_printf("AFTER:"); in tgsi_transform_lowering()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c1170 _debug_printf("Error: failed to compile this fragment program:\n"); in _nvfx_fragprog_translate()