Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceMultiviewProperties (Results 1 – 25 of 27) sorted by relevance

12

/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_extension_structs_guest.cpp302 return sizeof(VkPhysicalDeviceMultiviewProperties); in goldfish_vk_extension_struct_size()
917 return sizeof(VkPhysicalDeviceMultiviewProperties); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy_guest.h581 const VkPhysicalDeviceMultiviewProperties* from,
582 VkPhysicalDeviceMultiviewProperties* to);
Dgoldfish_vk_transform_guest.h914 ResourceTracker* resourceTracker, VkPhysicalDeviceMultiviewProperties* toTransform);
917 ResourceTracker* resourceTracker, VkPhysicalDeviceMultiviewProperties* toTransform);
Dgoldfish_vk_marshaling_guest.h1156 const VkPhysicalDeviceMultiviewProperties* forMarshaling);
1160 VkPhysicalDeviceMultiviewProperties* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp3107 ResourceTracker* resourceTracker, VkPhysicalDeviceMultiviewProperties* toTransform) { in transform_tohost_VkPhysicalDeviceMultiviewProperties()
3116 ResourceTracker* resourceTracker, VkPhysicalDeviceMultiviewProperties* toTransform) { in transform_fromhost_VkPhysicalDeviceMultiviewProperties()
8115 reinterpret_cast<VkPhysicalDeviceMultiviewProperties*>(structExtension_out)); in transform_tohost_extension_struct()
9195 reinterpret_cast<VkPhysicalDeviceMultiviewProperties*>(structExtension_out)); in transform_fromhost_extension_struct()
Dgoldfish_vk_counting_guest.h530 const VkPhysicalDeviceMultiviewProperties* toCount,
Dgoldfish_vk_reserved_marshaling_guest.h610 const VkPhysicalDeviceMultiviewProperties* forMarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy_guest.cpp3096 const VkPhysicalDeviceMultiviewProperties* from, in deepcopy_VkPhysicalDeviceMultiviewProperties()
3097 VkPhysicalDeviceMultiviewProperties* to) { in deepcopy_VkPhysicalDeviceMultiviewProperties()
8851 reinterpret_cast<const VkPhysicalDeviceMultiviewProperties*>(structExtension), in deepcopy_extension_struct()
8852 reinterpret_cast<VkPhysicalDeviceMultiviewProperties*>(structExtension_out)); in deepcopy_extension_struct()
Dgoldfish_vk_counting_guest.cpp2982 const VkPhysicalDeviceMultiviewProperties* toCount, in count_VkPhysicalDeviceMultiviewProperties()
7523 reinterpret_cast<const VkPhysicalDeviceMultiviewProperties*>(structExtension), in count_extension_struct()
Dgoldfish_vk_marshaling_guest.cpp5496 const VkPhysicalDeviceMultiviewProperties* forMarshaling) { in marshal_VkPhysicalDeviceMultiviewProperties()
5509 VkPhysicalDeviceMultiviewProperties* forUnmarshaling) { in unmarshal_VkPhysicalDeviceMultiviewProperties()
13763 reinterpret_cast<const VkPhysicalDeviceMultiviewProperties*>(structExtension)); in marshal_extension_struct()
14978 reinterpret_cast<VkPhysicalDeviceMultiviewProperties*>(structExtension_out)); in unmarshal_extension_struct()
Dgoldfish_vk_reserved_marshaling_guest.cpp3793 const VkPhysicalDeviceMultiviewProperties* forMarshaling, uint8_t** ptr) { in reservedmarshal_VkPhysicalDeviceMultiviewProperties()
9296 reinterpret_cast<const VkPhysicalDeviceMultiviewProperties*>(structExtension), ptr); in reservedmarshal_extension_struct()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp302 return sizeof(VkPhysicalDeviceMultiviewProperties); in goldfish_vk_extension_struct_size()
963 return sizeof(VkPhysicalDeviceMultiviewProperties); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy.h574 const VkPhysicalDeviceMultiviewProperties* from,
575 VkPhysicalDeviceMultiviewProperties* to);
Dgoldfish_vk_transform.h930 VkDecoderGlobalState* resourceTracker, VkPhysicalDeviceMultiviewProperties* toTransform);
933 VkDecoderGlobalState* resourceTracker, VkPhysicalDeviceMultiviewProperties* toTransform);
Dgoldfish_vk_marshaling.h1132 const VkPhysicalDeviceMultiviewProperties* forMarshaling);
1136 VkPhysicalDeviceMultiviewProperties* forUnmarshaling);
Dgoldfish_vk_transform.cpp3119 VkDecoderGlobalState* resourceTracker, VkPhysicalDeviceMultiviewProperties* toTransform) { in transform_tohost_VkPhysicalDeviceMultiviewProperties()
3128 VkDecoderGlobalState* resourceTracker, VkPhysicalDeviceMultiviewProperties* toTransform) { in transform_fromhost_VkPhysicalDeviceMultiviewProperties()
8615 reinterpret_cast<VkPhysicalDeviceMultiviewProperties*>(structExtension_out)); in transform_tohost_extension_struct()
9775 reinterpret_cast<VkPhysicalDeviceMultiviewProperties*>(structExtension_out)); in transform_fromhost_extension_struct()
Dgoldfish_vk_reserved_marshaling.h580 VkPhysicalDeviceMultiviewProperties* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp3096 const VkPhysicalDeviceMultiviewProperties* from, in deepcopy_VkPhysicalDeviceMultiviewProperties()
3097 VkPhysicalDeviceMultiviewProperties* to) { in deepcopy_VkPhysicalDeviceMultiviewProperties()
9416 reinterpret_cast<const VkPhysicalDeviceMultiviewProperties*>(structExtension), in deepcopy_extension_struct()
9417 reinterpret_cast<VkPhysicalDeviceMultiviewProperties*>(structExtension_out)); in deepcopy_extension_struct()
Dgoldfish_vk_marshaling.cpp6504 const VkPhysicalDeviceMultiviewProperties* forMarshaling) { in marshal_VkPhysicalDeviceMultiviewProperties()
6517 VkPhysicalDeviceMultiviewProperties* forUnmarshaling) { in unmarshal_VkPhysicalDeviceMultiviewProperties()
18403 reinterpret_cast<const VkPhysicalDeviceMultiviewProperties*>(structExtension)); in marshal_extension_struct()
19695 reinterpret_cast<VkPhysicalDeviceMultiviewProperties*>(structExtension_out)); in unmarshal_extension_struct()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c864 VkPhysicalDeviceMultiviewProperties *properties = (void *)ext; in vk_get_physical_device_core_1_1_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc913 [open,refpage='VkPhysicalDeviceMultiviewProperties',desc='Structure describing multiview limits tha…
915 The sname:VkPhysicalDeviceMultiviewProperties structure is defined as:
917 include::{generated}/api/structs/VkPhysicalDeviceMultiviewProperties.adoc[]
942 :refpage: VkPhysicalDeviceMultiviewProperties
945 include::{generated}/validity/structs/VkPhysicalDeviceMultiviewProperties.adoc[]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp625 …_NAMESPACE::PhysicalDeviceMultiviewProperties ) == sizeof( VkPhysicalDeviceMultiviewProperties ), …
Dvulkan_static_assertions.hpp681 …_NAMESPACE::PhysicalDeviceMultiviewProperties ) == sizeof( VkPhysicalDeviceMultiviewProperties ), …
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5348 typedef struct VkPhysicalDeviceMultiviewProperties { struct
5353 } VkPhysicalDeviceMultiviewProperties; argument
8467 typedef VkPhysicalDeviceMultiviewProperties VkPhysicalDeviceMultiviewPropertiesKHR;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_common.adoc295 slink:VkPhysicalDeviceMultiviewProperties::pname:maxMultiviewInstanceIndex

12