Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c45 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT1\n"); in dump_SVGA3dVertexDecl()
48 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT2\n"); in dump_SVGA3dVertexDecl()
51 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT3\n"); in dump_SVGA3dVertexDecl()
54 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT4\n"); in dump_SVGA3dVertexDecl()
57 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_D3DCOLOR\n"); in dump_SVGA3dVertexDecl()
60 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_UBYTE4\n"); in dump_SVGA3dVertexDecl()
63 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT2\n"); in dump_SVGA3dVertexDecl()
66 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT4\n"); in dump_SVGA3dVertexDecl()
69 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_UBYTE4N\n"); in dump_SVGA3dVertexDecl()
72 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT2N\n"); in dump_SVGA3dVertexDecl()
[all …]
Dsvga_shader_dump.c66 _debug_printf(" "); in dump_indent()
75 _debug_printf("(p0) "); in dump_op()
78 _debug_printf( "+" ); in dump_op()
79 _debug_printf( "%s", mnemonic ); in dump_op()
87 _debug_printf("p"); in dump_op()
90 _debug_printf("b"); in dump_op()
102 _debug_printf("_gt"); in dump_op()
105 _debug_printf("_eq"); in dump_op()
108 _debug_printf("_ge"); in dump_op()
111 _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/auxiliary/util/
Du_debug.h60 _debug_printf(const char *format, ...) in _debug_printf() function
186 _debug_printf("%s\n", __FUNCTION__)
198 _debug_printf("%s:%u:%s\n", __FILE__, __LINE__, __FUNCTION__)
210 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
225 _debug_printf("%s:%u:%s: one time warning: %s\n", \
241 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
244 _debug_printf("error: %s\n", __msg)
Du_debug.c242 _debug_printf("%s: help for %s:\n", __FUNCTION__, name); in debug_get_flags_option()
246 _debug_printf("| %*s [0x%0*lx]%s%s\n", namealign, flags->name, in debug_get_flags_option()
276 _debug_printf("%s:%u:%s: Assertion `%s' failed.\n", file, line, function, expr); in _debug_assert_fail()
280 _debug_printf("continuing...\n"); in _debug_assert_fail()
Du_blitter.c344 _debug_printf("u_blitter:%i: Caught recursion. This is a driver bug.\n", in blitter_set_running_flag()
353 _debug_printf("u_blitter:%i: Caught recursion. This is a driver bug.\n", in blitter_unset_running_flag()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.cpp109 _debug_printf("%*s", Size, Ptr); in write_impl()
Dlp_bld_init.c268 _debug_printf("%s\n", error); in init_gallivm_engine()
Dlp_bld_tgsi.c385 _debug_printf("warning: failed to translate tgsi opcode %s to LLVM\n", in lp_build_tgsi_llvm()
Dlp_bld_tgsi_aos.c370 _debug_printf("warning: found texture instruction but no sampler generator supplied\n"); in emit_tex()
1083 _debug_printf("warning: failed to translate tgsi opcode %s to LLVM\n", in lp_build_tgsi_aos()
Dlp_bld_tgsi_soa.c1156 _debug_printf("warning: found texture instruction but no sampler generator supplied\n"); in emit_tex()
1353 _debug_printf("warning: found texture query instruction but no sampler generator supplied\n"); in emit_txq()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_tile_cache.c244 _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/tgsi/
Dtgsi_ppc.c1295 _debug_printf("# "); in tgsi_emit_ppc()
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_fragprog.c1233 _debug_printf("Error: failed to compile this fragment program:\n"); in _nvfx_fragprog_translate()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_screen.h132_debug_printf("Warning: driver does not even meet D3D_FEATURE_LEVEL_9_1 features, advertising it a… in GalliumD3D11ScreenImpl()