Home
last modified time | relevance | path

Searched refs:VkSemaphoreWaitInfo (Results 1 – 25 of 35) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_semaphore.c328 const VkSemaphoreWaitInfo *pWaitInfo, in vk_common_WaitSemaphores()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h908 const VkSemaphoreWaitInfo* from, VkSemaphoreWaitInfo* to);
Dgoldfish_vk_transform_guest.h1394 VkSemaphoreWaitInfo* toTransform);
1397 VkSemaphoreWaitInfo* toTransform);
Dgoldfish_vk_marshaling_guest.h1740 const VkSemaphoreWaitInfo* forMarshaling);
1743 VkSemaphoreWaitInfo* forUnmarshaling);
DVkEncoder.h518 VkResult vkWaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo,
Dgoldfish_vk_counting_guest.h820 const VkSemaphoreWaitInfo* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h927 const VkSemaphoreWaitInfo* forMarshaling, uint8_t** ptr);
Dfunc_table.cpp2179 VkResult gfxstream_vk_WaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, in gfxstream_vk_WaitSemaphores()
2186 std::vector<VkSemaphoreWaitInfo> internal_pWaitInfo(1); in gfxstream_vk_WaitSemaphores()
Dgoldfish_vk_transform_guest.cpp4649 VkSemaphoreWaitInfo* toTransform) { in transform_tohost_VkSemaphoreWaitInfo()
4658 VkSemaphoreWaitInfo* toTransform) { in transform_fromhost_VkSemaphoreWaitInfo()
DVkEncoder.cpp20502 VkResult VkEncoder::vkWaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, in vkWaitSemaphores()
20540 VkSemaphoreWaitInfo* local_pWaitInfo; in vkWaitSemaphores()
20545 local_pWaitInfo = (VkSemaphoreWaitInfo*)pool->alloc(sizeof(const VkSemaphoreWaitInfo)); in vkWaitSemaphores()
20547 (VkSemaphoreWaitInfo*)(local_pWaitInfo)); in vkWaitSemaphores()
20552 (VkSemaphoreWaitInfo*)(local_pWaitInfo)); in vkWaitSemaphores()
20560 (VkSemaphoreWaitInfo*)(local_pWaitInfo), countPtr); in vkWaitSemaphores()
20585 (VkSemaphoreWaitInfo*)(local_pWaitInfo), streamPtrPtr); in vkWaitSemaphores()
Dgoldfish_vk_deepcopy_guest.cpp4927 const VkSemaphoreWaitInfo* from, VkSemaphoreWaitInfo* to) { in deepcopy_VkSemaphoreWaitInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h901 const VkSemaphoreWaitInfo* from, VkSemaphoreWaitInfo* to);
Dgoldfish_vk_transform.h1428 VkSemaphoreWaitInfo* toTransform);
1431 VkSemaphoreWaitInfo* toTransform);
Dgoldfish_vk_marshaling.h1706 const VkSemaphoreWaitInfo* forMarshaling);
1709 VkSemaphoreWaitInfo* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h890 VkSemaphoreWaitInfo* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_transform.cpp4681 VkSemaphoreWaitInfo* toTransform) { in transform_tohost_VkSemaphoreWaitInfo()
4690 VkSemaphoreWaitInfo* toTransform) { in transform_fromhost_VkSemaphoreWaitInfo()
Dgoldfish_vk_deepcopy.cpp4927 const VkSemaphoreWaitInfo* from, VkSemaphoreWaitInfo* to) { in deepcopy_VkSemaphoreWaitInfo()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsynchronization.adoc4472 * pname:pWaitInfo is a pointer to a slink:VkSemaphoreWaitInfo structure
4505 [open,refpage='VkSemaphoreWaitInfo',desc='Structure containing information about the semaphore wait…
4507 The sname:VkSemaphoreWaitInfo structure is defined as:
4509 include::{generated}/api/structs/VkSemaphoreWaitInfo.adoc[]
4530 * [[VUID-VkSemaphoreWaitInfo-pSemaphores-03256]]
4535 * [[VUID-VkSemaphoreWaitInfo-pSemaphores-05124]]
4543 include::{generated}/validity/structs/VkSemaphoreWaitInfo.adoc[]
4548 Bits which can: be set in slink:VkSemaphoreWaitInfo::pname:flags, specifying
4561 sname:VkSemaphoreWaitInfo::pname:pSemaphores has reached the value
4563 sname:VkSemaphoreWaitInfo::pname:pValues.
[all …]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6373 typedef struct VkSemaphoreWaitInfo { struct
6380 } VkSemaphoreWaitInfo; typedef
6429 typedef VkResult (VKAPI_PTR *PFN_vkWaitSemaphores)(VkDevice device, const VkSemaphoreWaitInfo* pWai…
6487 const VkSemaphoreWaitInfo* pWaitInfo,
9705 typedef VkSemaphoreWaitInfo VkSemaphoreWaitInfoKHR;
9710 typedef VkResult (VKAPI_PTR *PFN_vkWaitSemaphoresKHR)(VkDevice device, const VkSemaphoreWaitInfo* p…
9721 const VkSemaphoreWaitInfo* pWaitInfo,
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1608 const VkSemaphoreWaitInfo wait_info = { in wsi_swapchain_wait_for_present_semaphore()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h750 const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout);
DVkDecoderSnapshot.cpp1906 const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) {} in vkWaitSemaphores()
5458 const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) { in vkWaitSemaphores()
DVkDecoder.cpp11081 const VkSemaphoreWaitInfo* pWaitInfo; in decode()
11091 vkReadStream->alloc((void**)&pWaitInfo, sizeof(const VkSemaphoreWaitInfo)); in decode()
11093 (VkSemaphoreWaitInfo*)(pWaitInfo), in decode()
11099 (VkSemaphoreWaitInfo*)(pWaitInfo)); in decode()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp926 …SERT( sizeof( VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo ) == sizeof( VkSemaphoreWaitInfo ), "struct …
Dvulkansc_funcs.hpp4603 …cast<Result>( d.vkWaitSemaphores( m_device, reinterpret_cast<const VkSemaphoreWaitInfo *>( pWaitIn… in waitSemaphores()
4614 …VkResult result = d.vkWaitSemaphores( m_device, reinterpret_cast<const VkSemaphoreWaitInfo *>( &wa… in waitSemaphores()

12