Home
last modified time | relevance | path

Searched refs:GetShaderCorpusName (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/common/
H A DStats.cpp95 fprintf(fileName, "%s,", IGC::Debug::GetShaderCorpusName() ); in printSumShaderStats()
667 if (strlen(IGC::Debug::GetShaderCorpusName()) == 0) in printSumTime()
903 FS << "CorpusName: \"" << IGC::Debug::GetShaderCorpusName() << "\"\n"; in printSumTimeTable()
1043 if (strlen(IGC::Debug::GetShaderCorpusName()) == 0) in printTimeCSV()
1046 subFile += IGC::Debug::GetShaderCorpusName(); in printTimeCSV()
1107 if (strlen(IGC::Debug::GetShaderCorpusName()) == 0) in printPerPassTimeCSV()
1110 subFile += IGC::Debug::GetShaderCorpusName(); in printPerPassTimeCSV()
1203 IGC::Debug::GetShaderCorpusName() ); in CreateMemStatsFiles()
1207 IGC::Debug::GetShaderCorpusName() ); in CreateMemStatsFiles()
1211 IGC::Debug::GetShaderCorpusName() ); in CreateMemStatsFiles()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorCommon/
H A DcustomApi.hpp192 CorpusName IGC_DEBUG_API_CALL GetShaderCorpusName();
259 inline CorpusName IGC_DEBUG_API_CALL GetShaderCorpusName() { return ""; } in GetShaderCorpusName() function
H A DcustomApi.cpp338 CorpusName IGC_DEBUG_API_CALL GetShaderCorpusName() in GetShaderCorpusName() function