Searched refs:m_grid (Results 1 – 1 of 1) sorted by relevance
276 const IVec2 m_grid; member in deqp::gles31::Functional::__anond55736d60111::RandomizedRenderGrid285 , m_grid (targetSize / cellSize) in RandomizedRenderGrid()288 …((targetSize.y() % cellSize.y()) == 0) && m_grid.y() > 1 ? m_grid.x() * (m_grid.y() - 1) : m_grid… in RandomizedRenderGrid()289 , m_baseRandomOffset (getRandomOffset(seed, targetSize, cellSize, m_grid, m_cellCount)) in RandomizedRenderGrid()327 const int gridX = (m_currentCell - 1) % m_grid.x(); in getOrigin()328 const int gridY = (m_currentCell - 1) / m_grid.x(); in getOrigin()339 …const IVec2 lastCell (de::min(m_currentCell + 1, m_grid.x()), ((m_currentCell + m_grid.x() - 1) / … in getUsedAreaBoundingBox()