Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc771 * [[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)
Dprimsrast.adoc2557 [eq]#[pname:pointSizeRange[0],pname:pointSizeRange[1]]#.
2567 The range and gradations are obtained from the pname:pointSizeRange and
Dfeatures.adoc509 pname:pointSizeRange and pname:pointSizeGranularity members of the
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp357 memcpy(to->pointSizeRange, from->pointSizeRange, 2 * sizeof(float)); in deepcopy_VkPhysicalDeviceLimits()
Dgoldfish_vk_marshaling.cpp932 vkStream->write((float*)forMarshaling->pointSizeRange, 2 * sizeof(float)); in marshal_VkPhysicalDeviceLimits()
1071 vkStream->read((float*)forUnmarshaling->pointSizeRange, 2 * sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp851 memcpy((float*)forUnmarshaling->pointSizeRange, *ptr, 2 * sizeof(float)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp357 memcpy(to->pointSizeRange, from->pointSizeRange, 2 * sizeof(float)); in deepcopy_VkPhysicalDeviceLimits()
Dgoldfish_vk_marshaling_guest.cpp869 vkStream->write((float*)forMarshaling->pointSizeRange, 2 * sizeof(float)); in marshal_VkPhysicalDeviceLimits()
1008 vkStream->read((float*)forUnmarshaling->pointSizeRange, 2 * sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp859 memcpy(*ptr, (float*)forMarshaling->pointSizeRange, 2 * sizeof(float)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4512 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.pointSizeRange[i] ); in operator ()()
Dvulkan_hash.hpp8519 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.pointSizeRange[i] ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3171 float pointSizeRange[2]; member