Home | History | Annotate | Download | only in core

Lines Matching refs:KNOB_TILE_X_DIM

765         tileAligned  = (scissorInFixedPoint.xmin % KNOB_TILE_X_DIM) == 0;
767 tileAligned &= (scissorInFixedPoint.xmax % KNOB_TILE_X_DIM) == 0;