Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DInstSplit.cpp418 uint32_t dstLeftBound = 0, dstRightBound = 0; in compareSrcDstRegRegion() local
420 computeDstBounds(dstRegion, dstLeftBound, dstRightBound); in compareSrcDstRegRegion()
423 if (dstRightBound < srcLeftBound || srcRightBound < dstLeftBound) in compareSrcDstRegRegion()
428 dstRightBound == srcRightBound && in compareSrcDstRegRegion()