Lines Matching refs:fprintf

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()
992 fprintf(fp, "Num HW clause temps used: %5d\n", pStats->uNumClauseTempReg); in DumpShaderStats()
993 fprintf(fp, "External (API) ALU consts: %5d\n", pStats->uNumALUConstReg); in DumpShaderStats()
1009 fprintf(stderr, "ERROR: This version of gfd.dll is unable to handle compute shaders\n"); in WriteFileShader()
1013 fprintf(stderr, "ERROR: Unable to find WriteFileShader function in gfd.dll\n"); in WriteFileShader()
1032 fprintf(stderr, "ERROR: This version of gfd.dll is unable to handle compute shaders\n"); in AppendWriteFileShader()
1036 fprintf(stderr, "ERROR: Unable to find AppendWriteFileShader function in gfd.dll\n"); in AppendWriteFileShader()
1055 fprintf(stderr, "ERROR: This version of gfd.dll is unable to handle compute shaders\n"); in WriteFileShaderAsCode()
1059 fprintf(stderr, "ERROR: Unable to find WriteFileShaderAsCode function in gfd.dll\n"); in WriteFileShaderAsCode()
1141 fprintf(stderr, "Error: compute shader must be compiled on its own.\n"); in main()
1288 fprintf(stderr, "%s\n", compileOutput.pInfoLog); in main()