Searched refs:pWaitSemaphoreValues (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_win32.h | 145 const uint64_t* pWaitSemaphoreValues; member
|
D | vulkansc_structs.hpp | 50064 …: pNext( pNext_ ), waitSemaphoreValueCount( waitSemaphoreValueCount_ ), pWaitSemaphoreValues( pWai… 50075 …lueCount( static_cast<uint32_t>( waitSemaphoreValues_.size() ) ), pWaitSemaphoreValues( waitSemaph… 50104 pWaitSemaphoreValues = pWaitSemaphoreValues_; in setPWaitSemaphoreValues() 50112 pWaitSemaphoreValues = waitSemaphoreValues_.data(); in setWaitSemaphoreValues() 50158 …return std::tie( sType, pNext, waitSemaphoreValueCount, pWaitSemaphoreValues, signalSemaphoreValue… in reflect() 50174 && ( pWaitSemaphoreValues == rhs.pWaitSemaphoreValues ) in operator ==() 50190 const uint64_t * pWaitSemaphoreValues = {}; member
|
D | vulkan_structs.hpp | 18794 …: pNext( pNext_ ), waitSemaphoreValuesCount( waitSemaphoreValuesCount_ ), pWaitSemaphoreValues( pW… 18805 …uesCount( static_cast<uint32_t>( waitSemaphoreValues_.size() ) ), pWaitSemaphoreValues( waitSemaph… 18834 pWaitSemaphoreValues = pWaitSemaphoreValues_; in setPWaitSemaphoreValues() 18842 pWaitSemaphoreValues = waitSemaphoreValues_.data(); in setWaitSemaphoreValues() 18888 …return std::tie( sType, pNext, waitSemaphoreValuesCount, pWaitSemaphoreValues, signalSemaphoreValu… in reflect() 18904 && ( pWaitSemaphoreValues == rhs.pWaitSemaphoreValues ) in operator ==() 18920 const uint64_t * pWaitSemaphoreValues = {}; member 102130 …: pNext( pNext_ ), waitSemaphoreValueCount( waitSemaphoreValueCount_ ), pWaitSemaphoreValues( pWai… 102141 …lueCount( static_cast<uint32_t>( waitSemaphoreValues_.size() ) ), pWaitSemaphoreValues( waitSemaph… 102170 pWaitSemaphoreValues = pWaitSemaphoreValues_; in setPWaitSemaphoreValues() [all …]
|
D | vulkan_hash.hpp | 2539 VULKAN_HPP_HASH_COMBINE( seed, d3D12FenceSubmitInfoKHR.pWaitSemaphoreValues ); in operator ()() 13313 VULKAN_HPP_HASH_COMBINE( seed, timelineSemaphoreSubmitInfo.pWaitSemaphoreValues ); in operator ()()
|
D | vulkansc_hash.hpp | 6850 VULKAN_HPP_HASH_COMBINE( seed, timelineSemaphoreSubmitInfo.pWaitSemaphoreValues ); in operator ()()
|
D | vulkan_core.h | 6412 const uint64_t* pWaitSemaphoreValues; member
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 4915 to->pWaitSemaphoreValues = nullptr; in deepcopy_VkTimelineSemaphoreSubmitInfo() 4916 if (from->pWaitSemaphoreValues) { in deepcopy_VkTimelineSemaphoreSubmitInfo() 4917 to->pWaitSemaphoreValues = (uint64_t*)alloc->dupArray( in deepcopy_VkTimelineSemaphoreSubmitInfo() 4918 from->pWaitSemaphoreValues, from->waitSemaphoreValueCount * sizeof(const uint64_t)); in deepcopy_VkTimelineSemaphoreSubmitInfo()
|
D | goldfish_vk_marshaling.cpp | 10182 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pWaitSemaphoreValues; in marshal_VkTimelineSemaphoreSubmitInfo() 10184 if (forMarshaling->pWaitSemaphoreValues) { in marshal_VkTimelineSemaphoreSubmitInfo() 10185 vkStream->write((const uint64_t*)forMarshaling->pWaitSemaphoreValues, in marshal_VkTimelineSemaphoreSubmitInfo() 10220 forUnmarshaling->pWaitSemaphoreValues = (const uint64_t*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkTimelineSemaphoreSubmitInfo() 10221 if (forUnmarshaling->pWaitSemaphoreValues) { in unmarshal_VkTimelineSemaphoreSubmitInfo() 10222 vkStream->alloc((void**)&forUnmarshaling->pWaitSemaphoreValues, in unmarshal_VkTimelineSemaphoreSubmitInfo() 10224 vkStream->read((uint64_t*)forUnmarshaling->pWaitSemaphoreValues, in unmarshal_VkTimelineSemaphoreSubmitInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 7849 memcpy((uint64_t**)&forUnmarshaling->pWaitSemaphoreValues, (*ptr), 8); in reservedunmarshal_VkTimelineSemaphoreSubmitInfo() 7850 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pWaitSemaphoreValues); in reservedunmarshal_VkTimelineSemaphoreSubmitInfo() 7852 if (forUnmarshaling->pWaitSemaphoreValues) { in reservedunmarshal_VkTimelineSemaphoreSubmitInfo() 7853 vkStream->alloc((void**)&forUnmarshaling->pWaitSemaphoreValues, in reservedunmarshal_VkTimelineSemaphoreSubmitInfo() 7855 memcpy((uint64_t*)forUnmarshaling->pWaitSemaphoreValues, *ptr, in reservedunmarshal_VkTimelineSemaphoreSubmitInfo()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 7244 currTsSi.pWaitSemaphoreValues = tsSi->pWaitSemaphoreValues; in on_vkQueueBindSparse() 7273 currTsSi.pWaitSemaphoreValues = nullptr; in on_vkQueueBindSparse()
|