/external/chromium_org/third_party/mesa/src/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_dump.py | 74 print ' _debug_printf("\\t\\t%s = %s\\n");' % (self._instance, name) 77 print ' _debug_printf("\\t\\t%s = %%i\\n", %s);' % (self._instance, "(*cmd)" + self._instance) 81 print ' _debug_printf("\\t\\t%s = %%i\\n", %s);' % (self._instance, "(*cmd)" + self._instance) 157 print ' _debug_printf("\\t\\t%s = %s\\n", %s);' % (self.instance, format, "(*cmd)" + self.instance) 220 print ' _debug_printf("\\t%s\\n");' % id 247 print ' _debug_printf("\\t0x%08x\\n", cmd_id);' 252 _debug_printf("\t\t0x%08x\n", *(const uint32_t *)body); 256 _debug_printf("\t\t0x%02x\n", *body++); 282 _debug_printf("\tSVGA_CMD_FENCE\n"); 283 _debug_printf("\t\t0x%08x\n", ((const uint32_t *)next)[1]) [all...] |
svga_shader_op.c | 159 _debug_printf("Missing information for opcode %u, '%s'\n", op,
|
/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_dump.py | 74 print ' _debug_printf("\\t\\t%s = %s\\n");' % (self._instance, name) 77 print ' _debug_printf("\\t\\t%s = %%i\\n", %s);' % (self._instance, "(*cmd)" + self._instance) 81 print ' _debug_printf("\\t\\t%s = %%i\\n", %s);' % (self._instance, "(*cmd)" + self._instance) 157 print ' _debug_printf("\\t\\t%s = %s\\n", %s);' % (self.instance, format, "(*cmd)" + self.instance) 220 print ' _debug_printf("\\t%s\\n");' % id 247 print ' _debug_printf("\\t0x%08x\\n", cmd_id);' 252 _debug_printf("\t\t0x%08x\n", *(const uint32_t *)body); 256 _debug_printf("\t\t0x%02x\n", *body++); 282 _debug_printf("\tSVGA_CMD_FENCE\n"); 283 _debug_printf("\t\t0x%08x\n", ((const uint32_t *)next)[1]) [all...] |
svga_shader_op.c | 159 _debug_printf("Missing information for opcode %u, '%s'\n", op,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_debug.h | 61 _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)
|
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");
|
/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");
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/ |
xlib_sw_winsys.c | 339 /* _debug_printf("XSHM\n"); */ 357 /* _debug_printf("XPUT\n"); */
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
xlib_sw_winsys.c | 339 /* _debug_printf("XSHM\n"); */ 357 /* _debug_printf("XPUT\n"); */
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_debug.cpp | 109 _debug_printf("%*s", Size, Ptr);
|
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_init.c | 268 _debug_printf("%s\n", error);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 222 _debug_printf("INV %d %d\n", tc->timestamp, spt->timestamp);
|
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/gallivm/ |
lp_bld_debug.cpp | 109 _debug_printf("%*s", Size, Ptr);
|
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",
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 222 _debug_printf("INV %d %d\n", tc->timestamp, spt->timestamp);
|
sp_tex_tile_cache.c | 244 _debug_printf("miss at %u: x=%d y=%d z=%d face=%d level=%d\n"
|