Home
last modified time | relevance | path

Searched refs:lineWidthRange (Results 1 – 21 of 21) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp1468 … (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/
DvktDynamicStateRSTests.cpp596 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/
DvkNullDriver.cpp950 props->limits.lineWidthRange[0] = 1.0f; in getPhysicalDeviceProperties()
951 props->limits.lineWidthRange[1] = 8.0f; // -1ulp in getPhysicalDeviceProperties()
DvkStructTypes.inl219 float lineWidthRange[2]; member
DvkStrUtilImpl.inl2607 …" << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.lineWidthRange), DE_ARRAY_END(value.lineWidthRa…
DvkVulkan_c.inl1757 float lineWidthRange[2]; member
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp247 { 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/
Des3fClippingTests.cpp314 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/
Des2fClippingTests.cpp311 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/
DvktClippingTests.cpp779 const float lineWidth = std::min(static_cast<float>(RENDER_SIZE), limits.lineWidthRange[1]); in testWideLines()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp964 const float* range = context.getDeviceProperties().limits.lineWidthRange; in BaseLineTestInstance()
2926 const float* range = context.getDeviceProperties().limits.lineWidthRange; in LineInterpolationTestInstance()
/external/mesa3d/src/intel/vulkan/
Danv_device.c922 .lineWidthRange = { 0.0, 7.9921875 }, in anv_GetPhysicalDeviceProperties()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c751 .lineWidthRange = { 0.0, 7.9921875 }, in radv_GetPhysicalDeviceProperties()
/external/mesa3d/include/vulkan/
Dvulkan.h1684 float lineWidthRange[2]; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1854 float lineWidthRange[2]; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h1854 float lineWidthRange[2]; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2019 float lineWidthRange[2]; member
Dvulkan.hpp37631 && ( memcmp( lineWidthRange, rhs.lineWidthRange, 2 * sizeof( float ) ) == 0 ) in operator ==()
37744 float lineWidthRange[2]; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h1972 float lineWidthRange[2]; member
Dvulkan.hpp27645 && ( memcmp( lineWidthRange, rhs.lineWidthRange, 2 * sizeof( float ) ) == 0 ) in operator ==()
27758 float lineWidthRange[2]; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1754 float lineWidthRange[2]; member