Searched refs:n_grid_cells_x (Results 1 – 1 of 1) sorted by relevance
1822 …const glw::GLuint n_grid_cells_x = culldistances_array_size != 0 ? culldistances_array_size :… in configureVAO() local1826 …const glw::GLuint n_primitives_total = n_grid_cells_x * n_sub_grid_cells * n_grid_cells_y * n_sub… in configureVAO()1880 for (glw::GLuint cell_x = 0; cell_x < n_grid_cells_x; cell_x++) in configureVAO()