Searched refs:maxInterpolationOffset (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | spirvenv.adoc | 1512 [eq]#frag~width~ {times} (<<limits-maxInterpolationOffset, 1513 pname:maxInterpolationOffset>> {plus} ULP ) - ULP# + 1526 [eq]#frag~height~ {times} (<<limits-maxInterpolationOffset, 1527 pname:maxInterpolationOffset>> {plus} ULP ) - ULP# +
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 646 * [[limits-maxInterpolationOffset]] pname:maxInterpolationOffset is the 4518 | code:float | pname:maxInterpolationOffset | pname:sampleRateShading 4945 | pname:maxInterpolationOffset |0.0| 0.5 - (1 ULP) ^5^ | min 5359 The values pname:minInterpolationOffset and pname:maxInterpolationOffset 5361 [pname:minInterpolationOffset, pname:maxInterpolationOffset].
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4488 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxInterpolationOffset ); in operator ()()
|
D | vulkan_hash.hpp | 8495 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxInterpolationOffset ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 838 vkStream->write((float*)&forMarshaling->maxInterpolationOffset, sizeof(float)); in marshal_VkPhysicalDeviceLimits() 977 vkStream->read((float*)&forUnmarshaling->maxInterpolationOffset, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 806 memcpy(*ptr, (float*)&forMarshaling->maxInterpolationOffset, sizeof(float)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 901 vkStream->write((float*)&forMarshaling->maxInterpolationOffset, sizeof(float)); in marshal_VkPhysicalDeviceLimits() 1040 vkStream->read((float*)&forUnmarshaling->maxInterpolationOffset, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 798 memcpy((float*)&forUnmarshaling->maxInterpolationOffset, *ptr, sizeof(float)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3149 float maxInterpolationOffset; member
|