We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f706e6 commit fff4b09Copy full SHA for fff4b09
IGC/Compiler/CISACodeGen/ShaderCodeGen.hpp
@@ -719,10 +719,6 @@ class CShader
719
CVariable* m_ImplArgBufPtr = nullptr;
720
CVariable* m_LocalIdBufPtr = nullptr;
721
CVariable* m_GlobalBufferArg = nullptr;
722
-
723
- /// holds max number of inputs that can be pushed for this shader unit
724
- static const uint32_t m_pMaxNumOfPushedInputs;
725
726
SProgramOutput m_simdProgram;
727
728
// for each vector BCI whose uses are all extractElt with imm offset,
0 commit comments