Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fShaderBuiltinVarTests.cpp765 const int quadWidth = 32; in init() local
768 if (width < quadWidth) in init()
771 const int maxQuadsX = width/quadWidth; in init()
775 const int viewportW = de::min(numQuads, maxQuadsX)*quadWidth; in init()
848 const float w = 2.0f * float(quadWidth)/float(viewportW); in init()