Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DDriverInfo.hpp307 virtual bool supportsAutoGRFSelection() const { return autoGRFSelection; } in supportsAutoGRFSelection()
308 virtual void setAutoGRFSelection(bool value) { autoGRFSelection = value; } in setAutoGRFSelection()
312 bool autoGRFSelection = false; member in IGC::CDriverInfo