Searched refs:maxMultiviewViewCount (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 865 CORE_PROPERTY(maxMultiviewViewCount); in vk_get_physical_device_core_1_1_property_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 575 than <<limits-maxMultiviewViewCount, pname:maxMultiviewViewCount>> 1788 pname:pViewMasks must: be less than <<limits-maxMultiviewViewCount, 1789 pname:maxMultiviewViewCount>> 3880 than <<limits-maxMultiviewViewCount, pname:maxMultiviewViewCount>>
|
D | limits.adoc | 933 * [[{anchor-prefix}limits-maxMultiviewViewCount]] 934 pname:maxMultiviewViewCount is one greater than the maximum view index 4986 | pname:maxMultiviewViewCount | - | 6 | min
|
D | cmdbuffers.adoc | 1478 than <<limits-maxMultiviewViewCount, pname:maxMultiviewViewCount>>
|
D | pipelines.adoc | 3057 <<limits-maxMultiviewViewCount, pname:maxMultiviewViewCount>>
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4666 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMultiviewProperties.maxMultiviewViewCount ); in operator ()() 5362 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.maxMultiviewViewCount ); in operator ()()
|
D | vulkan_hash.hpp | 8933 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMultiviewProperties.maxMultiviewViewCount ); in operator ()() 10604 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.maxMultiviewViewCount ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 5503 vkStream->write((uint32_t*)&forMarshaling->maxMultiviewViewCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceMultiviewProperties() 5516 vkStream->read((uint32_t*)&forUnmarshaling->maxMultiviewViewCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceMultiviewProperties() 6455 vkStream->write((uint32_t*)&forMarshaling->maxMultiviewViewCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceVulkan11Properties() 6485 vkStream->read((uint32_t*)&forUnmarshaling->maxMultiviewViewCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3802 memcpy(*ptr, (uint32_t*)&forMarshaling->maxMultiviewViewCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceMultiviewProperties() 4453 memcpy(*ptr, (uint32_t*)&forMarshaling->maxMultiviewViewCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceVulkan11Properties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 6511 vkStream->write((uint32_t*)&forMarshaling->maxMultiviewViewCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceMultiviewProperties() 6536 vkStream->read((uint32_t*)&forUnmarshaling->maxMultiviewViewCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceMultiviewProperties() 7833 vkStream->write((uint32_t*)&forMarshaling->maxMultiviewViewCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceVulkan11Properties() 7875 vkStream->read((uint32_t*)&forUnmarshaling->maxMultiviewViewCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
|
D | goldfish_vk_reserved_marshaling.cpp | 4915 memcpy((uint32_t*)&forUnmarshaling->maxMultiviewViewCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceMultiviewProperties() 5996 memcpy((uint32_t*)&forUnmarshaling->maxMultiviewViewCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceVulkan11Properties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5351 uint32_t maxMultiviewViewCount; member 5894 uint32_t maxMultiviewViewCount; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 2793 slink:VkSubpassDescription2 to respect <<limits-maxMultiviewViewCount, 2794 pname:maxMultiviewViewCount>> (internal issue 2511).
|