23 const float reshape_grid_size_1_inv = 1.0f / (float(reshape_grid_size) - 1.0f);
29 for (
int grid_index = 0; grid_index < num_grids; ++grid_index) {
30 for (
int y = 0;
y < reshape_grid_size; ++
y) {
31 const float v = float(
y) * reshape_grid_size_1_inv;
32 for (
int x = 0;
x < reshape_grid_size; ++
x) {
33 const float u = float(
x) * reshape_grid_size_1_inv;
42 reshape_context, &grid_coord);
45 memcpy(grid_element.
displacement, positions[vert],
sizeof(
float[3]));
70 *grid_element.
mask = masks[vert];
struct MultiresReshapeContext::@211325377142251356170051242004336165165277317332 reshape