Home
last modified time | relevance | path

Searched refs:semaphoreCount (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
Dgfxstream_vk_private.cpp46 uint32_t semaphoreCount) { in transformVkSemaphoreList() argument
48 for (uint32_t j = 0; j < semaphoreCount; ++j) { in transformVkSemaphoreList()
Dgfxstream_vk_private.h134 uint32_t semaphoreCount);
Dgoldfish_vk_marshaling_guest.cpp8363 vkStream->write((uint32_t*)&forMarshaling->semaphoreCount, sizeof(uint32_t)); in marshal_VkSemaphoreWaitInfo()
8364 if (forMarshaling->semaphoreCount) { in marshal_VkSemaphoreWaitInfo()
8366 vkStream->alloc((void**)&cgen_var_0, forMarshaling->semaphoreCount * 8); in marshal_VkSemaphoreWaitInfo()
8368 forMarshaling->pSemaphores, cgen_var_0, forMarshaling->semaphoreCount); in marshal_VkSemaphoreWaitInfo()
8369 vkStream->write((uint64_t*)cgen_var_0, forMarshaling->semaphoreCount * 8); in marshal_VkSemaphoreWaitInfo()
8372 forMarshaling->semaphoreCount * sizeof(const uint64_t)); in marshal_VkSemaphoreWaitInfo()
8384 vkStream->read((uint32_t*)&forUnmarshaling->semaphoreCount, sizeof(uint32_t)); in unmarshal_VkSemaphoreWaitInfo()
8385 if (forUnmarshaling->semaphoreCount) { in unmarshal_VkSemaphoreWaitInfo()
8387 vkStream->alloc((void**)&cgen_var_0, forUnmarshaling->semaphoreCount * 8); in unmarshal_VkSemaphoreWaitInfo()
8388 vkStream->read((uint64_t*)cgen_var_0, forUnmarshaling->semaphoreCount * 8); in unmarshal_VkSemaphoreWaitInfo()
[all …]
Dgoldfish_vk_reserved_marshaling_guest.cpp5725 memcpy(*ptr, (uint32_t*)&forMarshaling->semaphoreCount, sizeof(uint32_t)); in reservedmarshal_VkSemaphoreWaitInfo()
5727 if (forMarshaling->semaphoreCount) { in reservedmarshal_VkSemaphoreWaitInfo()
5730 for (uint32_t k = 0; k < forMarshaling->semaphoreCount; ++k) { in reservedmarshal_VkSemaphoreWaitInfo()
5735 *ptr += 8 * forMarshaling->semaphoreCount; in reservedmarshal_VkSemaphoreWaitInfo()
5738 forMarshaling->semaphoreCount * sizeof(const uint64_t)); in reservedmarshal_VkSemaphoreWaitInfo()
5739 *ptr += forMarshaling->semaphoreCount * sizeof(const uint64_t); in reservedmarshal_VkSemaphoreWaitInfo()
Dgoldfish_vk_counting_guest.cpp4491 if (toCount->semaphoreCount) { in count_VkSemaphoreWaitInfo()
4492 *count += toCount->semaphoreCount * 8; in count_VkSemaphoreWaitInfo()
4495 *count += toCount->semaphoreCount * sizeof(const uint64_t); in count_VkSemaphoreWaitInfo()
Dfunc_table.cpp2193 internal_pWaitInfo[i].pSemaphores, internal_pWaitInfo[i].semaphoreCount); in gfxstream_vk_WaitSemaphores()
2195 internal_pWaitInfo[i].semaphoreCount = in gfxstream_vk_WaitSemaphores()
Dgoldfish_vk_deepcopy_guest.cpp4948 from->pSemaphores, from->semaphoreCount * sizeof(const VkSemaphore)); in deepcopy_VkSemaphoreWaitInfo()
4953 from->semaphoreCount * sizeof(const uint64_t)); in deepcopy_VkSemaphoreWaitInfo()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_semaphore.c338 if (pWaitInfo->semaphoreCount == 0) in vk_common_WaitSemaphores()
343 const uint32_t wait_count = pWaitInfo->semaphoreCount; in vk_common_WaitSemaphores()
344 STACK_ARRAY(struct vk_sync_wait, waits, pWaitInfo->semaphoreCount); in vk_common_WaitSemaphores()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp10246 vkStream->write((uint32_t*)&forMarshaling->semaphoreCount, sizeof(uint32_t)); in marshal_VkSemaphoreWaitInfo()
10247 if (forMarshaling->semaphoreCount) { in marshal_VkSemaphoreWaitInfo()
10249 vkStream->alloc((void**)&cgen_var_0, forMarshaling->semaphoreCount * 8); in marshal_VkSemaphoreWaitInfo()
10251 forMarshaling->pSemaphores, cgen_var_0, forMarshaling->semaphoreCount); in marshal_VkSemaphoreWaitInfo()
10252 vkStream->write((uint64_t*)cgen_var_0, forMarshaling->semaphoreCount * 8); in marshal_VkSemaphoreWaitInfo()
10255 forMarshaling->semaphoreCount * sizeof(const uint64_t)); in marshal_VkSemaphoreWaitInfo()
10279 vkStream->read((uint32_t*)&forUnmarshaling->semaphoreCount, sizeof(uint32_t)); in unmarshal_VkSemaphoreWaitInfo()
10281 forUnmarshaling->semaphoreCount * sizeof(const VkSemaphore)); in unmarshal_VkSemaphoreWaitInfo()
10282 if (forUnmarshaling->semaphoreCount) { in unmarshal_VkSemaphoreWaitInfo()
10284 vkStream->alloc((void**)&cgen_var_0, forUnmarshaling->semaphoreCount * 8); in unmarshal_VkSemaphoreWaitInfo()
[all …]
Dgoldfish_vk_reserved_marshaling.cpp7892 memcpy((uint32_t*)&forUnmarshaling->semaphoreCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkSemaphoreWaitInfo()
7895 forUnmarshaling->semaphoreCount * sizeof(const VkSemaphore)); in reservedunmarshal_VkSemaphoreWaitInfo()
7896 if (forUnmarshaling->semaphoreCount) { in reservedunmarshal_VkSemaphoreWaitInfo()
7898 *ptr += 8 * forUnmarshaling->semaphoreCount; in reservedunmarshal_VkSemaphoreWaitInfo()
7900 for (uint32_t k = 0; k < forUnmarshaling->semaphoreCount; ++k) { in reservedunmarshal_VkSemaphoreWaitInfo()
7909 forUnmarshaling->semaphoreCount * sizeof(const uint64_t)); in reservedunmarshal_VkSemaphoreWaitInfo()
7911 forUnmarshaling->semaphoreCount * sizeof(const uint64_t)); in reservedunmarshal_VkSemaphoreWaitInfo()
7912 *ptr += forUnmarshaling->semaphoreCount * sizeof(const uint64_t); in reservedunmarshal_VkSemaphoreWaitInfo()
Dgoldfish_vk_deepcopy.cpp4948 from->pSemaphores, from->semaphoreCount * sizeof(const VkSemaphore)); in deepcopy_VkSemaphoreWaitInfo()
4953 from->semaphoreCount * sizeof(const uint64_t)); in deepcopy_VkSemaphoreWaitInfo()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1610 .semaphoreCount = 1, in wsi_swapchain_wait_for_present_semaphore()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsynchronization.adoc4522 * pname:semaphoreCount is the number of semaphores to wait on.
4523 * pname:pSemaphores is a pointer to an array of pname:semaphoreCount
4525 * pname:pValues is a pointer to an array of pname:semaphoreCount timeline
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6635 VULKAN_HPP_HASH_COMBINE( seed, semaphoreWaitInfo.semaphoreCount ); in operator ()()
Dvulkan_hash.hpp12613 VULKAN_HPP_HASH_COMBINE( seed, semaphoreWaitInfo.semaphoreCount ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6377 uint32_t semaphoreCount; member