HomeSort by relevance Sort by last modified time
    Searched refs:_debug_printf (Results 1 - 21 of 21) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c 62 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT1\n");
65 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT2\n");
68 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT3\n");
71 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT4\n");
74 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_D3DCOLOR\n");
77 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_UBYTE4\n");
80 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT2\n");
83 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT4\n");
86 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_UBYTE4N\n");
89 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT2N\n")
    [all...]
svga_shader_dump.c 69 _debug_printf(" ");
78 _debug_printf("(p0) ");
81 _debug_printf( "+" );
82 _debug_printf( "%s", mnemonic );
90 _debug_printf("p");
93 _debug_printf("b");
105 _debug_printf("_gt");
108 _debug_printf("_eq");
111 _debug_printf("_ge");
114 _debug_printf("_lt")
    [all...]
svga_shader_op.c 159 _debug_printf("Missing information for opcode %u, '%s'\n", op,
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_compiler.c 73 _debug_printf("Unexpected shader type: %d\n", type);
128 _debug_printf("Error compiling program: %d\n", ret);
155 _debug_printf("Must specify a chipset (-a)\n");
160 _debug_printf("Must specify a filename\n");
170 _debug_printf("Error opening file '%s': %s\n", filename, strerror(errno));
175 _debug_printf("Error reading file '%s'\n", filename);
181 _debug_printf("Compiling for NV%X\n", chipset);
196 _debug_printf("Unrecognized TGSI header\n");
201 _debug_printf("Failed to parse TGSI shader\n");
210 _debug_printf("chipset NV%02X not supported\n", chipset)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.h 68 _debug_printf(const char *format, ...) function
207 _debug_printf("%s\n", __FUNCTION__)
219 _debug_printf("%s:%u:%s\n", __FILE__, __LINE__, __FUNCTION__)
231 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
246 _debug_printf("%s:%u:%s: one time warning: %s\n", \
262 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
265 _debug_printf("error: %s\n", __msg)
u_debug.c 285 _debug_printf("%s: help for %s:\n", __FUNCTION__, name);
289 _debug_printf("| %*s [0x%0*"PRIx64"]%s%s\n", namealign, flags->name,
319 _debug_printf("%s:%u:%s: Assertion `%s' failed.\n",
u_debug_symbol.c 84 _debug_printf("warning: mgwhelp.dll not found: symbol names will not be resolved\n"
u_blitter.c 509 _debug_printf("u_blitter:%i: Caught recursion. This is a driver bug.\n",
520 _debug_printf("u_blitter:%i: Caught recursion. This is a driver bug.\n",
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_context.c 144 _debug_printf("wgl: GetModuleHandleA(\"opengl32.dll\") failed\n");
152 _debug_printf("wgl: failed to get wglCreateContext()\n");
160 _debug_printf("wgl: failed to get wglDeleteContext()\n");
stw_st.c 64 _debug_printf("%p %p\n", cs->OwningThread, dummy.OwningThread);
stw_nopfuncs.c 49 _debug_printf("Application calling unsupported %s function\n", name+4);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_intr.c 136 _debug_printf("Unhandled function attribute: %x\n", attr);
154 _debug_printf("Unhandled function attribute: %x\n", attr);
lp_bld_tgsi_aos.c 355 _debug_printf("warning: found texture instruction but no sampler generator supplied\n");
391 _debug_printf("warning: found texture instruction but no sampler generator supplied\n");
1041 _debug_printf("warning: failed to translate tgsi opcode %s to LLVM\n",
lp_bld_init.c 258 _debug_printf("%s\n", error);
lp_bld_tgsi.c 524 _debug_printf("warning: failed to translate tgsi opcode %s to LLVM\n",
lp_bld_tgsi_soa.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_run.c 254 _debug_printf("pp: Failed to translate a shader for %s\n", name);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_tile_cache.c 220 _debug_printf("miss at %u: x=%d y=%d z=%d face=%d level=%d\n"
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_sampler.c 395 _debug_printf("context mismatch in %s\n", __func__);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_lowering.c     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nvfx_fragprog.c     [all...]

Completed in 383 milliseconds