OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gridvtxheight
(Results
1 - 1
of
1
) sorted by null
/external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp
188
inline tcu::IVec4 computeVertexIndices (float cellWidth, float cellHeight, int gridVtxWidth, int
gridVtxHeight
, int x, int y)
190
DE_UNREF(
gridVtxHeight
);
214
int
gridVtxHeight
= m_gridHeight+1;
215
int numVertices = gridVtxWidth*
gridVtxHeight
;
248
float yf = (float)y / (float)(
gridVtxHeight
-1);
326
tcu::IVec4 vtxIndices = computeVertexIndices(cellWidth, cellHeight, gridVtxWidth,
gridVtxHeight
, x, y);
Completed in 455 milliseconds