Searched refs:fprintf (Results 1 – 5 of 5) sorted by relevance
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/gfd/ |
| D | gfdFileShader.cpp | 1928 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/system/src/lib/szfile/ |
| D | 7zAlloc.c | 27 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/system/src/tool/cafex/winmakebsf/ |
| D | makebsf.c | 82 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/system/include/cafe/curl/ |
| D | mprintf.h | 53 # undef fprintf 63 # define fprintf curl_mfprintf macro
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/ |
| D | gshCompile.cpp | 178 fprintf(stderr, "Ran out of memory while reading data!\n"); in appendBuffer() 621 fprintf(stderr, "Unknown optimization option: %s\n", str); in parseOptFlags() 984 fprintf(fp, "Hardware Usage Statistics\n\n"); in DumpShaderStats() 985 fprintf(fp, "Total HW instructions used: %5d\n", pStats->uNumInst); in DumpShaderStats() 986 fprintf(fp, " ALU instructions used: %5d\n", pStats->uNumALUInst); in DumpShaderStats() 987 fprintf(fp, " Tfetch instructions used: %5d\n", pStats->uNumTfetchInst); in DumpShaderStats() 988 fprintf(fp, " Vfetch instructions used: %5d\n", pStats->uNumVfetchInst); in DumpShaderStats() 989 fprintf(fp, " Control flow instructions: %5d\n", pStats->uNumCflowInst); in DumpShaderStats() 990 fprintf(fp, "GPR pool size: %5d\n", pStats->uGPRPoolSize); in DumpShaderStats() 991 fprintf(fp, "Num HW GPRs used: %5d\n", pStats->uNumTempReg); in DumpShaderStats() [all …]
|