Home
last modified time | relevance | path

Searched refs:pSemaphores (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
Dgfxstream_vk_private.cpp45 std::vector<VkSemaphore> transformVkSemaphoreList(const VkSemaphore* pSemaphores, in transformVkSemaphoreList() argument
49 VK_FROM_HANDLE(gfxstream_vk_semaphore, gfxstream_semaphore, pSemaphores[j]); in transformVkSemaphoreList()
Dgfxstream_vk_private.h133 std::vector<VkSemaphore> transformVkSemaphoreList(const VkSemaphore* pSemaphores,
Dgoldfish_vk_deepcopy_guest.cpp4945 to->pSemaphores = nullptr; in deepcopy_VkSemaphoreWaitInfo()
4946 if (from->pSemaphores) { in deepcopy_VkSemaphoreWaitInfo()
4947 to->pSemaphores = (VkSemaphore*)alloc->dupArray( in deepcopy_VkSemaphoreWaitInfo()
4948 from->pSemaphores, from->semaphoreCount * sizeof(const VkSemaphore)); in deepcopy_VkSemaphoreWaitInfo()
Dfunc_table.cpp2193 internal_pWaitInfo[i].pSemaphores, internal_pWaitInfo[i].semaphoreCount); in gfxstream_vk_WaitSemaphores()
2194 internal_pWaitInfo[i].pSemaphores = internal_VkSemaphoreWaitInfo_pSemaphores[i].data(); in gfxstream_vk_WaitSemaphores()
Dgoldfish_vk_marshaling_guest.cpp8368 forMarshaling->pSemaphores, cgen_var_0, forMarshaling->semaphoreCount); in marshal_VkSemaphoreWaitInfo()
8390 cgen_var_0, (VkSemaphore*)forUnmarshaling->pSemaphores, in unmarshal_VkSemaphoreWaitInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp5731 uint64_t tmpval = get_host_u64_VkSemaphore(forMarshaling->pSemaphores[k]); in reservedmarshal_VkSemaphoreWaitInfo()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_semaphore.c347 VK_FROM_HANDLE(vk_semaphore, semaphore, pWaitInfo->pSemaphores[i]); in vk_common_WaitSemaphores()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1611 .pSemaphores = &chain->present_id_timeline, in wsi_swapchain_wait_for_present_semaphore()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp4945 to->pSemaphores = nullptr; in deepcopy_VkSemaphoreWaitInfo()
4946 if (from->pSemaphores) { in deepcopy_VkSemaphoreWaitInfo()
4947 to->pSemaphores = (VkSemaphore*)alloc->dupArray( in deepcopy_VkSemaphoreWaitInfo()
4948 from->pSemaphores, from->semaphoreCount * sizeof(const VkSemaphore)); in deepcopy_VkSemaphoreWaitInfo()
Dgoldfish_vk_marshaling.cpp10251 forMarshaling->pSemaphores, cgen_var_0, forMarshaling->semaphoreCount); in marshal_VkSemaphoreWaitInfo()
10280 vkStream->alloc((void**)&forUnmarshaling->pSemaphores, in unmarshal_VkSemaphoreWaitInfo()
10287 cgen_var_0, (VkSemaphore*)forUnmarshaling->pSemaphores, in unmarshal_VkSemaphoreWaitInfo()
Dgoldfish_vk_reserved_marshaling.cpp7894 vkStream->alloc((void**)&forUnmarshaling->pSemaphores, in reservedunmarshal_VkSemaphoreWaitInfo()
7903 *(((VkSemaphore*)forUnmarshaling->pSemaphores) + k) = in reservedunmarshal_VkSemaphoreWaitInfo()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsynchronization.adoc4523 * pname:pSemaphores is a pointer to an array of pname:semaphoreCount
4530 * [[VUID-VkSemaphoreWaitInfo-pSemaphores-03256]]
4531 All of the elements of pname:pSemaphores must: reference a semaphore
4535 * [[VUID-VkSemaphoreWaitInfo-pSemaphores-05124]]
4536 If any of the semaphores in pname:pSemaphores have stext:NvSciSyncObj as
4561 sname:VkSemaphoreWaitInfo::pname:pSemaphores has reached the value
4566 sname:VkSemaphoreWaitInfo::pname:pSemaphores have reached the value
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6636 VULKAN_HPP_HASH_COMBINE( seed, semaphoreWaitInfo.pSemaphores ); in operator ()()
Dvulkan_hash.hpp12614 VULKAN_HPP_HASH_COMBINE( seed, semaphoreWaitInfo.pSemaphores ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6378 const VkSemaphore* pSemaphores; member