Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DSpillManagerGMRF.cpp5082 auto numGRFToWrite = getPayloadSizeGRF(numRows); in expandSpillLSC() local
5093 dataShape.elems = builder->lscGetElementNum(numGRFToWrite * getGRFSize() / 4); in expandSpillLSC()
5130 numRows -= numGRFToWrite; in expandSpillLSC()
5131 rowOffset += numGRFToWrite; in expandSpillLSC()
5132 spillOffset += numGRFToWrite * getGRFSize(); in expandSpillLSC()