Home
last modified time | relevance | path

Searched refs:pImageIndices (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_GOOGLE_display_timing/
DPresentTimeInfo.adoc34 sname:VkPresentInfoKHR::pname:pImageIndices array.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
Dwsi.adoc1376 pname:pImageIndices and pname:pSwapchains members of pname:pPresentInfo,
1456 * pname:pImageIndices is a pointer to an array of indices into the array
1497 * [[VUID-VkPresentInfoKHR-pImageIndices-01296]]
1498 Each element of pname:pImageIndices must: be the index of a presentable
1505 * [[VUID-VkPresentInfoKHR-pImageIndices-01430]]
1506 Each element of pname:pImageIndices must: be the index of a presentable
1761 * pname:pImageIndices is a pointer to an array of indices into the array
1767 * [[VUID-VkReleaseSwapchainImagesInfoEXT-pImageIndices-07785]]
1768 Each element of pname:pImageIndices must: be the index of a presentable
1770 * [[VUID-VkReleaseSwapchainImagesInfoEXT-pImageIndices-07786]]
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1025 pReleaseInfo->pImageIndices); in wsi_ReleaseSwapchainImagesEXT()
1032 uint32_t image_index = pReleaseInfo->pImageIndices[i]; in wsi_ReleaseSwapchainImagesEXT()
1301 uint32_t image_index = pPresentInfo->pImageIndices[i]; in wsi_common_queue_present()
/hardware/google/gfxstream/host/vulkan/
DDisplayVk.cpp551 .pImageIndices = &imageIndex}; in postImpl()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1962 uint32_t image_index = pPresentInfo->pImageIndices[i]; in overlay_QueuePresentKHR()
1973 present_info.pImageIndices = &image_index; in overlay_QueuePresentKHR()
1986 uint32_t image_index = pPresentInfo->pImageIndices[i]; in overlay_QueuePresentKHR()
1991 present_info.pImageIndices = &image_index; in overlay_QueuePresentKHR()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_swapchain_maintenance1.adoc328 const deUint32* pImageIndices;
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp6566 to->pImageIndices = nullptr; in deepcopy_VkPresentInfoKHR()
6567 if (from->pImageIndices) { in deepcopy_VkPresentInfoKHR()
6568 to->pImageIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkPresentInfoKHR()
6569 from->pImageIndices, from->swapchainCount * sizeof(const uint32_t)); in deepcopy_VkPresentInfoKHR()
8687 to->pImageIndices = nullptr; in deepcopy_VkReleaseSwapchainImagesInfoEXT()
8688 if (from->pImageIndices) { in deepcopy_VkReleaseSwapchainImagesInfoEXT()
8689 to->pImageIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkReleaseSwapchainImagesInfoEXT()
8690 from->pImageIndices, from->imageIndexCount * sizeof(const uint32_t)); in deepcopy_VkReleaseSwapchainImagesInfoEXT()
Dgoldfish_vk_marshaling.cpp13554 vkStream->write((const uint32_t*)forMarshaling->pImageIndices, in marshal_VkPresentInfoKHR()
13607 vkStream->alloc((void**)&forUnmarshaling->pImageIndices, in unmarshal_VkPresentInfoKHR()
13609 vkStream->read((uint32_t*)forUnmarshaling->pImageIndices, in unmarshal_VkPresentInfoKHR()
17261 vkStream->write((const uint32_t*)forMarshaling->pImageIndices, in marshal_VkReleaseSwapchainImagesInfoEXT()
17290 vkStream->alloc((void**)&forUnmarshaling->pImageIndices, in unmarshal_VkReleaseSwapchainImagesInfoEXT()
17292 vkStream->read((uint32_t*)forUnmarshaling->pImageIndices, in unmarshal_VkReleaseSwapchainImagesInfoEXT()
Dgoldfish_vk_reserved_marshaling.cpp10449 vkStream->alloc((void**)&forUnmarshaling->pImageIndices, in reservedunmarshal_VkPresentInfoKHR()
10451 memcpy((uint32_t*)forUnmarshaling->pImageIndices, *ptr, in reservedunmarshal_VkPresentInfoKHR()
13367 vkStream->alloc((void**)&forUnmarshaling->pImageIndices, in reservedunmarshal_VkReleaseSwapchainImagesInfoEXT()
13369 memcpy((uint32_t*)forUnmarshaling->pImageIndices, *ptr, in reservedunmarshal_VkReleaseSwapchainImagesInfoEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7718 const uint32_t* pImageIndices; member
14340 const uint32_t* pImageIndices; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp11589 VULKAN_HPP_HASH_COMBINE( seed, presentInfoKHR.pImageIndices ); in operator ()()
11943 VULKAN_HPP_HASH_COMBINE( seed, releaseSwapchainImagesInfoEXT.pImageIndices ); in operator ()()
Dvulkansc_hash.hpp5991 VULKAN_HPP_HASH_COMBINE( seed, presentInfoKHR.pImageIndices ); in operator ()()