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 470b43e commit be47a20Copy full SHA for be47a20
IGC/common/MDFrameWork.h
@@ -373,6 +373,7 @@ namespace IGC
373
374
unsigned int privateMemoryPerWI = 0;
375
std::array<uint64_t, NUM_SHADER_RESOURCE_VIEW_SIZE> m_ShaderResourceViewMcsMask{};
376
+ unsigned int computedDepthMode = 0; //Defaults to 0 meaning depth mode is off
377
};
378
void serialize(const IGC::ModuleMetaData &moduleMD, llvm::Module* module);
379
void deserialize(IGC::ModuleMetaData &deserializedMD, const llvm::Module* module);
0 commit comments