Home
last modified time | relevance | path

Searched refs:gridVtxWidth (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgProgramExecutor.cpp188 inline tcu::IVec4 computeVertexIndices (float cellWidth, float cellHeight, int gridVtxWidth, int gridVtxHeight, int x, int y) in computeVertexIndices() argument
193 return tcu::IVec4(y0*gridVtxWidth + x0, y0*gridVtxWidth + x0 + 1, (y0+1)*gridVtxWidth + x0, (y0+1)*gridVtxWidth + x0 + 1); in computeVertexIndices()
213 int gridVtxWidth = m_gridWidth+1; in execute() local
215 int numVertices = gridVtxWidth*gridVtxHeight; in execute()
245 int y = (vtxNdx/gridVtxWidth); in execute()
246 int x = vtxNdx - y*gridVtxWidth; in execute()
247 float xf = (float)x / (float)(gridVtxWidth in execute()
[all...]

Completed in 2 milliseconds