Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dpipelines.adoc3403 slink:VkMultiviewPerViewAttributesInfoNVX::pname:perViewAttributes must:
3412 slink:VkMultiviewPerViewAttributesInfoNVX::pname:perViewAttributes
3420 slink:VkMultiviewPerViewAttributesInfoNVX::pname:perViewAttributes
Drenderpass.adoc1807 * pname:perViewAttributes specifies that shaders compiled for this
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp10943 vkStream->write((VkBool32*)&forMarshaling->perViewAttributes, sizeof(VkBool32)); in marshal_VkMultiviewPerViewAttributesInfoNVX()
10956 vkStream->read((VkBool32*)&forUnmarshaling->perViewAttributes, sizeof(VkBool32)); in unmarshal_VkMultiviewPerViewAttributesInfoNVX()
Dgoldfish_vk_reserved_marshaling_guest.cpp7384 memcpy(*ptr, (VkBool32*)&forMarshaling->perViewAttributes, sizeof(VkBool32)); in reservedmarshal_VkMultiviewPerViewAttributesInfoNVX()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp14052 vkStream->write((VkBool32*)&forMarshaling->perViewAttributes, sizeof(VkBool32)); in marshal_VkMultiviewPerViewAttributesInfoNVX()
14077 vkStream->read((VkBool32*)&forUnmarshaling->perViewAttributes, sizeof(VkBool32)); in unmarshal_VkMultiviewPerViewAttributesInfoNVX()
Dgoldfish_vk_reserved_marshaling.cpp10826 memcpy((VkBool32*)&forUnmarshaling->perViewAttributes, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkMultiviewPerViewAttributesInfoNVX()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8442 VkBool32 perViewAttributes; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp6386 VULKAN_HPP_HASH_COMBINE( seed, multiviewPerViewAttributesInfoNVX.perViewAttributes ); in operator ()()