Searched refs:macroBoxLeft (Results 1 – 2 of 2) sorted by relevance
64 int32_t macroBoxLeft = macroX * KNOB_MACROTILE_X_DIM_FIXED; in RasterizeLine() local65 int32_t macroBoxRight = macroBoxLeft + KNOB_MACROTILE_X_DIM_FIXED - 1; in RasterizeLine()166 bboxA.xmax - 1 < macroBoxLeft || in RasterizeLine()239 bboxA.xmax - 1 < macroBoxLeft || in RasterizeLine()
1005 int32_t macroBoxLeft = macroX * KNOB_MACROTILE_X_DIM_FIXED;1006 int32_t macroBoxRight = macroBoxLeft + KNOB_MACROTILE_X_DIM_FIXED - 1;1010 intersect.xmin = std::max(intersect.xmin, macroBoxLeft);