Searched refs:semaphoreCount (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 10247 vkStream->write((uint32_t*)&forMarshaling->semaphoreCount, sizeof(uint32_t)); in marshal_VkSemaphoreWaitInfo() 10248 if (forMarshaling->semaphoreCount) { in marshal_VkSemaphoreWaitInfo() 10250 vkStream->alloc((void**)&cgen_var_0, forMarshaling->semaphoreCount * 8); in marshal_VkSemaphoreWaitInfo() 10252 forMarshaling->pSemaphores, cgen_var_0, forMarshaling->semaphoreCount); in marshal_VkSemaphoreWaitInfo() 10253 vkStream->write((uint64_t*)cgen_var_0, forMarshaling->semaphoreCount * 8); in marshal_VkSemaphoreWaitInfo() 10256 forMarshaling->semaphoreCount * sizeof(const uint64_t)); in marshal_VkSemaphoreWaitInfo() 10280 vkStream->read((uint32_t*)&forUnmarshaling->semaphoreCount, sizeof(uint32_t)); in unmarshal_VkSemaphoreWaitInfo() 10282 forUnmarshaling->semaphoreCount * sizeof(const VkSemaphore)); in unmarshal_VkSemaphoreWaitInfo() 10283 if (forUnmarshaling->semaphoreCount) { in unmarshal_VkSemaphoreWaitInfo() 10285 vkStream->alloc((void**)&cgen_var_0, forUnmarshaling->semaphoreCount * 8); in unmarshal_VkSemaphoreWaitInfo() [all …]
|
D | goldfish_vk_reserved_marshaling.cpp | 7900 memcpy((uint32_t*)&forUnmarshaling->semaphoreCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkSemaphoreWaitInfo() 7903 forUnmarshaling->semaphoreCount * sizeof(const VkSemaphore)); in reservedunmarshal_VkSemaphoreWaitInfo() 7904 if (forUnmarshaling->semaphoreCount) { in reservedunmarshal_VkSemaphoreWaitInfo() 7906 *ptr += 8 * forUnmarshaling->semaphoreCount; in reservedunmarshal_VkSemaphoreWaitInfo() 7908 for (uint32_t k = 0; k < forUnmarshaling->semaphoreCount; ++k) { in reservedunmarshal_VkSemaphoreWaitInfo() 7917 forUnmarshaling->semaphoreCount * sizeof(const uint64_t)); in reservedunmarshal_VkSemaphoreWaitInfo() 7919 forUnmarshaling->semaphoreCount * sizeof(const uint64_t)); in reservedunmarshal_VkSemaphoreWaitInfo() 7920 *ptr += forUnmarshaling->semaphoreCount * sizeof(const uint64_t); in reservedunmarshal_VkSemaphoreWaitInfo()
|
D | goldfish_vk_deepcopy.cpp | 4949 from->pSemaphores, from->semaphoreCount * sizeof(const VkSemaphore)); in deepcopy_VkSemaphoreWaitInfo() 4954 from->semaphoreCount * sizeof(const uint64_t)); in deepcopy_VkSemaphoreWaitInfo()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 48345 …: pNext( pNext_ ), flags( flags_ ), semaphoreCount( semaphoreCount_ ), pSemaphores( pSemaphores_ )… 48356 …: pNext( pNext_ ), flags( flags_ ), semaphoreCount( static_cast<uint32_t>( semaphores_.size() ) ),… 48394 semaphoreCount = semaphoreCount_; in setSemaphoreCount() 48407 semaphoreCount = static_cast<uint32_t>( semaphores_.size() ); in setSemaphores() 48422 semaphoreCount = static_cast<uint32_t>( values_.size() ); in setValues() 48448 return std::tie( sType, pNext, flags, semaphoreCount, pSemaphores, pValues ); in reflect() 48464 && ( semaphoreCount == rhs.semaphoreCount ) in operator ==() 48480 uint32_t semaphoreCount = {}; member
|
D | vulkansc_hash.hpp | 6635 VULKAN_HPP_HASH_COMBINE( seed, semaphoreWaitInfo.semaphoreCount ); in operator ()()
|
D | vulkan_structs.hpp | 96624 …: pNext( pNext_ ), flags( flags_ ), semaphoreCount( semaphoreCount_ ), pSemaphores( pSemaphores_ )… 96635 …: pNext( pNext_ ), flags( flags_ ), semaphoreCount( static_cast<uint32_t>( semaphores_.size() ) ),… 96673 semaphoreCount = semaphoreCount_; in setSemaphoreCount() 96686 semaphoreCount = static_cast<uint32_t>( semaphores_.size() ); in setSemaphores() 96701 semaphoreCount = static_cast<uint32_t>( values_.size() ); in setValues() 96727 return std::tie( sType, pNext, flags, semaphoreCount, pSemaphores, pValues ); in reflect() 96743 && ( semaphoreCount == rhs.semaphoreCount ) in operator ==() 96759 uint32_t semaphoreCount = {}; member
|
D | vulkan_core.h | 6421 uint32_t semaphoreCount; member
|
D | vulkan_hash.hpp | 12613 VULKAN_HPP_HASH_COMBINE( seed, semaphoreWaitInfo.semaphoreCount ); in operator ()()
|