Home
last modified time | relevance | path

Searched refs:reqNumOfInputAttributesPerICP (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 DHullShaderCodeGen.cpp374 … uint32_t reqNumOfInputAttributesPerICP = iSTD::Align(m_properties.m_pMaxInputSignatureCount, 2); in GetMaxNumOfPushedInputs() local
384 iSTD::Min(reqNumOfInputAttributesPerICP, maxNumOfPushedInputAttributesPerICP); in GetMaxNumOfPushedInputs()
H A DHullShaderLowering.cpp827 uint32_t reqNumOfInputAttributesPerICP = iSTD::Align(m_pMaxInputSignatureCount, 2); in GetMaxInputPushed() local
837 iSTD::Min(reqNumOfInputAttributesPerICP, maxNumOfPushedInputAttributesPerICP); in GetMaxInputPushed()