/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | PointSpritesTest.cpp | 49 GLfloat pointSizeRange[2] = {}; in testPointCoordAndPointSizeCompliance() local 50 glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE, pointSizeRange); in testPointCoordAndPointSizeCompliance() 52 GLfloat maxPointSize = pointSizeRange[1]; in testPointCoordAndPointSizeCompliance() 174 GLfloat pointSizeRange[2] = {}; in TEST_P() local 175 glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE, pointSizeRange); in TEST_P() 176 GLfloat maxPointSize = pointSizeRange[1]; in TEST_P() 205 GLfloat pointSizeRange[2] = {}; in TEST_P() local 206 glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE, pointSizeRange); in TEST_P() 207 GLfloat maxPointSize = pointSizeRange[1]; in TEST_P() 369 GLfloat pointSizeRange[2] = {}; in TEST_P() local [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | PointSpritesTest.cpp | 48 GLfloat pointSizeRange[2] = {}; in testPointCoordAndPointSizeCompliance() local 49 glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE, pointSizeRange); in testPointCoordAndPointSizeCompliance() 51 GLfloat maxPointSize = pointSizeRange[1]; in testPointCoordAndPointSizeCompliance() 161 GLfloat pointSizeRange[2] = {}; in TEST_P() local 162 glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE, pointSizeRange); in TEST_P() 163 GLfloat maxPointSize = pointSizeRange[1]; in TEST_P() 188 GLfloat pointSizeRange[2] = {}; in TEST_P() local 189 glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE, pointSizeRange); in TEST_P() 190 GLfloat maxPointSize = pointSizeRange[1]; in TEST_P() 348 GLfloat pointSizeRange[2] = {}; in TEST_P() local [all …]
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderBuiltinVarTests.cpp | 470 float pointSizeRange[2] = { 0.0f, 0.0f }; in iterate() local 476 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, &pointSizeRange[0]); in iterate() 479 …if (pointSizeRange[0] <= 0.0f || pointSizeRange[1] <= 0.0f || pointSizeRange[1] < pointSizeRange[0… in iterate() 489 coord->z() = rnd.getFloat(pointSizeRange[0], pointSizeRange[1]); in iterate()
|
D | es2fRasterizationTests.cpp | 575 float pointSizeRange[2] = {}; in iterate() local 576 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, pointSizeRange); in iterate() 578 << "GL_ALIASED_POINT_SIZE_RANGE is [" << pointSizeRange[0] << ", " << pointSizeRange[1] << "]" in iterate() 581 maxPointDiameter = (int) pointSizeRange[1]; in iterate()
|
D | es2fClippingTests.cpp | 303 GLfloat pointSizeRange[2] = {0,0}; in checkPointSize() local 304 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, pointSizeRange); in checkPointSize() 305 if (pointSizeRange[1] < pointSize) in checkPointSize()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderBuiltinVarTests.cpp | 491 float pointSizeRange[2] = { 0.0f, 0.0f }; in iterate() local 497 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, &pointSizeRange[0]); in iterate() 500 …if (pointSizeRange[0] <= 0.0f || pointSizeRange[1] <= 0.0f || pointSizeRange[1] < pointSizeRange[0… in iterate() 510 coord->z() = rnd.getFloat(pointSizeRange[0], pointSizeRange[1]); in iterate()
|
D | es3fClippingTests.cpp | 306 GLfloat pointSizeRange[2] = {0,0}; in checkPointSize() local 307 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, pointSizeRange); in checkPointSize() 308 if (pointSizeRange[1] < pointSize) in checkPointSize()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 127 mNativeCaps.minAliasedPointSize = std::max(1.0f, limitsVk.pointSizeRange[0]); in ensureCapsInitialized() 128 mNativeCaps.maxAliasedPointSize = limitsVk.pointSizeRange[1]; in ensureCapsInitialized()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
D | vktTessellationGeometryPointSizeTests.cpp | 75 if (maxPointSize > static_cast<int>(properties.limits.pointSizeRange[1])) in checkPointSizeRequirements()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationGeometryPointSizeTests.cpp | 75 if (maxPointSize > static_cast<int>(properties.limits.pointSizeRange[1])) in checkPointSizeRequirements()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 581 mNativeCaps.minAliasedPointSize = std::max(1.0f, limitsVk.pointSizeRange[0]); in ensureCapsInitialized() 582 mNativeCaps.maxAliasedPointSize = limitsVk.pointSizeRange[1]; in ensureCapsInitialized()
|
/third_party/mesa3d/docs/relnotes/ |
D | 18.3.5.rst | 208 - radv: fix pointSizeRange limits
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 1693 const float* range = context.getDeviceProperties().limits.pointSizeRange; in PointTestInstance() 1886 , m_maxPointSize (context.getDeviceProperties().limits.pointSizeRange[1]) in PointSizeTestInstance() 2523 const float pointSizeRange[2] = { limits.pointSizeRange[0], limits.pointSizeRange[1] }; in checkSupport() local 2531 …DE_ASSERT(pointSizeGranularity > 0.0f && pointSizeRange[0] > 0.0f && pointSizeRange[1] >= pointSiz… in checkSupport() 2533 if (!de::inBounds(testPointSize, pointSizeRange[0], pointSizeRange[1])) in checkSupport() 2536 const float n = (testPointSize - pointSizeRange[0]) / pointSizeGranularity; in checkSupport() 2538 if (deFloatFrac(n) != 0.0f || n * pointSizeGranularity + pointSizeRange[0] != testPointSize) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 1693 const float* range = context.getDeviceProperties().limits.pointSizeRange; in PointTestInstance() 1886 , m_maxPointSize (context.getDeviceProperties().limits.pointSizeRange[1]) in PointSizeTestInstance() 2523 const float pointSizeRange[2] = { limits.pointSizeRange[0], limits.pointSizeRange[1] }; in checkSupport() local 2531 …DE_ASSERT(pointSizeGranularity > 0.0f && pointSizeRange[0] > 0.0f && pointSizeRange[1] >= pointSiz… in checkSupport() 2533 if (!de::inBounds(testPointSize, pointSizeRange[0], pointSizeRange[1])) in checkSupport() 2536 const float n = (testPointSize - pointSizeRange[0]) / pointSizeGranularity; in checkSupport() 2538 if (deFloatFrac(n) != 0.0f || n * pointSizeGranularity + pointSizeRange[0] != testPointSize) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 1041 props->limits.pointSizeRange[0] = 1.0f; in getPhysicalDeviceProperties() 1042 props->limits.pointSizeRange[1] = 64.0f; // -1ulp in getPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderBuiltinTests.cpp | 1106 …if (kPointSize < properties.limits.pointSizeRange[0] || kPointSize > properties.limits.pointSizeRa… in checkSupport()
|
D | vktMeshShaderBuiltinTestsEXT.cpp | 1256 …if (kPointSize < properties.limits.pointSizeRange[0] || kPointSize > properties.limits.pointSizeRa… in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
D | vktMeshShaderBuiltinTests.cpp | 1106 …if (kPointSize < properties.limits.pointSizeRange[0] || kPointSize > properties.limits.pointSizeRa… in checkSupport()
|
D | vktMeshShaderBuiltinTestsEXT.cpp | 1256 …if (kPointSize < properties.limits.pointSizeRange[0] || kPointSize > properties.limits.pointSizeRa… in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 250 …{ LIMIT(pointSizeRange[0]), 0, 0, 0, 0.0f, LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits() 251 …{ LIMIT(pointSizeRange[0]), 0, 0, 0, 1.0f, LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MAX, -1, false }, in validateFeatureLimits() 252 …{ LIMIT(pointSizeRange[1]), 0, 0, 0, 64.0f - limits->pointSizeGranularity , LIMIT_FORMAT_F… in validateFeatureLimits() 305 { LIMIT(pointSizeRange[0]), FEATURE(largePoints), 0, 0, 0, 1.0f }, in validateFeatureLimits() 306 { LIMIT(pointSizeRange[1]), FEATURE(largePoints), 0, 0, 0, 1.0f }, in validateFeatureLimits() 847 …{ PN(features.largePoints), PN(limits.pointSizeRange[0]), LIM_MIN_FLOAT(0.0f)… in validateLimits12() 848 …{ PN(features.largePoints), PN(limits.pointSizeRange[0]), LIM_MAX_FLOAT(1.0f)… in validateLimits12() 849 …{ PN(features.largePoints), PN(limits.pointSizeRange[1]), LIM_MIN_FLOAT(64.0f… in validateLimits12() 2877 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.pointSizeRange[2]),
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 250 …{ LIMIT(pointSizeRange[0]), 0, 0, 0, 0.0f, LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits() 251 …{ LIMIT(pointSizeRange[0]), 0, 0, 0, 1.0f, LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MAX, -1, false }, in validateFeatureLimits() 252 …{ LIMIT(pointSizeRange[1]), 0, 0, 0, 64.0f - limits->pointSizeGranularity , LIMIT_FORMAT_F… in validateFeatureLimits() 305 { LIMIT(pointSizeRange[0]), FEATURE(largePoints), 0, 0, 0, 1.0f }, in validateFeatureLimits() 306 { LIMIT(pointSizeRange[1]), FEATURE(largePoints), 0, 0, 0, 1.0f }, in validateFeatureLimits() 847 …{ PN(features.largePoints), PN(limits.pointSizeRange[0]), LIM_MIN_FLOAT(0.0f)… in validateLimits12() 848 …{ PN(features.largePoints), PN(limits.pointSizeRange[0]), LIM_MAX_FLOAT(1.0f)… in validateLimits12() 849 …{ PN(features.largePoints), PN(limits.pointSizeRange[1]), LIM_MIN_FLOAT(64.0f… in validateLimits12() 2877 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.pointSizeRange[2]),
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_device.c | 991 .pointSizeRange[0] = 1.0f, in pvr_GetPhysicalDeviceProperties2() 992 .pointSizeRange[1] = 511.0f, in pvr_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 2587 if (!de::inRange(testPointSizeFloat, limits.pointSizeRange[0], limits.pointSizeRange[1])) in validatePointSize() 2590 …granuleCount = static_cast<float>(deCeilFloatToInt32((testPointSizeFloat - limits.pointSizeRange[0… in validatePointSize() 2592 if (limits.pointSizeRange[0] + granuleCount * limits.pointSizeGranularity != testPointSizeFloat) in validatePointSize()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 2587 if (!de::inRange(testPointSizeFloat, limits.pointSizeRange[0], limits.pointSizeRange[1])) in validatePointSize() 2590 …granuleCount = static_cast<float>(deCeilFloatToInt32((testPointSizeFloat - limits.pointSizeRange[0… in validatePointSize() 2592 if (limits.pointSizeRange[0] + granuleCount * limits.pointSizeGranularity != testPointSizeFloat) in validatePointSize()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.c | 832 return MAX2(screen->info.props.limits.pointSizeRange[0], 0.01); in zink_get_paramf() 856 return screen->info.props.limits.pointSizeRange[1]; in zink_get_paramf()
|