Home
last modified time | relevance | path

Searched refs:VkDeviceGroupPresentInfoKHR (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_device_group.adoc49 * slink:VkDeviceGroupPresentInfoKHR
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp575 return sizeof(VkDeviceGroupPresentInfoKHR); in goldfish_vk_extension_struct_size()
1240 return sizeof(VkDeviceGroupPresentInfoKHR); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy.h1170 const VkDeviceGroupPresentInfoKHR* from,
1171 VkDeviceGroupPresentInfoKHR* to);
Dgoldfish_vk_transform.h1858 VkDeviceGroupPresentInfoKHR* toTransform);
1861 VkDeviceGroupPresentInfoKHR* toTransform);
Dgoldfish_vk_marshaling.h2218 const VkDeviceGroupPresentInfoKHR* forMarshaling);
2221 VkDeviceGroupPresentInfoKHR* forUnmarshaling);
Dgoldfish_vk_transform.cpp6255 VkDeviceGroupPresentInfoKHR* toTransform) { in transform_tohost_VkDeviceGroupPresentInfoKHR()
6264 VkDeviceGroupPresentInfoKHR* toTransform) { in transform_fromhost_VkDeviceGroupPresentInfoKHR()
9172 reinterpret_cast<VkDeviceGroupPresentInfoKHR*>(structExtension_out)); in transform_tohost_extension_struct()
10332 reinterpret_cast<VkDeviceGroupPresentInfoKHR*>(structExtension_out)); in transform_fromhost_extension_struct()
Dgoldfish_vk_reserved_marshaling.h1144 VkDeviceGroupPresentInfoKHR* forUnmarshaling,
Dgoldfish_vk_deepcopy.cpp6668 const VkDeviceGroupPresentInfoKHR* from, in deepcopy_VkDeviceGroupPresentInfoKHR()
6669 VkDeviceGroupPresentInfoKHR* to) { in deepcopy_VkDeviceGroupPresentInfoKHR()
10099 reinterpret_cast<const VkDeviceGroupPresentInfoKHR*>(structExtension), in deepcopy_extension_struct()
10100 reinterpret_cast<VkDeviceGroupPresentInfoKHR*>(structExtension_out)); in deepcopy_extension_struct()
Dgoldfish_vk_marshaling.cpp13807 const VkDeviceGroupPresentInfoKHR* forMarshaling) { in marshal_VkDeviceGroupPresentInfoKHR()
13822 VkDeviceGroupPresentInfoKHR* forUnmarshaling) { in unmarshal_VkDeviceGroupPresentInfoKHR()
18977 reinterpret_cast<const VkDeviceGroupPresentInfoKHR*>(structExtension)); in marshal_extension_struct()
20260 reinterpret_cast<VkDeviceGroupPresentInfoKHR*>(structExtension_out)); in unmarshal_extension_struct()
Dgoldfish_vk_reserved_marshaling.cpp10613 VkDeviceGroupPresentInfoKHR* forUnmarshaling, in reservedunmarshal_VkDeviceGroupPresentInfoKHR()
14918 reinterpret_cast<VkDeviceGroupPresentInfoKHR*>(structExtension_out), ptr); in reservedunmarshal_extension_struct()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
Dwsi.adoc1539 [open,refpage='VkDeviceGroupPresentInfoKHR',desc='Mode and mask controlling which physical devices\…
1542 sname:VkDeviceGroupPresentInfoKHR structure, then that structure includes an
1545 The sname:VkDeviceGroupPresentInfoKHR structure is defined as:
1547 include::{generated}/api/structs/VkDeviceGroupPresentInfoKHR.adoc[]
1591 If sname:VkDeviceGroupPresentInfoKHR is not provided or pname:swapchainCount
1593 If sname:VkDeviceGroupPresentInfoKHR is not provided, pname:mode is
1598 * [[VUID-VkDeviceGroupPresentInfoKHR-swapchainCount-01297]]
1601 * [[VUID-VkDeviceGroupPresentInfoKHR-mode-01298]]
1607 * [[VUID-VkDeviceGroupPresentInfoKHR-mode-01299]]
1612 * [[VUID-VkDeviceGroupPresentInfoKHR-mode-01300]]
[all …]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp1263 …( VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR ) == sizeof( VkDeviceGroupPresentInfoKHR ), "str…
Dvulkan_static_assertions.hpp1280 …( VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR ) == sizeof( VkDeviceGroupPresentInfoKHR ), "str…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_surface/
Dwsi.adoc1767 slink:VkDeviceGroupPresentInfoKHR::pname:mode.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7752 typedef struct VkDeviceGroupPresentInfoKHR { struct
7758 } VkDeviceGroupPresentInfoKHR; argument