Home | History | Annotate | Download | only in gpu

Lines Matching refs:tilesY

994     int tilesY = (b / tileSize) - (t / tileSize) + 1;
995 return tilesX * tilesY;