Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/randomshaders/
DrsgProgramExecutor.cpp188 …ertexIndices (float cellWidth, float cellHeight, int gridVtxWidth, int gridVtxHeight, int x, int y) in computeVertexIndices() argument
190 DE_UNREF(gridVtxHeight); in computeVertexIndices()
214 int gridVtxHeight = m_gridHeight+1; in execute() local
215 int numVertices = gridVtxWidth*gridVtxHeight; in execute()
248 float yf = (float)y / (float)(gridVtxHeight-1); in execute()
326 …:IVec4 vtxIndices = computeVertexIndices(cellWidth, cellHeight, gridVtxWidth, gridVtxHeight, x, y); in execute()