/hardware/google/gfxstream/guest/vulkan_enc/ |
D | gfxstream_vk_private.cpp | 46 uint32_t semaphoreCount) { in transformVkSemaphoreList() argument 48 for (uint32_t j = 0; j < semaphoreCount; ++j) { in transformVkSemaphoreList()
|
D | gfxstream_vk_private.h | 134 uint32_t semaphoreCount);
|
D | goldfish_vk_marshaling_guest.cpp | 8363 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 …]
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5725 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()
|
D | goldfish_vk_counting_guest.cpp | 4491 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()
|
D | func_table.cpp | 2193 internal_pWaitInfo[i].pSemaphores, internal_pWaitInfo[i].semaphoreCount); in gfxstream_vk_WaitSemaphores() 2195 internal_pWaitInfo[i].semaphoreCount = in gfxstream_vk_WaitSemaphores()
|
D | goldfish_vk_deepcopy_guest.cpp | 4948 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/ |
D | vk_semaphore.c | 338 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/ |
D | goldfish_vk_marshaling.cpp | 10246 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 …]
|
D | goldfish_vk_reserved_marshaling.cpp | 7892 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()
|
D | goldfish_vk_deepcopy.cpp | 4948 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/ |
D | wsi_common.c | 1610 .semaphoreCount = 1, in wsi_swapchain_wait_for_present_semaphore()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | synchronization.adoc | 4522 * 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/ |
D | vulkansc_hash.hpp | 6635 VULKAN_HPP_HASH_COMBINE( seed, semaphoreWaitInfo.semaphoreCount ); in operator ()()
|
D | vulkan_hash.hpp | 12613 VULKAN_HPP_HASH_COMBINE( seed, semaphoreWaitInfo.semaphoreCount ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6377 uint32_t semaphoreCount; member
|