Lines Matching refs:fprintf
184 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()
1009 fprintf(fp, "Num HW clause temps used: %5d\n", pStats->uNumClauseTempReg); in DumpShaderStats()
1010 fprintf(fp, "External (API) ALU consts: %5d\n", pStats->uNumALUConstReg); in DumpShaderStats()
1026 fprintf(stderr, "ERROR: This version of gfd.dll is unable to handle compute shaders\n"); in WriteFileShader()
1030 fprintf(stderr, "ERROR: Unable to find WriteFileShader function in gfd.dll\n"); in WriteFileShader()
1049 fprintf(stderr, "ERROR: This version of gfd.dll is unable to handle compute shaders\n"); in AppendWriteFileShader()
1053 fprintf(stderr, "ERROR: Unable to find AppendWriteFileShader function in gfd.dll\n"); in AppendWriteFileShader()
1072 fprintf(stderr, "ERROR: This version of gfd.dll is unable to handle compute shaders\n"); in WriteFileShaderAsCode()
1076 fprintf(stderr, "ERROR: Unable to find WriteFileShaderAsCode function in gfd.dll\n"); in WriteFileShaderAsCode()
1162 fprintf(stderr, "Error: compute shader must be compiled on its own.\n"); in main()
1252 fprintf(stderr, "Unable to find GSH2PrintBuildTimeStats function in shaderUtils.dll\n"); in main()
1255 fprintf(stderr, "PrintBuildTimeStats failed\n"); in main()
1339 fprintf(stderr, "%s\n", compileOutput.pInfoLog); in main()