Searched refs:pointSizeRange (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 771 * [[limits-pointSizeRange]] pname:pointSizeRange[2] is the range 782 Not all point sizes in the range defined by pname:pointSizeRange are 4545 | 2 {times} code:float | pname:pointSizeRange | pname:largePoints 4973 | pname:pointSizeRange | (1.0,1.0) | (1.0,64.0 - ULP)^6^| (max,min)
|
D | primsrast.adoc | 2557 [eq]#[pname:pointSizeRange[0],pname:pointSizeRange[1]]#. 2567 The range and gradations are obtained from the pname:pointSizeRange and
|
D | features.adoc | 509 pname:pointSizeRange and pname:pointSizeGranularity members of the
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 357 memcpy(to->pointSizeRange, from->pointSizeRange, 2 * sizeof(float)); in deepcopy_VkPhysicalDeviceLimits()
|
D | goldfish_vk_marshaling.cpp | 932 vkStream->write((float*)forMarshaling->pointSizeRange, 2 * sizeof(float)); in marshal_VkPhysicalDeviceLimits() 1071 vkStream->read((float*)forUnmarshaling->pointSizeRange, 2 * sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 851 memcpy((float*)forUnmarshaling->pointSizeRange, *ptr, 2 * sizeof(float)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 357 memcpy(to->pointSizeRange, from->pointSizeRange, 2 * sizeof(float)); in deepcopy_VkPhysicalDeviceLimits()
|
D | goldfish_vk_marshaling_guest.cpp | 869 vkStream->write((float*)forMarshaling->pointSizeRange, 2 * sizeof(float)); in marshal_VkPhysicalDeviceLimits() 1008 vkStream->read((float*)forUnmarshaling->pointSizeRange, 2 * sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 859 memcpy(*ptr, (float*)forMarshaling->pointSizeRange, 2 * sizeof(float)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4512 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.pointSizeRange[i] ); in operator ()()
|
D | vulkan_hash.hpp | 8519 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.pointSizeRange[i] ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3171 float pointSizeRange[2]; member
|