Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fShaderBuiltinVarTests.cpp744 const int quadWidth = 32; in init() local
747 if (width < quadWidth) in init()
750 const int maxQuadsX = width/quadWidth; in init()
754 const int viewportW = de::min(numQuads, maxQuadsX)*quadWidth; in init()
827 const float w = 2.0f * float(quadWidth)/float(viewportW); in init()