Skip to content

Commit da249a0

Browse files
fftzengsys_zuul
authored andcommitted
PSO per-stage compilation - part 2
Change-Id: Id4bff6f2ce901550c973a81ca0f4434f7b442c76
1 parent 9149da4 commit da249a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

IGC/common/Types.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,17 @@ class ShaderHash
4646
: asmHash(0)
4747
, nosHash(0)
4848
, psoHash(0)
49+
, perStagePsoHash(0)
4950
{}
5051
QWORD getAsmHash() const { return asmHash; }
5152
QWORD getNosHash() const { return nosHash; }
5253
QWORD getPsoHash() const { return psoHash; }
54+
QWORD getPerStagePsoHash() const { return perStagePsoHash; }
5355

5456
QWORD asmHash;
5557
QWORD nosHash;
5658
QWORD psoHash;
59+
QWORD perStagePsoHash;
5760
};
5861

5962
enum class SIMDMode : unsigned char

0 commit comments

Comments
 (0)