/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
svga_dump.c | 45 _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("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT2N\n") [all...] |
svga_shader_dump.c | 66 _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("_lt") [all...] |
svga_shader_op.c | 159 _debug_printf("Missing information for opcode %u, '%s'\n", op,
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug.h | 60 _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)
|
u_debug.c | 242 _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");
|
u_blitter.c | 344 _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", [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_debug.cpp | 109 _debug_printf("%*s", Size, Ptr);
|
lp_bld_init.c | 268 _debug_printf("%s\n", error);
|
lp_bld_tgsi.c | 385 _debug_printf("warning: failed to translate tgsi opcode %s to LLVM\n",
|
lp_bld_tgsi_aos.c | 370 _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",
|
lp_bld_tgsi_soa.c | [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_tile_cache.c | 244 _debug_printf("miss at %u: x=%d y=%d z=%d face=%d level=%d\n"
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_ppc.c | [all...] |
/external/mesa3d/src/gallium/drivers/nv30/ |
nvfx_fragprog.c | [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_screen.h | 132 _debug_printf("Warning: driver does not even meet D3D_FEATURE_LEVEL_9_1 features, advertising it anyway!\n"); [all...] |