Home
last modified time | relevance | path

Searched refs:clipCullAsInput (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 DCollectGeometryShaderProperties.cpp146 auto clipCullAsInput = (pGlobal == nullptr) ? false : true; in ExtractGlobalVariables() local
147 m_gsProps.Input().PerVertex().HasClipDistances(clipCullAsInput); in ExtractGlobalVariables()
H A DHullShaderLowering.cpp755 auto clipCullAsInput = (pGlobal == nullptr) ? false : true; in gatherInformation() local
759 clipCullAsInput = true; in gatherInformation()
762 m_hsProps.m_HasClipCullAsInput = clipCullAsInput; in gatherInformation()