Home
last modified time | relevance | path

Searched refs:pStats (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Query.h182 GX2StreamOutStats* pStats);
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp991 void DumpShaderStats(const char *pFileName, GSH2ShaderStats *pStats) in DumpShaderStats() argument
995 if (pStats != NULL) 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()
[all …]
DgshCompile.h69 typedef GX2Boolean (*PGSH2PrintBuildTimeStats)(const char *pFilename, GSH2BuildTimeStats *pStats, G…
/CafeSDK-2.12.13-1/system/src/tool/gfx/include/
DshaderUtils.h592 …H2API GSH2PrintBuildTimeStats(const char *pFileName, GSH2BuildTimeStats *pStats, GX2Boolean bAppen…