Searched refs:imageIndexCount (Results 1 – 8 of 8) sorted by relevance
327 deUint32 imageIndexCount;
1024 pReleaseInfo->imageIndexCount, in wsi_ReleaseSwapchainImagesEXT()1031 for (uint32_t i = 0; i < pReleaseInfo->imageIndexCount; i++) { in wsi_ReleaseSwapchainImagesEXT()
1760 * pname:imageIndexCount is the number of image indices to be released.1762 of pname:swapchain's presentable images, with pname:imageIndexCount
13365 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()
17260 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()
8690 from->pImageIndices, from->imageIndexCount * sizeof(const uint32_t)); in deepcopy_VkReleaseSwapchainImagesInfoEXT()
14339 uint32_t imageIndexCount; member
11942 VULKAN_HPP_HASH_COMBINE( seed, releaseSwapchainImagesInfoEXT.imageIndexCount ); in operator ()()