Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen.h52 float maxPointSize; member
Dsvga_screen.c112 return svgascreen->maxPointSize; in svga_get_paramf()
610 svgascreen->maxPointSize = 1.0F; in svga_screen_create()
615 svgascreen->maxPointSize = MIN2(result.f, 80.0f); in svga_screen_create()
Dsvga_state_rss.c227 EMIT_RS_FLOAT( svga, screen->maxPointSize, POINTSIZEMAX, fail ); in emit_rss()
/external/deqp/modules/gles31/functional/
Des31fShaderHelperInvocationTests.cpp166 const float maxPointSize = 32.0f; in drawRandomPrimitives() local
183 …const float pointSize = isWidePoint ? de::min(rnd->getFloat(minPointSize, maxPointSize), range.y… in drawRandomPrimitives()