Home
last modified time | relevance | path

Searched refs:perViewAttributesPositionXOnly (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dpipelines.adoc3401 slink:VkMultiviewPerViewAttributesInfoNVX::pname:perViewAttributesPositionXOnly
3429 slink:VkMultiviewPerViewAttributesInfoNVX::pname:perViewAttributesPositionXOnly
3437 slink:VkMultiviewPerViewAttributesInfoNVX::pname:perViewAttributesPositionXOnly
Drenderpass.adoc1813 * pname:perViewAttributesPositionXOnly specifies that shaders compiled for
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp10944 vkStream->write((VkBool32*)&forMarshaling->perViewAttributesPositionXOnly, sizeof(VkBool32)); in marshal_VkMultiviewPerViewAttributesInfoNVX()
10957 vkStream->read((VkBool32*)&forUnmarshaling->perViewAttributesPositionXOnly, sizeof(VkBool32)); in unmarshal_VkMultiviewPerViewAttributesInfoNVX()
Dgoldfish_vk_reserved_marshaling_guest.cpp7386 memcpy(*ptr, (VkBool32*)&forMarshaling->perViewAttributesPositionXOnly, sizeof(VkBool32)); in reservedmarshal_VkMultiviewPerViewAttributesInfoNVX()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp14053 vkStream->write((VkBool32*)&forMarshaling->perViewAttributesPositionXOnly, sizeof(VkBool32)); in marshal_VkMultiviewPerViewAttributesInfoNVX()
14078 vkStream->read((VkBool32*)&forUnmarshaling->perViewAttributesPositionXOnly, sizeof(VkBool32)); in unmarshal_VkMultiviewPerViewAttributesInfoNVX()
Dgoldfish_vk_reserved_marshaling.cpp10828 memcpy((VkBool32*)&forUnmarshaling->perViewAttributesPositionXOnly, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkMultiviewPerViewAttributesInfoNVX()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8443 VkBool32 perViewAttributesPositionXOnly; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp6387 … VULKAN_HPP_HASH_COMBINE( seed, multiviewPerViewAttributesInfoNVX.perViewAttributesPositionXOnly ); in operator ()()