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);
70 *grid_element.
mask = masks[vert];
struct MultiresReshapeContext::@114377305000353127144042327223234020156043120202 reshape