Searched refs:n_sub_grid_cells (Results 1 – 1 of 1) sorted by relevance
1811 …const glw::GLuint n_sub_grid_cells = 3; /* Tested distance is positive for all vertices in the pr… in configureVAO() local1818 const glw::GLuint grid_cell_size = n_sub_grid_cells * sub_grid_cell_size; in configureVAO()1826 …lw::GLuint n_primitives_total = n_grid_cells_x * n_sub_grid_cells * n_grid_cells_y * n_sub_grid_c… in configureVAO()1887 for (glw::GLuint n_sub_cell_y = 0; n_sub_cell_y < n_sub_grid_cells; n_sub_cell_y++) in configureVAO()1894 for (glw::GLuint n_sub_cell_x = 0; n_sub_cell_x < n_sub_grid_cells; n_sub_cell_x++) in configureVAO()