Home
last modified time | relevance | path

Searched refs:SupportMoreThan16Samplers (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 DDriverInfo.hpp115 virtual bool SupportMoreThan16Samplers() const { return false; } in SupportMoreThan16Samplers() function in IGC::CDriverInfo
H A DCISABuilder.cpp2403 if (m_program->GetContext()->m_DriverInfo.SupportMoreThan16Samplers()) in GetSamplerOperand()