Searched refs:maxMultiviewInstanceIndex (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 866 CORE_PROPERTY(maxMultiviewInstanceIndex); in vk_get_physical_device_core_1_1_property_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_common.adoc | 292 * [[VUID-{refpage}-maxMultiviewInstanceIndex-02688]] 295 slink:VkPhysicalDeviceMultiviewProperties::pname:maxMultiviewInstanceIndex
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4667 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMultiviewProperties.maxMultiviewInstanceIndex ); in operator ()() 5363 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.maxMultiviewInstanceIndex ); in operator ()()
|
D | vulkan_hash.hpp | 8934 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMultiviewProperties.maxMultiviewInstanceIndex ); in operator ()() 10605 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.maxMultiviewInstanceIndex ); in operator ()()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 936 * [[{anchor-prefix}limits-maxMultiviewInstanceIndex]] 937 pname:maxMultiviewInstanceIndex is the maximum valid value of instance 4987 | pname:maxMultiviewInstanceIndex | - | 2^27^-1 | min
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 5504 vkStream->write((uint32_t*)&forMarshaling->maxMultiviewInstanceIndex, sizeof(uint32_t)); in marshal_VkPhysicalDeviceMultiviewProperties() 5517 vkStream->read((uint32_t*)&forUnmarshaling->maxMultiviewInstanceIndex, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceMultiviewProperties() 6456 vkStream->write((uint32_t*)&forMarshaling->maxMultiviewInstanceIndex, sizeof(uint32_t)); in marshal_VkPhysicalDeviceVulkan11Properties() 6486 vkStream->read((uint32_t*)&forUnmarshaling->maxMultiviewInstanceIndex, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3804 memcpy(*ptr, (uint32_t*)&forMarshaling->maxMultiviewInstanceIndex, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceMultiviewProperties() 4455 memcpy(*ptr, (uint32_t*)&forMarshaling->maxMultiviewInstanceIndex, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceVulkan11Properties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 6512 vkStream->write((uint32_t*)&forMarshaling->maxMultiviewInstanceIndex, sizeof(uint32_t)); in marshal_VkPhysicalDeviceMultiviewProperties() 6537 vkStream->read((uint32_t*)&forUnmarshaling->maxMultiviewInstanceIndex, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceMultiviewProperties() 7834 vkStream->write((uint32_t*)&forMarshaling->maxMultiviewInstanceIndex, sizeof(uint32_t)); in marshal_VkPhysicalDeviceVulkan11Properties() 7876 vkStream->read((uint32_t*)&forUnmarshaling->maxMultiviewInstanceIndex, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
|
D | goldfish_vk_reserved_marshaling.cpp | 4917 memcpy((uint32_t*)&forUnmarshaling->maxMultiviewInstanceIndex, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceMultiviewProperties() 5998 memcpy((uint32_t*)&forUnmarshaling->maxMultiviewInstanceIndex, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceVulkan11Properties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5352 uint32_t maxMultiviewInstanceIndex; member 5895 uint32_t maxMultiviewInstanceIndex; member
|