Searched refs:resultRgn (Results 1 – 3 of 3) sorted by relevance
/dports/audio/strawberry/strawberry-1.0.0/src/core/ |
H A D | utilities.cpp | 998 HRGN resultRgn = nullptr; in toHRGN() 1000 resultRgn = qt_RectToHRGN(rects[0]); in toHRGN() 1003 const int res = CombineRgn(resultRgn, resultRgn, tmpRgn, RGN_OR); in toHRGN() 1008 return resultRgn; in toHRGN()
|
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/ |
H A D | SpillManagerGMRF.cpp | 5474 auto fillDst = builder->createDst(resultRgn->getBase(), rowOffset, in expandFillNonStackcall() 5475 0, resultRgn->getHorzStride(), resultRgn->getType()); in expandFillNonStackcall() 5513 auto fillDst = builder->createDst(resultRgn->getBase(), rowOffset, in expandFillNonStackcall() 5514 0, resultRgn->getHorzStride(), resultRgn->getType()); in expandFillNonStackcall() 5604 auto fillDst = builder->createDst(resultRgn->getBase(), rowOffsetOword / 2, in expandFillStackcall() 5605 0, resultRgn->getHorzStride(), resultRgn->getType()); in expandFillStackcall() 5639 …comments << "stack fill: " << resultRgn->getTopDcl()->getName() << " from FP[" << inst->asFillIntr… in expandFillStackcall() 5687 auto resultRgn = inst->getDst(); in expandFillIntrinsic() local 5690 auto rowOffset = resultRgn->getRegOff(); in expandFillIntrinsic() 5698 … expandFillNonStackcall(numRows, offset, rowOffset, header, resultRgn, bb, instIt); in expandFillIntrinsic() [all …]
|
H A D | GraphColor.h | 790 …32_t offset, short rowOffset, G4_SrcRegRegion* header, G4_DstRegRegion* resultRgn, G4_BB* bb, INST… 792 …32_t offset, short rowOffset, G4_SrcRegRegion* header, G4_DstRegRegion* resultRgn, G4_BB* bb, INST…
|