Searched refs:swath_height (Results 1 – 1 of 1) sorted by relevance
254 const int swath_height = 4; in CreateMesh() local256 CHECK(width % swath_height == 0 && height % swath_height == 0); in CreateMesh()258 for (int j = 0; j < height; j += swath_height) { in CreateMesh()260 for (int j2 = 0; j2 < swath_height; j2++) { in CreateMesh()