Home
last modified time | relevance | path

Searched refs:m_CoarseOutput (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPixelShaderCodeGen.hpp183 std::map<unsigned int, CVariable*> m_CoarseOutput; member in IGC::CPixelShader
H A DPixelShaderCodeGen.cpp344 for (const auto& it : m_CoarseOutput) in AllocatePSPayload()
762 m_CoarseOutput.clear(); in InitEncoder()
1188 IGC_ASSERT(m_CoarseOutput.find(index) == m_CoarseOutput.end()); in AddCoarseOutput()
1189 m_CoarseOutput[index] = output; in AddCoarseOutput()