Home
last modified time | relevance | path

Searched refs:maxInterpolationOffset (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1512 [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/
Dlimits.adoc646 * [[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/
Dvulkansc_hash.hpp4488 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxInterpolationOffset ); in operator ()()
Dvulkan_hash.hpp8495 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxInterpolationOffset ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp838 vkStream->write((float*)&forMarshaling->maxInterpolationOffset, sizeof(float)); in marshal_VkPhysicalDeviceLimits()
977 vkStream->read((float*)&forUnmarshaling->maxInterpolationOffset, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp806 memcpy(*ptr, (float*)&forMarshaling->maxInterpolationOffset, sizeof(float)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp901 vkStream->write((float*)&forMarshaling->maxInterpolationOffset, sizeof(float)); in marshal_VkPhysicalDeviceLimits()
1040 vkStream->read((float*)&forUnmarshaling->maxInterpolationOffset, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp798 memcpy((float*)&forUnmarshaling->maxInterpolationOffset, *ptr, sizeof(float)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3149 float maxInterpolationOffset; member