Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.cpp4155 return maxExSize; in getMaxExecSize()
4162 return roundDownPow2(maxExSize); in getMaxExecSize()
4172 return roundDownPow2(maxExSize); in getMaxExecSize()
4184 for (int i = pos + 4; i < (pos + maxExSize); i += 4) in getMaxExecSize()
4228 bool contRegion = desc->isContiguous(maxExSize + (pos % desc->width)); in getMaxExecSize()
4250 if (maxExSize < size) in getMaxExecSize()
4328 for (int i = pos + 1; i < (pos + maxExSize); i++) in getMaxExecSize()
5397 uint8_t G4_DstRegRegion::getMaxExecSize(int pos, uint8_t maxExSize, bool twoGRFsrc) in getMaxExecSize() argument
5401 return roundDownPow2(maxExSize); in getMaxExecSize()
5406 uint8_t maxSize = roundDownPow2(maxExSize); in getMaxExecSize()
[all …]
H A DG4_IR.hpp3210 …uint8_t getMaxExecSize(int pos, uint8_t maxExSize, bool allowCrossGRF, uint16_t &vs, uint16_t &wd,…
3390 uint8_t getMaxExecSize(int pos, uint8_t maxExSize, bool twoGRFsrc);