Searched refs:pointSizeGranularity (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/ |
D | Roadmap-2022.adoc | 91 | pname:pointSizeGranularity | 0.0 | 1.0 | 0.125 | max, fixed point increment
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 780 * [[limits-pointSizeGranularity]] pname:pointSizeGranularity is the 4547 | code:float | pname:pointSizeGranularity | pname:largePoints 4975 | pname:pointSizeGranularity | 0.0 | 1.0 ^6^ | max, fixed point increment 5368 The point size ULP is determined by pname:pointSizeGranularity. 5369 If the pname:pointSizeGranularity is 0.125, the range of supported point 5507 | pname:pointSizeGranularity | 0.125 | max
|
D | primsrast.adoc | 2568 pname:pointSizeGranularity members of slink:VkPhysicalDeviceLimits.
|
D | features.adoc | 509 pname:pointSizeRange and pname:pointSizeGranularity members of the
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4518 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.pointSizeGranularity ); in operator ()()
|
D | vulkan_hash.hpp | 8525 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.pointSizeGranularity ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 871 vkStream->write((float*)&forMarshaling->pointSizeGranularity, sizeof(float)); in marshal_VkPhysicalDeviceLimits() 1010 vkStream->read((float*)&forUnmarshaling->pointSizeGranularity, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 863 memcpy(*ptr, (float*)&forMarshaling->pointSizeGranularity, sizeof(float)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 934 vkStream->write((float*)&forMarshaling->pointSizeGranularity, sizeof(float)); in marshal_VkPhysicalDeviceLimits() 1073 vkStream->read((float*)&forUnmarshaling->pointSizeGranularity, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 855 memcpy((float*)&forUnmarshaling->pointSizeGranularity, *ptr, sizeof(float)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3173 float pointSizeGranularity; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 1457 pname:pointSizeGranularity to the optionals section of the profile
|