Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc92 | pname:lineWidthGranularity | 0.0 | 1.0 | 0.5 | max, fixed point increment
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc786 * [[limits-lineWidthGranularity]] pname:lineWidthGranularity is the
4548 | code:float | pname:lineWidthGranularity | pname:wideLines
4976 | pname:lineWidthGranularity | 0.0 | 1.0 ^7^ | max, fixed point increment
5373 The line width ULP is determined by pname:lineWidthGranularity.
5374 If the pname:lineWidthGranularity is 0.0625, the range of supported line
5508 | pname:lineWidthGranularity | 0.5 | max
Dprimsrast.adoc2844 pname:lineWidthGranularity members of slink:VkPhysicalDeviceLimits.
Dfeatures.adoc502 pname:lineWidthGranularity members of the sname:VkPhysicalDeviceLimits
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4519 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.lineWidthGranularity ); in operator ()()
Dvulkan_hash.hpp8526 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.lineWidthGranularity ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp872 vkStream->write((float*)&forMarshaling->lineWidthGranularity, sizeof(float)); in marshal_VkPhysicalDeviceLimits()
1011 vkStream->read((float*)&forUnmarshaling->lineWidthGranularity, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp865 memcpy(*ptr, (float*)&forMarshaling->lineWidthGranularity, sizeof(float)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp935 vkStream->write((float*)&forMarshaling->lineWidthGranularity, sizeof(float)); in marshal_VkPhysicalDeviceLimits()
1074 vkStream->read((float*)&forUnmarshaling->lineWidthGranularity, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp857 memcpy((float*)&forUnmarshaling->lineWidthGranularity, *ptr, sizeof(float)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3174 float lineWidthGranularity; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc1456 * Fix Roadmap 2022 JSON by moving pname:lineWidthGranularity and