Searched refs:VkSwapchainPresentFenceInfoEXT (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_swapchain_maintenance1/ |
D | SwapchainPresentFenceInfo.adoc | 5 [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/ |
D | goldfish_vk_extension_structs.cpp | 781 return sizeof(VkSwapchainPresentFenceInfoEXT); in goldfish_vk_extension_struct_size() 1446 return sizeof(VkSwapchainPresentFenceInfoEXT); in goldfish_vk_extension_struct_size_with_stream_features()
|
D | goldfish_vk_deepcopy.h | 1918 const VkSwapchainPresentFenceInfoEXT* from, 1919 VkSwapchainPresentFenceInfoEXT* to);
|
D | goldfish_vk_transform.h | 3141 VkSwapchainPresentFenceInfoEXT* toTransform); 3144 VkSwapchainPresentFenceInfoEXT* toTransform);
|
D | goldfish_vk_marshaling.h | 3574 const VkSwapchainPresentFenceInfoEXT* forMarshaling); 3577 VkSwapchainPresentFenceInfoEXT* forUnmarshaling);
|
D | goldfish_vk_transform.cpp | 7917 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()
|
D | goldfish_vk_reserved_marshaling.h | 1900 VkSwapchainPresentFenceInfoEXT* forUnmarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy.cpp | 8565 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()
|
D | goldfish_vk_marshaling.cpp | 17071 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 13189 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/ |
D | VK_EXT_swapchain_maintenance1.adoc | 219 typedef struct VkSwapchainPresentFenceInfoEXT { 224 } VkSwapchainPresentFenceInfoEXT; 228 `VkSwapchainPresentFenceInfoEXT::swapchainCount`, each swapchain being
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common.c | 1294 const VkSwapchainPresentFenceInfoEXT *present_fence_info = in wsi_common_queue_present()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 14306 typedef struct VkSwapchainPresentFenceInfoEXT { struct 14311 } VkSwapchainPresentFenceInfoEXT; typedef
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_static_assertions.hpp | 3173 …KAN_HPP_NAMESPACE::SwapchainPresentFenceInfoEXT ) == sizeof( VkSwapchainPresentFenceInfoEXT ), "st…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 6830 ** slink:VkSwapchainPresentFenceInfoEXT, specifying a fence that is
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 326 slink:VkSwapchainPresentFenceInfoEXT (public pull request 2152).
|