Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drasterizer.cpp64 int32_t macroBoxLeft = macroX * KNOB_MACROTILE_X_DIM_FIXED; in RasterizeLine() local
65 int32_t macroBoxRight = macroBoxLeft + KNOB_MACROTILE_X_DIM_FIXED - 1; in RasterizeLine()
170 bboxA.xmax - 1 < macroBoxLeft || bboxA.xmax - 1 < scissorInFixedPoint.xmin || in RasterizeLine()
240 bboxA.xmax - 1 < macroBoxLeft || bboxA.xmax - 1 < scissorInFixedPoint.xmin || in RasterizeLine()
Drasterizer_impl.h1092 int32_t macroBoxLeft = macroX * KNOB_MACROTILE_X_DIM_FIXED;
1093 int32_t macroBoxRight = macroBoxLeft + KNOB_MACROTILE_X_DIM_FIXED - 1;
1097 intersect.xmin = std::max(intersect.xmin, macroBoxLeft);