Home | History | Annotate | Download | only in core

Lines Matching refs:KNOB_TILE_X_DIM

812         tileAligned  = (scissorInFixedPoint.xmin % KNOB_TILE_X_DIM) == 0;
814 tileAligned &= (scissorInFixedPoint.xmax % KNOB_TILE_X_DIM) == 0;