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