Home
last modified time | relevance | path

Searched refs:n_grid_cells_x (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.cpp1822 …const glw::GLuint n_grid_cells_x = culldistances_array_size != 0 ? culldistances_array_size :… in configureVAO() local
1826 …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()