/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 254 …{ 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/ |
D | vktRasterizationTests.cpp | 1179 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/ |
D | zink_state.c | 621 screen->info.props.limits.lineWidthGranularity, in zink_create_rasterizer_state()
|
D | zink_screen.c | 838 return screen->info.props.limits.lineWidthGranularity; in zink_get_paramf()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkphysicaldevice.c | 637 DEBUG_FLOAT ("limit", limits, lineWidthGranularity); in dump_limits()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_device.c | 765 .lineWidthGranularity = (1.0 / 128.0), in panvk_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 1105 props->limits.lineWidthGranularity = 1.0f; in getPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | limits.txt | 781 * [[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
|
D | primsrast.txt | 2514 pname:lineWidthGranularity members of slink:VkPhysicalDeviceLimits.
|
D | features.txt | 484 pname:lineWidthGranularity members of the sname:VkPhysicalDeviceLimits
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_device.c | 996 .lineWidthGranularity = 1.0f / 16.0f, in pvr_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 367 .lineWidthGranularity = 1.0 / 128.0, in lvp_physical_device_init()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 1522 .lineWidthGranularity = v3d_point_line_granularity, in v3dv_GetPhysicalDeviceProperties()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 1509 .lineWidthGranularity = 0.0f, in dzn_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 1218 .lineWidthGranularity = 0.0, in tu_GetPhysicalDeviceProperties2()
|
/third_party/glfw/deps/vulkan/ |
D | vulkan.h | 1362 float lineWidthGranularity; member
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 2002 .lineWidthGranularity = (1.0 / 128.0), in anv_GetPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 347 float lineWidthGranularity; member
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 2019 .lineWidthGranularity = (1.0 / 8.0), in radv_GetPhysicalDeviceProperties()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_device.h | 132 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/ |
D | vulkan_core.h | 2644 float lineWidthGranularity; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 2786 float lineWidthGranularity; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
D | vulkan_core.h | 2793 float lineWidthGranularity; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_core.h | 2737 float lineWidthGranularity; member
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 3001 float lineWidthGranularity; member
|