Searched refs:m_gridHeight (Results 1 – 4 of 4) sorted by relevance
123 , m_gridHeight (1) in RandomShaderCase()155 int numVertices = (m_gridWidth+1)*(m_gridHeight+1); in init()172 float yf = (float)y / (float)m_gridHeight; in init()205 int numQuads = m_gridWidth*m_gridHeight; in init()484 rsg::ProgramExecutor executor (reference.getAccess(), m_gridWidth, m_gridHeight); in iterate()
101 int m_gridHeight; member in deqp::gls::RandomShaderCase
56 int m_gridHeight; member in rsg::ProgramExecutor
170 , m_gridHeight (gridHeight) in ProgramExecutor()214 int gridVtxHeight = m_gridHeight+1; in execute()306 float cellHeight = (float)height / (float)m_gridHeight; in execute()