Home
last modified time | relevance | path

Searched refs:swapchainCount (Results 1 – 25 of 29) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_swapchain_maintenance1/
DSwapchainPresentFenceInfo.adoc14 * pname:swapchainCount is the number of swapchains being presented to by
16 * pname:pFences is a list of fences with pname:swapchainCount entries.
56 * [[VUID-VkSwapchainPresentFenceInfoEXT-swapchainCount-07757]]
57 pname:swapchainCount must: be equal to
58 slink:VkPresentInfoKHR::pname:swapchainCount
DSwapchainPresentModeInfo.adoc14 * pname:swapchainCount is the number of swapchains being presented to by
17 pname:swapchainCount entries.
78 * [[VUID-VkSwapchainPresentModeInfoEXT-swapchainCount-07760]]
79 pname:swapchainCount must: be equal to
80 slink:VkPresentInfoKHR::pname:swapchainCount
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_GOOGLE_display_timing/
DPresentTimeInfo.adoc28 * pname:swapchainCount is the number of swapchains being presented to by
31 sname:VkPresentTimeGOOGLE elements with pname:swapchainCount entries.
38 * [[VUID-VkPresentTimesInfoGOOGLE-swapchainCount-01247]]
39 pname:swapchainCount must: be the same value as
40 sname:VkPresentInfoKHR::pname:swapchainCount, where
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
DPresentId.adoc14 * pname:swapchainCount is the number of swapchains being presented to the
17 with pname:swapchainCount entries.
53 * [[VUID-VkPresentIdKHR-swapchainCount-04998]]
54 pname:swapchainCount must: be the same value as
55 sname:VkPresentInfoKHR::pname:swapchainCount, where this
Dwsi.adoc1452 * pname:swapchainCount is the number of swapchains being presented to by
1455 objects with pname:swapchainCount entries.
1457 of each swapchain's presentable images, with pname:swapchainCount
1462 with pname:swapchainCount entries.
1552 * pname:swapchainCount is zero or the number of elements in
1591 If sname:VkDeviceGroupPresentInfoKHR is not provided or pname:swapchainCount
1598 * [[VUID-VkDeviceGroupPresentInfoKHR-swapchainCount-01297]]
1599 pname:swapchainCount must: equal `0` or
1600 slink:VkPresentInfoKHR::pname:swapchainCount
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_incremental_present/
Dwsi.adoc26 * pname:swapchainCount is the number of swapchains being presented to by
29 sname:VkPresentRegionKHR elements with pname:swapchainCount entries.
36 * [[VUID-VkPresentRegionsKHR-swapchainCount-01260]]
37 pname:swapchainCount must: be the same value as
38 sname:VkPresentInfoKHR::pname:swapchainCount, where
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_EXT_hdr_metadata.adoc21 * pname:swapchainCount is the number of swapchains included in
23 * pname:pSwapchains is a pointer to an array of pname:swapchainCount
25 * pname:pMetadata is a pointer to an array of pname:swapchainCount
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_display_swapchain/
Dcreate_shared_swapchains.adoc12 :objectcount: pname:swapchainCount
20 * pname:swapchainCount is the number of swapchains to create.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_swapchain_maintenance1.adoc222 uint32_t swapchainCount;
227 With `swapchainCount` matching
228 `VkSwapchainPresentFenceInfoEXT::swapchainCount`, each swapchain being
260 uint32_t swapchainCount;
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp13546 vkStream->write((uint32_t*)&forMarshaling->swapchainCount, sizeof(uint32_t)); in marshal_VkPresentInfoKHR()
13547 if (forMarshaling->swapchainCount) { in marshal_VkPresentInfoKHR()
13549 vkStream->alloc((void**)&cgen_var_1, forMarshaling->swapchainCount * 8); in marshal_VkPresentInfoKHR()
13551 forMarshaling->pSwapchains, cgen_var_1, forMarshaling->swapchainCount); in marshal_VkPresentInfoKHR()
13552 vkStream->write((uint64_t*)cgen_var_1, forMarshaling->swapchainCount * 8); in marshal_VkPresentInfoKHR()
13555 forMarshaling->swapchainCount * sizeof(const uint32_t)); in marshal_VkPresentInfoKHR()
13561 forMarshaling->swapchainCount * sizeof(VkResult)); in marshal_VkPresentInfoKHR()
13596 vkStream->read((uint32_t*)&forUnmarshaling->swapchainCount, sizeof(uint32_t)); in unmarshal_VkPresentInfoKHR()
13598 forUnmarshaling->swapchainCount * sizeof(const VkSwapchainKHR)); in unmarshal_VkPresentInfoKHR()
13599 if (forUnmarshaling->swapchainCount) { in unmarshal_VkPresentInfoKHR()
[all …]
Dgoldfish_vk_reserved_marshaling.cpp10433 memcpy((uint32_t*)&forUnmarshaling->swapchainCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPresentInfoKHR()
10436 forUnmarshaling->swapchainCount * sizeof(const VkSwapchainKHR)); in reservedunmarshal_VkPresentInfoKHR()
10437 if (forUnmarshaling->swapchainCount) { in reservedunmarshal_VkPresentInfoKHR()
10439 *ptr += 8 * forUnmarshaling->swapchainCount; in reservedunmarshal_VkPresentInfoKHR()
10441 for (uint32_t k = 0; k < forUnmarshaling->swapchainCount; ++k) { in reservedunmarshal_VkPresentInfoKHR()
10450 forUnmarshaling->swapchainCount * sizeof(const uint32_t)); in reservedunmarshal_VkPresentInfoKHR()
10452 forUnmarshaling->swapchainCount * sizeof(const uint32_t)); in reservedunmarshal_VkPresentInfoKHR()
10453 *ptr += forUnmarshaling->swapchainCount * sizeof(const uint32_t); in reservedunmarshal_VkPresentInfoKHR()
10460 forUnmarshaling->swapchainCount * sizeof(VkResult)); in reservedunmarshal_VkPresentInfoKHR()
10462 forUnmarshaling->swapchainCount * sizeof(VkResult)); in reservedunmarshal_VkPresentInfoKHR()
[all …]
Dgoldfish_vk_deepcopy.cpp6564 from->pSwapchains, from->swapchainCount * sizeof(const VkSwapchainKHR)); in deepcopy_VkPresentInfoKHR()
6569 from->pImageIndices, from->swapchainCount * sizeof(const uint32_t)); in deepcopy_VkPresentInfoKHR()
6574 (VkResult*)alloc->dupArray(from->pResults, from->swapchainCount * sizeof(VkResult)); in deepcopy_VkPresentInfoKHR()
6690 from->pDeviceMasks, from->swapchainCount * sizeof(const uint32_t)); in deepcopy_VkDeviceGroupPresentInfoKHR()
6940 to->pRegions = (VkPresentRegionKHR*)alloc->alloc(from->swapchainCount * in deepcopy_VkPresentRegionsKHR()
6942 to->swapchainCount = from->swapchainCount; in deepcopy_VkPresentRegionsKHR()
6943 for (uint32_t i = 0; i < (uint32_t)from->swapchainCount; ++i) { in deepcopy_VkPresentRegionsKHR()
8587 (VkFence*)alloc->dupArray(from->pFences, from->swapchainCount * sizeof(const VkFence)); in deepcopy_VkSwapchainPresentFenceInfoEXT()
8641 from->pPresentModes, from->swapchainCount * sizeof(const VkPresentModeKHR)); in deepcopy_VkSwapchainPresentModeInfoEXT()
Dgoldfish_vk_transform.cpp6491 for (uint32_t i = 0; i < (uint32_t)toTransform->swapchainCount; ++i) { in transform_tohost_VkPresentRegionsKHR()
6508 for (uint32_t i = 0; i < (uint32_t)toTransform->swapchainCount; ++i) { in transform_fromhost_VkPresentRegionsKHR()
/hardware/google/gfxstream/host/vulkan/
DDisplayVk.cpp549 .swapchainCount = 1, in postImpl()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1957 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) { in overlay_QueuePresentKHR()
1971 present_info.swapchainCount = 1; in overlay_QueuePresentKHR()
1981 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) { in overlay_QueuePresentKHR()
1989 present_info.swapchainCount = 1; in overlay_QueuePresentKHR()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7716 uint32_t swapchainCount; member
7755 uint32_t swapchainCount; member
7966 …KAPI_PTR *PFN_vkCreateSharedSwapchainsKHR)(VkDevice device, uint32_t swapchainCount, const VkSwapc…
7971 uint32_t swapchainCount,
8862 uint32_t swapchainCount; member
10117 uint32_t swapchainCount; member
11638 uint32_t swapchainCount; member
11856 typedef void (VKAPI_PTR *PFN_vkSetHdrMetadataEXT)(VkDevice device, uint32_t swapchainCount, const V…
11861 uint32_t swapchainCount,
14309 uint32_t swapchainCount; member
[all …]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp2348 …VkResult vkCreateSharedSwapchainsKHR( VkDevice device, uint32_t swapchainCount, const VkSwapchainC… in vkCreateSharedSwapchainsKHR() argument
2350 …return ::vkCreateSharedSwapchainsKHR( device, swapchainCount, pCreateInfos, pAllocator, pSwapchain… in vkCreateSharedSwapchainsKHR()
2446 …void vkSetHdrMetadataEXT( VkDevice device, uint32_t swapchainCount, const VkSwapchainKHR * pSwapch… in vkSetHdrMetadataEXT() argument
2448 return ::vkSetHdrMetadataEXT( device, swapchainCount, pSwapchains, pMetadata ); in vkSetHdrMetadataEXT()
Dvulkan_hash.hpp3425 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupPresentInfoKHR.swapchainCount ); in operator ()()
11572 VULKAN_HPP_HASH_COMBINE( seed, presentIdKHR.swapchainCount ); in operator ()()
11587 VULKAN_HPP_HASH_COMBINE( seed, presentInfoKHR.swapchainCount ); in operator ()()
11625 VULKAN_HPP_HASH_COMBINE( seed, presentRegionsKHR.swapchainCount ); in operator ()()
11649 VULKAN_HPP_HASH_COMBINE( seed, presentTimesInfoGOOGLE.swapchainCount ); in operator ()()
13233 VULKAN_HPP_HASH_COMBINE( seed, swapchainPresentFenceInfoEXT.swapchainCount ); in operator ()()
13246 VULKAN_HPP_HASH_COMBINE( seed, swapchainPresentModeInfoEXT.swapchainCount ); in operator ()()
Dvulkansc_hash.hpp1759 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupPresentInfoKHR.swapchainCount ); in operator ()()
5989 VULKAN_HPP_HASH_COMBINE( seed, presentInfoKHR.swapchainCount ); in operator ()()
6027 VULKAN_HPP_HASH_COMBINE( seed, presentRegionsKHR.swapchainCount ); in operator ()()
Dvulkansc_funcs.hpp6450 …VULKAN_HPP_INLINE Result Device::createSharedSwapchainsKHR( uint32_t swapchainCount, const VULKAN_… in createSharedSwapchainsKHR() argument
6453 …return static_cast<Result>( d.vkCreateSharedSwapchainsKHR( m_device, swapchainCount, reinterpret_c… in createSharedSwapchainsKHR()
6865 …VULKAN_HPP_INLINE void Device::setHdrMetadataEXT( uint32_t swapchainCount, const VULKAN_HPP_NAMESP… in setHdrMetadataEXT() argument
6868 …d.vkSetHdrMetadataEXT( m_device, swapchainCount, reinterpret_cast<const VkSwapchainKHR *>( pSwapch… in setHdrMetadataEXT()
Dvulkan.hpp2443 …VkResult vkCreateSharedSwapchainsKHR( VkDevice device, uint32_t swapchainCount, const VkSwapchainC… in vkCreateSharedSwapchainsKHR() argument
2445 …return ::vkCreateSharedSwapchainsKHR( device, swapchainCount, pCreateInfos, pAllocator, pSwapchain… in vkCreateSharedSwapchainsKHR()
3121 …void vkSetHdrMetadataEXT( VkDevice device, uint32_t swapchainCount, const VkSwapchainKHR * pSwapch… in vkSetHdrMetadataEXT() argument
3123 return ::vkSetHdrMetadataEXT( device, swapchainCount, pSwapchains, pMetadata ); in vkSetHdrMetadataEXT()
Dvulkansc_handles.hpp5402 …VULKAN_HPP_NODISCARD Result createSharedSwapchainsKHR( uint32_t swapchainCount, const VULKAN_HPP_N…
5502 …void setHdrMetadataEXT( uint32_t swapchainCount, const VULKAN_HPP_NAMESPACE::SwapchainKHR * pSwapc…
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1299 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) { in wsi_common_queue_present()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp6733 to->pRegions = (VkPresentRegionKHR*)alloc->alloc(from->swapchainCount * in deepcopy_VkPresentRegionsKHR()
6735 to->swapchainCount = from->swapchainCount; in deepcopy_VkPresentRegionsKHR()
6736 for (uint32_t i = 0; i < (uint32_t)from->swapchainCount; ++i) { in deepcopy_VkPresentRegionsKHR()
Dgoldfish_vk_transform_guest.cpp6291 for (uint32_t i = 0; i < (uint32_t)toTransform->swapchainCount; ++i) { in transform_tohost_VkPresentRegionsKHR()
6308 for (uint32_t i = 0; i < (uint32_t)toTransform->swapchainCount; ++i) { in transform_fromhost_VkPresentRegionsKHR()

12