/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateLineWidthTests.cpp | 467 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 D | vktDynamicStateClearTests.cpp | 91 const float lineWidth = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits.lineWidthRange[1]; in iterate()
|
H A D | vktDynamicStateRSTests.cpp | 734 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 D | es31fPrimitiveBoundingBoxTests.cpp | 1543 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 D | vktDynamicStateClearTests.cpp | 90 const float lineWidth = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits.lineWidthRange[1]; in iterate()
|
H A D | vktDynamicStateRSTests.cpp | 705 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 D | vktRasterizationTests.cpp | 1231 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 D | vktRasterizationTests.cpp | 1228 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 D | zink_state.c | 622 screen->info.props.limits.lineWidthRange); in zink_create_rasterizer_state()
|
H A D | zink_screen.c | 826 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 D | pvr_device.c | 994 .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 D | vkNullDriver.cpp | 1082 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 D | vktApiFeatureInfo.cpp | 253 { 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 D | vktApiFeatureInfo.cpp | 253 { 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 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()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A 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()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 763 .lineWidthRange = { 0.0, 7.9921875 }, in panvk_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 365 .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 D | vktClippingTests.cpp | 946 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 D | vktClippingTests.cpp | 946 const float lineWidth = std::min(static_cast<float>(RENDER_SIZE), limits.lineWidthRange[1]); in testWideLines()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1216 .lineWidthRange = { 1.0, 1.0 }, in tu_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1520 .lineWidthRange = { 1.0f, V3D_MAX_LINE_WIDTH }, in v3dv_GetPhysicalDeviceProperties()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1507 .lineWidthRange = { 1.0f, 1.0f }, in dzn_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2000 .lineWidthRange = { 0.0, devinfo->ver >= 9 ? 8.0 : 7.9921875 }, in anv_GetPhysicalDeviceProperties()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3502 float lineWidthRange [2]; member
|