Home
last modified time | relevance | path

Searched refs:VkSwapchainPresentFenceInfoEXT (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_swapchain_maintenance1/
DSwapchainPresentFenceInfo.adoc5 [open,refpage='VkSwapchainPresentFenceInfoEXT',desc='Fences associated with a vkQueuePresentKHR ope…
7 The sname:VkSwapchainPresentFenceInfoEXT structure is defined as:
9 include::{generated}/api/structs/VkSwapchainPresentFenceInfoEXT.adoc[]
51 sname:VkSwapchainPresentFenceInfoEXT structure in the pname:pNext chain of
56 * [[VUID-VkSwapchainPresentFenceInfoEXT-swapchainCount-07757]]
59 * [[VUID-VkSwapchainPresentFenceInfoEXT-pFences-07758]]
61 * [[VUID-VkSwapchainPresentFenceInfoEXT-pFences-07759]]
66 include::{generated}/validity/structs/VkSwapchainPresentFenceInfoEXT.adoc[]
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp781 return sizeof(VkSwapchainPresentFenceInfoEXT); in goldfish_vk_extension_struct_size()
1446 return sizeof(VkSwapchainPresentFenceInfoEXT); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy.h1918 const VkSwapchainPresentFenceInfoEXT* from,
1919 VkSwapchainPresentFenceInfoEXT* to);
Dgoldfish_vk_transform.h3141 VkSwapchainPresentFenceInfoEXT* toTransform);
3144 VkSwapchainPresentFenceInfoEXT* toTransform);
Dgoldfish_vk_marshaling.h3574 const VkSwapchainPresentFenceInfoEXT* forMarshaling);
3577 VkSwapchainPresentFenceInfoEXT* forUnmarshaling);
Dgoldfish_vk_transform.cpp7917 VkSwapchainPresentFenceInfoEXT* toTransform) { in transform_tohost_VkSwapchainPresentFenceInfoEXT()
7926 VkDecoderGlobalState* resourceTracker, VkSwapchainPresentFenceInfoEXT* toTransform) { in transform_fromhost_VkSwapchainPresentFenceInfoEXT()
9457 reinterpret_cast<VkSwapchainPresentFenceInfoEXT*>(structExtension_out)); in transform_tohost_extension_struct()
10617 reinterpret_cast<VkSwapchainPresentFenceInfoEXT*>(structExtension_out)); in transform_fromhost_extension_struct()
Dgoldfish_vk_reserved_marshaling.h1900 VkSwapchainPresentFenceInfoEXT* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp8565 const VkSwapchainPresentFenceInfoEXT* from, in deepcopy_VkSwapchainPresentFenceInfoEXT()
8566 VkSwapchainPresentFenceInfoEXT* to) { in deepcopy_VkSwapchainPresentFenceInfoEXT()
10543 reinterpret_cast<const VkSwapchainPresentFenceInfoEXT*>(structExtension), in deepcopy_extension_struct()
10544 reinterpret_cast<VkSwapchainPresentFenceInfoEXT*>(structExtension_out)); in deepcopy_extension_struct()
Dgoldfish_vk_marshaling.cpp17071 const VkSwapchainPresentFenceInfoEXT* forMarshaling) { in marshal_VkSwapchainPresentFenceInfoEXT()
17089 VkSwapchainPresentFenceInfoEXT* forUnmarshaling) { in unmarshal_VkSwapchainPresentFenceInfoEXT()
19351 reinterpret_cast<const VkSwapchainPresentFenceInfoEXT*>(structExtension)); in marshal_extension_struct()
20628 reinterpret_cast<VkSwapchainPresentFenceInfoEXT*>(structExtension_out)); in unmarshal_extension_struct()
Dgoldfish_vk_reserved_marshaling.cpp13189 VkSwapchainPresentFenceInfoEXT* forUnmarshaling, uint8_t** ptr) { in reservedunmarshal_VkSwapchainPresentFenceInfoEXT()
15321 reinterpret_cast<VkSwapchainPresentFenceInfoEXT*>(structExtension_out), ptr); in reservedunmarshal_extension_struct()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_swapchain_maintenance1.adoc219 typedef struct VkSwapchainPresentFenceInfoEXT {
224 } VkSwapchainPresentFenceInfoEXT;
228 `VkSwapchainPresentFenceInfoEXT::swapchainCount`, each swapchain being
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1294 const VkSwapchainPresentFenceInfoEXT *present_fence_info = in wsi_common_queue_present()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14306 typedef struct VkSwapchainPresentFenceInfoEXT { struct
14311 } VkSwapchainPresentFenceInfoEXT; typedef
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_static_assertions.hpp3173 …KAN_HPP_NAMESPACE::SwapchainPresentFenceInfoEXT ) == sizeof( VkSwapchainPresentFenceInfoEXT ), "st…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc6830 ** slink:VkSwapchainPresentFenceInfoEXT, specifying a fence that is
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc326 slink:VkSwapchainPresentFenceInfoEXT (public pull request 2152).