Home
last modified time | relevance | path

Searched refs:fprintf (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
DgfdFileShader.cpp1928 fprintf(fp, "GX2AttribVar %s_attrib_vars[] = {\n", sName); in _GFDWriteGX2AttributesAsCode()
1933 fprintf(fp," {\"%s\", %s, %u, %u}%c\n", pAVI->name, in _GFDWriteGX2AttributesAsCode()
1937 fprintf(fp,"};\n"); in _GFDWriteGX2AttributesAsCode()
1939 fprintf(fp,"\n"); in _GFDWriteGX2AttributesAsCode()
1947 fprintf(fp, "GX2SamplerVar %s_sampler_vars[] = {\n", sName); in _GFDWriteGX2SamplersAsCode()
1952 fprintf(fp," {\"%s\", %s, %u}%c\n", pSVI->name, in _GFDWriteGX2SamplersAsCode()
1956 fprintf(fp,"};\n"); in _GFDWriteGX2SamplersAsCode()
1958 fprintf(fp,"\n"); in _GFDWriteGX2SamplersAsCode()
1966 fprintf(fp, "GX2UniformVar %s_uniforms[] = {\n", sName); in _GFDWriteGX2UniformsAsCode()
1971 fprintf(fp," {\"%s\", %s, %u, %u, ", pUVI->name, in _GFDWriteGX2UniformsAsCode()
[all …]
/CafeSDK-2.12.13-1/system/src/lib/szfile/
D7zAlloc.c27 fprintf(stderr, "\nAlloc %10d bytes; count = %10d", size, g_allocCount); in SzAlloc()
40 fprintf(stderr, "\nFree; count = %10d", g_allocCount); in SzFree()
52 fprintf(stderr, "\nAlloc_temp %10d bytes; count = %10d", size, g_allocCountTemp); in SzAllocTemp()
68 fprintf(stderr, "\nFree_temp; count = %10d", g_allocCountTemp); in SzFreeTemp()
/CafeSDK-2.12.13-1/system/src/tool/cafex/winmakebsf/
Dmakebsf.c82 fprintf(stderr, "%s: unable to allocate sufficient memory\n", AppName); in MakeBsf()
261 fprintf(stderr, "unable to open %s\n", token); in main()
302 fprintf(stderr, "unknown option %c\n", c); in main()
316 fprintf(stderr, "invalid argument\n"); in main()
347 fprintf(stderr, "%s: unable to open img output file\n", AppName); in main()
352 fprintf(stderr, "%s: failed to write img output file\n", AppName); in main()
/CafeSDK-2.12.13-1/system/include/cafe/curl/
Dmprintf.h53 # undef fprintf
63 # define fprintf curl_mfprintf macro
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp184 fprintf(stderr, "Ran out of memory while reading data!\n"); in appendBuffer()
628 fprintf(stderr, "Unknown optimization option: %s\n", str); in parseOptFlags()
1001 fprintf(fp, "Hardware Usage Statistics\n\n"); in DumpShaderStats()
1002 fprintf(fp, "Total HW instructions used: %5d\n", pStats->uNumInst); in DumpShaderStats()
1003 fprintf(fp, " ALU instructions used: %5d\n", pStats->uNumALUInst); in DumpShaderStats()
1004 fprintf(fp, " Tfetch instructions used: %5d\n", pStats->uNumTfetchInst); in DumpShaderStats()
1005 fprintf(fp, " Vfetch instructions used: %5d\n", pStats->uNumVfetchInst); in DumpShaderStats()
1006 fprintf(fp, " Control flow instructions: %5d\n", pStats->uNumCflowInst); in DumpShaderStats()
1007 fprintf(fp, "GPR pool size: %5d\n", pStats->uGPRPoolSize); in DumpShaderStats()
1008 fprintf(fp, "Num HW GPRs used: %5d\n", pStats->uNumTempReg); in DumpShaderStats()
[all …]