Searched refs:_debug_printf (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c45 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT1\n");
48 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT2\n");
51 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT3\n");
54 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT4\n");
57 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_D3DCOLOR\n");
60 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_UBYTE4\n");
63 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT2\n");
66 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT4\n");
69 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_UBYTE4N\n");
72 _debug_printf("\
[all...]
H A Dsvga_shader_dump.c66 _debug_printf(" ");
75 _debug_printf("(p0) ");
78 _debug_printf( "+" );
79 _debug_printf( "%s", mnemonic );
87 _debug_printf("p");
90 _debug_printf("b");
102 _debug_printf("_gt");
105 _debug_printf("_eq");
108 _debug_printf("_ge");
111 _debug_printf("_l
[all...]
H A Dsvga_shader_op.c159 _debug_printf("Missing information for opcode %u, '%s'\n", op,
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c45 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT1\n");
48 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT2\n");
51 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT3\n");
54 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT4\n");
57 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_D3DCOLOR\n");
60 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_UBYTE4\n");
63 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT2\n");
66 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT4\n");
69 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_UBYTE4N\n");
72 _debug_printf("\
[all...]
H A Dsvga_shader_dump.c66 _debug_printf(" ");
75 _debug_printf("(p0) ");
78 _debug_printf( "+" );
79 _debug_printf( "%s", mnemonic );
87 _debug_printf("p");
90 _debug_printf("b");
102 _debug_printf("_gt");
105 _debug_printf("_eq");
108 _debug_printf("_ge");
111 _debug_printf("_l
[all...]
H A Dsvga_shader_op.c159 _debug_printf("Missing information for opcode %u, '%s'\n", op,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug.h61 _debug_printf(const char *format, ...) function
187 _debug_printf("%s\n", __FUNCTION__)
199 _debug_printf("%s:%u:%s\n", __FILE__, __LINE__, __FUNCTION__)
211 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
226 _debug_printf("%s:%u:%s: one time warning: %s\n", \
242 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
245 _debug_printf("error: %s\n", __msg)
H A Du_debug.c242 _debug_printf("%s: help for %s:\n", __FUNCTION__, name);
246 _debug_printf("| %*s [0x%0*lx]%s%s\n", namealign, flags->name,
276 _debug_printf("%s:%u:%s: Assertion `%s' failed.\n", file, line, function, expr);
280 _debug_printf("continuing...\n");
H A Du_blitter.c344 _debug_printf("u_blitter:%i: Caught recursion. This is a driver bug.\n",
353 _debug_printf("u_blitter:%i: Caught recursion. This is a driver bug.\n",
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug.h60 _debug_printf(const char *format, ...) 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)
H A Du_debug.c242 _debug_printf("%s: help for %s:\n", __FUNCTION__, name);
246 _debug_printf("| %*s [0x%0*lx]%s%s\n", namealign, flags->name,
276 _debug_printf("%s:%u:%s: Assertion `%s' failed.\n", file, line, function, expr);
280 _debug_printf("continuing...\n");
H A Du_blitter.c344 _debug_printf("u_blitter:%i: Caught recursion. This is a driver bug.\n",
353 _debug_printf("u_blitter:%i: Caught recursion. This is a driver bug.\n",
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp109 _debug_printf("%*s", Size, Ptr);
H A Dlp_bld_init.c268 _debug_printf("%s\n", error);
H A Dlp_bld_tgsi.c385 _debug_printf("warning: failed to translate tgsi opcode %s to LLVM\n",
H A Dlp_bld_tgsi_aos.c370 _debug_printf("warning: found texture instruction but no sampler generator supplied\n");
1083 _debug_printf("warning: failed to translate tgsi opcode %s to LLVM\n",
H A Dlp_bld_tgsi_soa.c1156 _debug_printf("warning: found texture instruction but no sampler generator supplied\n");
1353 _debug_printf("warning: found texture query instruction but no sampler generator supplied\n");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_tile_cache.c244 _debug_printf("miss at %u: x=%d y=%d z=%d face=%d level=%d\n"
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp109 _debug_printf("%*s", Size, Ptr);
H A Dlp_bld_init.c268 _debug_printf("%s\n", error);
H A Dlp_bld_tgsi.c385 _debug_printf("warning: failed to translate tgsi opcode %s to LLVM\n",
H A Dlp_bld_tgsi_aos.c370 _debug_printf("warning: found texture instruction but no sampler generator supplied\n");
1083 _debug_printf("warning: failed to translate tgsi opcode %s to LLVM\n",
H A Dlp_bld_tgsi_soa.c1156 _debug_printf("warning: found texture instruction but no sampler generator supplied\n");
1353 _debug_printf("warning: found texture query instruction but no sampler generator supplied\n");
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_tile_cache.c244 _debug_printf("miss at %u: x=%d y=%d z=%d face=%d level=%d\n"
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c1295 _debug_printf("# ");

Completed in 2998 milliseconds

12