Home
last modified time | relevance | path

Searched refs:pResults (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1473 if (pPresentInfo->pResults != NULL) in wsi_common_queue_present()
1474 pPresentInfo->pResults[i] = result; in wsi_common_queue_present()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp2011 if (pPresentInfo->pResults) in overlay_QueuePresentKHR()
2012 pPresentInfo->pResults[i] = chain_result; in overlay_QueuePresentKHR()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
Dwsi.adoc1461 * pname:pResults is a pointer to an array of elink:VkResult typed elements
1464 pname:pResults.
1465 If non-`NULL`, each entry in pname:pResults will be set to the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_swapchain.adoc747 ** Make VkPresentInfoKHR::pResults non-const; it is an output array
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp6571 to->pResults = nullptr; in deepcopy_VkPresentInfoKHR()
6572 if (from->pResults) { in deepcopy_VkPresentInfoKHR()
6573 to->pResults = in deepcopy_VkPresentInfoKHR()
6574 (VkResult*)alloc->dupArray(from->pResults, from->swapchainCount * sizeof(VkResult)); in deepcopy_VkPresentInfoKHR()
Dgoldfish_vk_marshaling.cpp13557 uint64_t cgen_var_2 = (uint64_t)(uintptr_t)forMarshaling->pResults; in marshal_VkPresentInfoKHR()
13559 if (forMarshaling->pResults) { in marshal_VkPresentInfoKHR()
13560 vkStream->write((VkResult*)forMarshaling->pResults, in marshal_VkPresentInfoKHR()
13612 forUnmarshaling->pResults = (VkResult*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkPresentInfoKHR()
13613 if (forUnmarshaling->pResults) { in unmarshal_VkPresentInfoKHR()
13614 vkStream->alloc((void**)&forUnmarshaling->pResults, in unmarshal_VkPresentInfoKHR()
13616 vkStream->read((VkResult*)forUnmarshaling->pResults, in unmarshal_VkPresentInfoKHR()
Dgoldfish_vk_reserved_marshaling.cpp10455 memcpy((VkResult**)&forUnmarshaling->pResults, (*ptr), 8); in reservedunmarshal_VkPresentInfoKHR()
10456 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pResults); in reservedunmarshal_VkPresentInfoKHR()
10458 if (forUnmarshaling->pResults) { in reservedunmarshal_VkPresentInfoKHR()
10459 vkStream->alloc((void**)&forUnmarshaling->pResults, in reservedunmarshal_VkPresentInfoKHR()
10461 memcpy((VkResult*)forUnmarshaling->pResults, *ptr, in reservedunmarshal_VkPresentInfoKHR()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5992 VULKAN_HPP_HASH_COMBINE( seed, presentInfoKHR.pResults ); in operator ()()
Dvulkan_hash.hpp11590 VULKAN_HPP_HASH_COMBINE( seed, presentInfoKHR.pResults ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7719 VkResult* pResults; member