mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 13:48:30 +09:00
[Refactor, Test] (MG_State, MG_Util): split the link into ProgramLinkTask (query surface) and a chained ProgramSpirvTask behind its own join gate
This commit is contained in:
@@ -37,6 +37,7 @@ namespace MobileGL::MG_Util::Debug {
|
||||
kTempStageProbeSpvcRouting,
|
||||
kTempStageProbeCompileTaskTotal,
|
||||
kTempStageProbeLinkTaskTotal,
|
||||
kTempStageProbeSpirvTaskTotal,
|
||||
kTempStageProbeStageCount
|
||||
};
|
||||
|
||||
@@ -52,6 +53,7 @@ namespace MobileGL::MG_Util::Debug {
|
||||
"spvc-routing",
|
||||
"compiletask-total[superset]",
|
||||
"linktask-total[superset]",
|
||||
"spirvtask-total[superset]",
|
||||
};
|
||||
|
||||
inline std::atomic<unsigned long long> tempStageProbeMicros[kTempStageProbeStageCount] = {};
|
||||
|
||||
Reference in New Issue
Block a user