Home
last modified time | relevance | path

Searched refs:m_hasDualBlendSource (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.hpp161 bool m_hasDualBlendSource; member in IGC::CPixelShader
H A DPixelShaderCodeGen.cpp682 m_hasDualBlendSource = false; in CPixelShader()
964 m_hasDualBlendSource = true; in ParseShaderSpecificOpcode()
1278 if (m_hasDualBlendSource && simdMode != SIMDMode::SIMD8 && in CompileSIMDSize()