/external/deqp/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 1468 … (const tcu::IVec2& pos, int detectedLineWidth, const tcu::IVec2& lineWidthRange, bool isHorizo… 1499 glw::GLfloat lineWidthRange[2] = {0.0f, 0.0f}; in init() local 1500 …m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_LINE_WIDTH_RANGE, lineWidthRange); in init() 1502 if (lineWidthRange[1] < (float)m_wideLineLineWidth) in init() 2249 const tcu::IVec2 lineWidthRange = (multisample) in checkLineWidths() local 2289 …t bool incorrectLineWidth = (lineWidth < lineWidthRange.x() && !bboxLimitedLine) || (lineWidth > l… in checkLineWidths() 2300 printLineWidthError(cursor, lineWidth, lineWidthRange, advance.x() == 0, messageLimitCounter); in checkLineWidths() 2315 if (lineWidth > lineWidthRange.y()) in checkLineWidths() 2322 printLineWidthError(cursor, lineWidth, lineWidthRange, advance.x() == 0, messageLimitCounter); in checkLineWidths() 2335 const bool incorrectLineWidth = (lineWidth > lineWidthRange.y()); in checkLineWidths() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateRSTests.cpp | 596 setDynamicRasterizationState(deFloatFloor(deviceProperties.limits.lineWidthRange[1])); in iterate() 628 … float lineHalfWidth = (float)(deFloor(deviceProperties.limits.lineWidthRange[1]) / frameHeight); in iterate()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 950 props->limits.lineWidthRange[0] = 1.0f; in getPhysicalDeviceProperties() 951 props->limits.lineWidthRange[1] = 8.0f; // -1ulp in getPhysicalDeviceProperties()
|
D | vkStructTypes.inl | 219 float lineWidthRange[2]; member
|
D | vkStrUtilImpl.inl | 2607 …" << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.lineWidthRange), DE_ARRAY_END(value.lineWidthRa…
|
D | vkVulkan_c.inl | 1757 float lineWidthRange[2]; member
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 247 { LIMIT(lineWidthRange[0]), 0, 0, 0, 0.0f, LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MIN, -1 }, in validateFeatureLimits() 248 { LIMIT(lineWidthRange[0]), 0, 0, 0, 1.0f, LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MAX, -1 }, in validateFeatureLimits() 249 …{ LIMIT(lineWidthRange[1]), 0, 0, 0, 8.0f - limits->lineWidthGranularity, LIMIT_FORMAT_FLO… in validateFeatureLimits() 301 { LIMIT(lineWidthRange[0]), FEATURE(wideLines), 0, 0, 0, 1.0f }, in validateFeatureLimits() 302 { LIMIT(lineWidthRange[1]), FEATURE(wideLines), 0, 0, 0, 1.0f }, in validateFeatureLimits() 1218 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.lineWidthRange[2]),
|
/external/deqp/modules/gles3/functional/ |
D | es3fClippingTests.cpp | 314 GLfloat lineWidthRange[2] = {0,0}; in checkLineWidth() local 315 gl.getFloatv(GL_ALIASED_LINE_WIDTH_RANGE, lineWidthRange); in checkLineWidth() 316 if (lineWidthRange[1] < lineWidth) in checkLineWidth()
|
/external/deqp/modules/gles2/functional/ |
D | es2fClippingTests.cpp | 311 GLfloat lineWidthRange[2] = {0,0}; in checkLineWidth() local 312 gl.getFloatv(GL_ALIASED_LINE_WIDTH_RANGE, lineWidthRange); in checkLineWidth() 313 if (lineWidthRange[1] < lineWidth) in checkLineWidth()
|
/external/deqp/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 779 const float lineWidth = std::min(static_cast<float>(RENDER_SIZE), limits.lineWidthRange[1]); in testWideLines()
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 964 const float* range = context.getDeviceProperties().limits.lineWidthRange; in BaseLineTestInstance() 2926 const float* range = context.getDeviceProperties().limits.lineWidthRange; in LineInterpolationTestInstance()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 922 .lineWidthRange = { 0.0, 7.9921875 }, in anv_GetPhysicalDeviceProperties()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 751 .lineWidthRange = { 0.0, 7.9921875 }, in radv_GetPhysicalDeviceProperties()
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 1684 float lineWidthRange[2]; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1854 float lineWidthRange[2]; member
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1854 float lineWidthRange[2]; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 2019 float lineWidthRange[2]; member
|
D | vulkan.hpp | 37631 && ( memcmp( lineWidthRange, rhs.lineWidthRange, 2 * sizeof( float ) ) == 0 ) in operator ==() 37744 float lineWidthRange[2]; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 1972 float lineWidthRange[2]; member
|
D | vulkan.hpp | 27645 && ( memcmp( lineWidthRange, rhs.lineWidthRange, 2 * sizeof( float ) ) == 0 ) in operator ==() 27758 float lineWidthRange[2]; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 1754 float lineWidthRange[2]; member
|