Home
last modified time | relevance | path

Searched refs:lineWidthRange (Results 1 - 25 of 38) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateLineWidthTests.cpp467 if (float(m_params.staticWidth) < context.getDeviceProperties().limits.lineWidthRange[0] in checkSupport()
468 || float(m_params.staticWidth) > context.getDeviceProperties().limits.lineWidthRange[1] in checkSupport()
469 || float(m_params.dynamicWidth) < context.getDeviceProperties().limits.lineWidthRange[0] in checkSupport()
470 || float(m_params.dynamicWidth) > context.getDeviceProperties().limits.lineWidthRange[1]) in checkSupport()
472 TCU_THROW(NotSupportedError, "Line widths don't meet VkPhysicalDeviceLimits::lineWidthRange"); in checkSupport()
H A DvktDynamicStateClearTests.cpp91 const float lineWidth = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits.lineWidthRange[1]; in iterate()
H A DvktDynamicStateRSTests.cpp734 setDynamicRasterizationState(deFloatFloor(deviceProperties.limits.lineWidthRange[1])); in iterate()
780 float lineHalfWidth = (float)(deFloor(deviceProperties.limits.lineWidthRange[1]) / frameHeight); in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp1543 void printLineWidthError (const tcu::IVec2& pos, int detectedLineWidth, const tcu::IVec2& lineWidthRange, bool isHorizontal, int& floodCounter) const;
1574 glw::GLfloat lineWidthRange[2] = {0.0f, 0.0f};
1575 m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_LINE_WIDTH_RANGE, lineWidthRange);
1577 if (lineWidthRange[1] < (float)m_wideLineLineWidth)
2325 const tcu::IVec2 lineWidthRange = (multisample)
2365 const bool incorrectLineWidth = (lineWidth < lineWidthRange.x() && !bboxLimitedLine) || (lineWidth > lineWidthRange.y());
2376 printLineWidthError(cursor, lineWidth, lineWidthRange, advance.x() == 0, messageLimitCounter);
2391 if (lineWidth > lineWidthRange.y())
2398 printLineWidthError(cursor, lineWidth, lineWidthRange, advanc
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateClearTests.cpp90 const float lineWidth = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits.lineWidthRange[1]; in iterate()
H A DvktDynamicStateRSTests.cpp705 setDynamicRasterizationState(deFloatFloor(deviceProperties.limits.lineWidthRange[1])); in iterate()
751 float lineHalfWidth = (float)(deFloor(deviceProperties.limits.lineWidthRange[1]) / frameHeight); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp1231 const float* range = context.getDeviceProperties().limits.lineWidthRange; in BaseLineTestInstance()
2749 const float lineWidthRange[2] = { limits.lineWidthRange[0], limits.lineWidthRange[1] }; in checkSupport()
2757 DE_ASSERT(lineWidthGranularity > 0.0f && lineWidthRange[0] > 0.0f && lineWidthRange[1] >= lineWidthRange[0]); in checkSupport()
2759 if (!de::inBounds(testLineWidth, lineWidthRange[0], lineWidthRange[1])) in checkSupport()
2762 const float n = (testLineWidth - lineWidthRange[ in checkSupport()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp1228 const float* range = context.getDeviceProperties().limits.lineWidthRange; in BaseLineTestInstance()
2497 const float lineWidthRange[2] = { limits.lineWidthRange[0], limits.lineWidthRange[1] }; in checkSupport()
2505 DE_ASSERT(lineWidthGranularity > 0.0f && lineWidthRange[0] > 0.0f && lineWidthRange[1] >= lineWidthRange[0]); in checkSupport()
2507 if (!de::inBounds(testLineWidth, lineWidthRange[0], lineWidthRange[1])) in checkSupport()
2510 const float n = (testLineWidth - lineWidthRange[ in checkSupport()
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c622 screen->info.props.limits.lineWidthRange); in zink_create_rasterizer_state()
H A Dzink_screen.c826 return MAX2(screen->info.props.limits.lineWidthRange[0], 0.01); in zink_get_paramf()
850 return screen->info.props.limits.lineWidthRange[1]; in zink_get_paramf()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c994 .lineWidthRange[0] = 1.0f / 16.0f, in pvr_GetPhysicalDeviceProperties2()
995 .lineWidthRange[1] = 16.0f, in pvr_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp1082 props->limits.lineWidthRange[0] = 1.0f; in getPhysicalDeviceProperties()
1083 props->limits.lineWidthRange[1] = 8.0f; // -1ulp in getPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp253 { LIMIT(lineWidthRange[0]), 0, 0, 0, 0.0f, LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits()
254 { LIMIT(lineWidthRange[0]), 0, 0, 0, 1.0f, LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MAX, -1, false }, in validateFeatureLimits()
255 { LIMIT(lineWidthRange[1]), 0, 0, 0, 8.0f - limits->lineWidthGranularity, LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits()
307 { LIMIT(lineWidthRange[0]), FEATURE(wideLines), 0, 0, 0, 1.0f }, in validateFeatureLimits()
308 { LIMIT(lineWidthRange[1]), FEATURE(wideLines), 0, 0, 0, 1.0f }, in validateFeatureLimits()
859 { PN(features.wideLines), PN(limits.lineWidthRange[0]), LIM_MIN_FLOAT(0.0f) }, in validateLimits12()
860 { PN(features.wideLines), PN(limits.lineWidthRange[0]), LIM_MAX_FLOAT(1.0f) }, in validateLimits12()
861 { PN(features.wideLines), PN(limits.lineWidthRange[1]), LIM_MIN_FLOAT(8.0f - limits.lineWidthGranularity) }, in validateLimits12()
2853 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.lineWidthRange[2]),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp253 { LIMIT(lineWidthRange[0]), 0, 0, 0, 0.0f, LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits()
254 { LIMIT(lineWidthRange[0]), 0, 0, 0, 1.0f, LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MAX, -1, false }, in validateFeatureLimits()
255 { LIMIT(lineWidthRange[1]), 0, 0, 0, 8.0f - limits->lineWidthGranularity, LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits()
307 { LIMIT(lineWidthRange[0]), FEATURE(wideLines), 0, 0, 0, 1.0f }, in validateFeatureLimits()
308 { LIMIT(lineWidthRange[1]), FEATURE(wideLines), 0, 0, 0, 1.0f }, in validateFeatureLimits()
850 { PN(features.wideLines), PN(limits.lineWidthRange[0]), LIM_MIN_FLOAT(0.0f) }, in validateLimits12()
851 { PN(features.wideLines), PN(limits.lineWidthRange[0]), LIM_MAX_FLOAT(1.0f) }, in validateLimits12()
852 { PN(features.wideLines), PN(limits.lineWidthRange[1]), LIM_MIN_FLOAT(8.0f - limits.lineWidthGranularity) }, in validateLimits12()
2878 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.lineWidthRange[2]),
/third_party/vk-gl-cts/modules/gles2/functional/
H A 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()
/third_party/vk-gl-cts/modules/gles3/functional/
H A 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()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c763 .lineWidthRange = { 0.0, 7.9921875 }, in panvk_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c365 .lineWidthRange = { 1.0, device->pscreen->get_paramf(device->pscreen, PIPE_CAPF_MAX_LINE_WIDTH) }, in lvp_physical_device_init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingTests.cpp946 const float lineWidth = std::min(static_cast<float>(RENDER_SIZE), limits.lineWidthRange[1]); in testWideLines()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/
H A DvktClippingTests.cpp946 const float lineWidth = std::min(static_cast<float>(RENDER_SIZE), limits.lineWidthRange[1]); in testWideLines()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1216 .lineWidthRange = { 1.0, 1.0 }, in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1520 .lineWidthRange = { 1.0f, V3D_MAX_LINE_WIDTH }, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1507 .lineWidthRange = { 1.0f, 1.0f }, in dzn_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c2000 .lineWidthRange = { 0.0, devinfo->ver >= 9 ? 8.0 : 7.9921875 }, in anv_GetPhysicalDeviceProperties()
/third_party/glfw/deps/glad/
H A Dvulkan.h3502 float lineWidthRange [2]; member

Completed in 105 milliseconds

12