Home
last modified time | relevance | path

Searched refs:lineWidthGranularity (Results 1 – 25 of 31) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp254 …{ LIMIT(lineWidthRange[1]), 0, 0, 0, 8.0f - limits->lineWidthGranularity, LIMIT_FORMAT_FLO… in validateFeatureLimits()
256 …{ LIMIT(lineWidthGranularity), 0, 0, 0, 1.0f, LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MAX, -1, false… in validateFeatureLimits()
309 { LIMIT(lineWidthGranularity), FEATURE(wideLines), 0, 0, 0, 0.0f } in validateFeatureLimits()
841 … PN(limits.lineWidthRange[1]), LIM_MIN_FLOAT(8.0f - limits.lineWidthGranularity) }, in validateLimits12()
844 …{ PN(features.wideLines), PN(limits.lineWidthGranularity), LIM_MIN_FLOAT(0.0f)… in validateLimits12()
845 …{ PN(features.wideLines), PN(limits.lineWidthGranularity), LIM_MAX_FLOAT(1.0f)… in validateLimits12()
2479 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.lineWidthGranularity),
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp1179 m_lineWidths.push_back(range[1] - context.getDeviceProperties().limits.lineWidthGranularity); in BaseLineTestInstance()
2412 const float lineWidthGranularity = limits.lineWidthGranularity; in checkSupport() local
2416 if (lineWidthGranularity == 0.0f) in checkSupport()
2419 …DE_ASSERT(lineWidthGranularity > 0.0f && lineWidthRange[0] > 0.0f && lineWidthRange[1] >= lineWidt… in checkSupport()
2424 const float n = (testLineWidth - lineWidthRange[0]) / lineWidthGranularity; in checkSupport()
2426 if (deFloatFrac(n) != 0.0f || n * lineWidthGranularity + lineWidthRange[0] != testLineWidth) in checkSupport()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c621 screen->info.props.limits.lineWidthGranularity, in zink_create_rasterizer_state()
Dzink_screen.c838 return screen->info.props.limits.lineWidthGranularity; in zink_get_paramf()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c637 DEBUG_FLOAT ("limit", limits, lineWidthGranularity); in dump_limits()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c765 .lineWidthGranularity = (1.0 / 128.0), in panvk_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1105 props->limits.lineWidthGranularity = 1.0f; in getPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dlimits.txt781 * [[limits-lineWidthGranularity]] pname:lineWidthGranularity is the
3267 | code:float | pname:lineWidthGranularity | pname:wideLines
3548 | pname:lineWidthGranularity | 0.0 | 1.0 ^7^ | max, fixed point increment
3809 The line width ULP is determined by pname:lineWidthGranularity.
3810 If the pname:lineWidthGranularity is 0.0625, the range of supported line
Dprimsrast.txt2514 pname:lineWidthGranularity members of slink:VkPhysicalDeviceLimits.
Dfeatures.txt484 pname:lineWidthGranularity members of the sname:VkPhysicalDeviceLimits
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c996 .lineWidthGranularity = 1.0f / 16.0f, in pvr_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c367 .lineWidthGranularity = 1.0 / 128.0, in lvp_physical_device_init()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1522 .lineWidthGranularity = v3d_point_line_granularity, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c1509 .lineWidthGranularity = 0.0f, in dzn_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c1218 .lineWidthGranularity = 0.0, in tu_GetPhysicalDeviceProperties2()
/third_party/glfw/deps/vulkan/
Dvulkan.h1362 float lineWidthGranularity; member
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c2002 .lineWidthGranularity = (1.0 / 128.0), in anv_GetPhysicalDeviceProperties()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl347 float lineWidthGranularity; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c2019 .lineWidthGranularity = (1.0 / 8.0), in radv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h132 size += vn_sizeof_float(&val->lineWidthGranularity); in vn_sizeof_VkPhysicalDeviceLimits()
262 vn_decode_float(dec, &val->lineWidthGranularity); in vn_decode_VkPhysicalDeviceLimits()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2644 float lineWidthGranularity; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h2786 float lineWidthGranularity; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h2793 float lineWidthGranularity; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h2737 float lineWidthGranularity; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h3001 float lineWidthGranularity; member

12