Searched refs:_debug_printf (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.c | 45 _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 …]
|
D | svga_shader_dump.c | 66 _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 …]
|
D | svga_shader_op.c | 159 _debug_printf("Missing information for opcode %u, '%s'\n", op, in svga_opcode_info()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug.h | 60 _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)
|
D | u_debug.c | 242 _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()
|
D | u_blitter.c | 344 _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/ |
D | lp_bld_debug.cpp | 109 _debug_printf("%*s", Size, Ptr); in write_impl()
|
D | lp_bld_init.c | 268 _debug_printf("%s\n", error); in init_gallivm_engine()
|
D | lp_bld_tgsi.c | 385 _debug_printf("warning: failed to translate tgsi opcode %s to LLVM\n", in lp_build_tgsi_llvm()
|
D | lp_bld_tgsi_aos.c | 370 _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()
|
D | lp_bld_tgsi_soa.c | 1156 _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/ |
D | sp_tex_tile_cache.c | 244 _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/ |
D | tgsi_ppc.c | 1295 _debug_printf("# "); in tgsi_emit_ppc()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_fragprog.c | 1233 _debug_printf("Error: failed to compile this fragment program:\n"); in _nvfx_fragprog_translate()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_screen.h | 132 …_debug_printf("Warning: driver does not even meet D3D_FEATURE_LEVEL_9_1 features, advertising it a… in GalliumD3D11ScreenImpl()
|