Home
last modified time | relevance | path

Searched refs:imageIndexCount (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_swapchain_maintenance1.adoc327 deUint32 imageIndexCount;
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1024 pReleaseInfo->imageIndexCount, in wsi_ReleaseSwapchainImagesEXT()
1031 for (uint32_t i = 0; i < pReleaseInfo->imageIndexCount; i++) { in wsi_ReleaseSwapchainImagesEXT()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
Dwsi.adoc1760 * pname:imageIndexCount is the number of image indices to be released.
1762 of pname:swapchain's presentable images, with pname:imageIndexCount
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp13365 memcpy((uint32_t*)&forUnmarshaling->imageIndexCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkReleaseSwapchainImagesInfoEXT()
13368 forUnmarshaling->imageIndexCount * sizeof(const uint32_t)); in reservedunmarshal_VkReleaseSwapchainImagesInfoEXT()
13370 forUnmarshaling->imageIndexCount * sizeof(const uint32_t)); in reservedunmarshal_VkReleaseSwapchainImagesInfoEXT()
13371 *ptr += forUnmarshaling->imageIndexCount * sizeof(const uint32_t); in reservedunmarshal_VkReleaseSwapchainImagesInfoEXT()
Dgoldfish_vk_marshaling.cpp17260 vkStream->write((uint32_t*)&forMarshaling->imageIndexCount, sizeof(uint32_t)); in marshal_VkReleaseSwapchainImagesInfoEXT()
17262 forMarshaling->imageIndexCount * sizeof(const uint32_t)); in marshal_VkReleaseSwapchainImagesInfoEXT()
17289 vkStream->read((uint32_t*)&forUnmarshaling->imageIndexCount, sizeof(uint32_t)); in unmarshal_VkReleaseSwapchainImagesInfoEXT()
17291 forUnmarshaling->imageIndexCount * sizeof(const uint32_t)); in unmarshal_VkReleaseSwapchainImagesInfoEXT()
17293 forUnmarshaling->imageIndexCount * sizeof(const uint32_t)); in unmarshal_VkReleaseSwapchainImagesInfoEXT()
Dgoldfish_vk_deepcopy.cpp8690 from->pImageIndices, from->imageIndexCount * sizeof(const uint32_t)); in deepcopy_VkReleaseSwapchainImagesInfoEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14339 uint32_t imageIndexCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp11942 VULKAN_HPP_HASH_COMBINE( seed, releaseSwapchainImagesInfoEXT.imageIndexCount ); in operator ()()