Searched refs:VkSwapchainPresentModeInfoEXT (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_swapchain_maintenance1/ |
D | SwapchainPresentModeInfo.adoc | 5 [open,refpage='VkSwapchainPresentModeInfoEXT',desc='Presentation modes for a vkQueuePresentKHR oper… 7 The sname:VkSwapchainPresentModeInfoEXT structure is defined as: 9 include::{generated}/api/structs/VkSwapchainPresentModeInfoEXT.adoc[] 20 sname:VkSwapchainPresentModeInfoEXT structure, then that structure defines 25 slink:VkSwapchainPresentModeInfoEXT, images that have already been queued 78 * [[VUID-VkSwapchainPresentModeInfoEXT-swapchainCount-07760]] 81 * [[VUID-VkSwapchainPresentModeInfoEXT-pPresentModes-07761]] 87 include::{generated}/validity/structs/VkSwapchainPresentModeInfoEXT.adoc[]
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_extension_structs.cpp | 787 return sizeof(VkSwapchainPresentModeInfoEXT); in goldfish_vk_extension_struct_size() 1452 return sizeof(VkSwapchainPresentModeInfoEXT); in goldfish_vk_extension_struct_size_with_stream_features()
|
D | goldfish_vk_deepcopy.h | 1926 const VkSwapchainPresentModeInfoEXT* from, 1927 VkSwapchainPresentModeInfoEXT* to);
|
D | goldfish_vk_transform.h | 3153 VkSwapchainPresentModeInfoEXT* toTransform); 3156 VkSwapchainPresentModeInfoEXT* toTransform);
|
D | goldfish_vk_marshaling.h | 3588 const VkSwapchainPresentModeInfoEXT* forMarshaling); 3591 VkSwapchainPresentModeInfoEXT* forUnmarshaling);
|
D | goldfish_vk_transform.cpp | 7953 VkSwapchainPresentModeInfoEXT* toTransform) { in transform_tohost_VkSwapchainPresentModeInfoEXT() 7962 VkSwapchainPresentModeInfoEXT* toTransform) { in transform_fromhost_VkSwapchainPresentModeInfoEXT() 9469 reinterpret_cast<VkSwapchainPresentModeInfoEXT*>(structExtension_out)); in transform_tohost_extension_struct() 10629 reinterpret_cast<VkSwapchainPresentModeInfoEXT*>(structExtension_out)); in transform_fromhost_extension_struct()
|
D | goldfish_vk_reserved_marshaling.h | 1908 VkSwapchainPresentModeInfoEXT* forUnmarshaling,
|
D | goldfish_vk_deepcopy.cpp | 8619 const VkSwapchainPresentModeInfoEXT* from, in deepcopy_VkSwapchainPresentModeInfoEXT() 8620 VkSwapchainPresentModeInfoEXT* to) { in deepcopy_VkSwapchainPresentModeInfoEXT() 10557 reinterpret_cast<const VkSwapchainPresentModeInfoEXT*>(structExtension), in deepcopy_extension_struct() 10558 reinterpret_cast<VkSwapchainPresentModeInfoEXT*>(structExtension_out)); in deepcopy_extension_struct()
|
D | goldfish_vk_marshaling.cpp | 17163 const VkSwapchainPresentModeInfoEXT* forMarshaling) { in marshal_VkSwapchainPresentModeInfoEXT() 17176 VkSwapchainPresentModeInfoEXT* forUnmarshaling) { in unmarshal_VkSwapchainPresentModeInfoEXT() 19363 reinterpret_cast<const VkSwapchainPresentModeInfoEXT*>(structExtension)); in marshal_extension_struct() 20640 reinterpret_cast<VkSwapchainPresentModeInfoEXT*>(structExtension_out)); in unmarshal_extension_struct()
|
D | goldfish_vk_reserved_marshaling.cpp | 13266 VkSwapchainPresentModeInfoEXT* forUnmarshaling, in reservedunmarshal_VkSwapchainPresentModeInfoEXT() 15333 reinterpret_cast<VkSwapchainPresentModeInfoEXT*>(structExtension_out), ptr); in reservedunmarshal_extension_struct()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_swapchain_maintenance1.adoc | 257 typedef struct VkSwapchainPresentModeInfoEXT { 262 } VkSwapchainPresentModeInfoEXT;
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common.c | 1296 const VkSwapchainPresentModeInfoEXT *present_mode_info = in wsi_common_queue_present()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 14320 typedef struct VkSwapchainPresentModeInfoEXT { struct 14325 } VkSwapchainPresentModeInfoEXT; argument
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_static_assertions.hpp | 3181 …ULKAN_HPP_NAMESPACE::SwapchainPresentModeInfoEXT ) == sizeof( VkSwapchainPresentModeInfoEXT ), "st…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 6834 slink:VkSwapchainPresentModeInfoEXT, allowing the swapchain to switch
|