Searched refs:pSemaphores (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | gfxstream_vk_private.cpp | 45 std::vector<VkSemaphore> transformVkSemaphoreList(const VkSemaphore* pSemaphores, in transformVkSemaphoreList() argument 49 VK_FROM_HANDLE(gfxstream_vk_semaphore, gfxstream_semaphore, pSemaphores[j]); in transformVkSemaphoreList()
|
D | gfxstream_vk_private.h | 133 std::vector<VkSemaphore> transformVkSemaphoreList(const VkSemaphore* pSemaphores,
|
D | goldfish_vk_deepcopy_guest.cpp | 4945 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()
|
D | func_table.cpp | 2193 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()
|
D | goldfish_vk_marshaling_guest.cpp | 8368 forMarshaling->pSemaphores, cgen_var_0, forMarshaling->semaphoreCount); in marshal_VkSemaphoreWaitInfo() 8390 cgen_var_0, (VkSemaphore*)forUnmarshaling->pSemaphores, in unmarshal_VkSemaphoreWaitInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5731 uint64_t tmpval = get_host_u64_VkSemaphore(forMarshaling->pSemaphores[k]); in reservedmarshal_VkSemaphoreWaitInfo()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_semaphore.c | 347 VK_FROM_HANDLE(vk_semaphore, semaphore, pWaitInfo->pSemaphores[i]); in vk_common_WaitSemaphores()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common.c | 1611 .pSemaphores = &chain->present_id_timeline, in wsi_swapchain_wait_for_present_semaphore()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 4945 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()
|
D | goldfish_vk_marshaling.cpp | 10251 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 7894 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/ |
D | synchronization.adoc | 4523 * 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/ |
D | vulkansc_hash.hpp | 6636 VULKAN_HPP_HASH_COMBINE( seed, semaphoreWaitInfo.pSemaphores ); in operator ()()
|
D | vulkan_hash.hpp | 12614 VULKAN_HPP_HASH_COMBINE( seed, semaphoreWaitInfo.pSemaphores ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6378 const VkSemaphore* pSemaphores; member
|