Home
last modified time | relevance | path

Searched refs:maxPointSize (Results 1 – 6 of 6) 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/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPointSizeTests.cpp67 …uirements (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const int maxPointSize) in checkPointSizeRequirements() argument
70 if (maxPointSize > static_cast<int>(properties.limits.pointSizeRange[1])) in checkPointSizeRequirements()
71 throw tcu::NotSupportedError("Test requires point size " + de::toString(maxPointSize)); in checkPointSizeRequirements()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp447 const float maxPointSize = limits.pointSizeRange[1]; in iterate() local
448 …const int pointSizeDeltaMultiples = de::max(1, deCeilFloatToInt32((maxPointSize - minPointSiz… in iterate()
450 TCU_CHECK(minPointSize <= maxPointSize); in iterate()
456 …coord->z() = de::min(maxPointSize, minPointSize + float(rnd.getInt(0, pointSizeDeltaMultiples)) * … in iterate()
/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()