Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen.c162 return svgascreen->maxPointSize; in svga_get_paramf()
1022 svgascreen->maxPointSize = 80.0F; in svga_screen_create()
1058 svgascreen->maxPointSize = in svga_screen_create()
1061 svgascreen->maxPointSize = MIN2(svgascreen->maxPointSize, 80.0f); in svga_screen_create()
1093 debug_printf("svga: maxPointSize %g\n", svgascreen->maxPointSize); in svga_screen_create()
Dsvga_screen.h54 float maxPointSize; member
Dsvga_state_rss.c225 EMIT_RS_FLOAT(svga, screen->maxPointSize, POINTSIZEMAX); in emit_rss_vgpu9()
Dsvga_state_constants.c159 dst[3] = screen->maxPointSize; in svga_get_pt_sprite_constants()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPointSizeTests.cpp70 …uirements (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const int maxPointSize) in checkPointSizeRequirements() argument
73 if (maxPointSize > static_cast<int>(properties.limits.pointSizeRange[1])) in checkPointSizeRequirements()
74 throw tcu::NotSupportedError("Test requires point size " + de::toString(maxPointSize)); in checkPointSizeRequirements()
/external/skqp/include/core/
DSkGraphics.h97 static int SetFontCachePointSizeLimit(int maxPointSize);
/external/skia/include/core/
DSkGraphics.h97 static int SetFontCachePointSizeLimit(int maxPointSize);
/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()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp1852 const float maxPointSize = limits.pointSizeRange[1]; in iterate() local
1853 …const int pointSizeDeltaMultiples = de::max(1, deCeilFloatToInt32((maxPointSize - minPointSiz… in iterate()
1855 TCU_CHECK(minPointSize <= maxPointSize); in iterate()
1861 …coord->z() = de::min(maxPointSize, minPointSize + float(rnd.getInt(0, pointSizeDeltaMultiples)) * … in iterate()