Searched refs:lineWidthGranularity (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/ |
D | Roadmap-2022.adoc | 92 | pname:lineWidthGranularity | 0.0 | 1.0 | 0.5 | max, fixed point increment
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 786 * [[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
|
D | primsrast.adoc | 2844 pname:lineWidthGranularity members of slink:VkPhysicalDeviceLimits.
|
D | features.adoc | 502 pname:lineWidthGranularity members of the sname:VkPhysicalDeviceLimits
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4519 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.lineWidthGranularity ); in operator ()()
|
D | vulkan_hash.hpp | 8526 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.lineWidthGranularity ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 872 vkStream->write((float*)&forMarshaling->lineWidthGranularity, sizeof(float)); in marshal_VkPhysicalDeviceLimits() 1011 vkStream->read((float*)&forUnmarshaling->lineWidthGranularity, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 865 memcpy(*ptr, (float*)&forMarshaling->lineWidthGranularity, sizeof(float)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 935 vkStream->write((float*)&forMarshaling->lineWidthGranularity, sizeof(float)); in marshal_VkPhysicalDeviceLimits() 1074 vkStream->read((float*)&forUnmarshaling->lineWidthGranularity, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 857 memcpy((float*)&forUnmarshaling->lineWidthGranularity, *ptr, sizeof(float)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3174 float lineWidthGranularity; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 1456 * Fix Roadmap 2022 JSON by moving pname:lineWidthGranularity and
|