Home
last modified time | relevance | path

Searched refs:pWaitSemaphoreValues (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_win32.h145 const uint64_t* pWaitSemaphoreValues; member
Dvulkansc_structs.hpp50064 …: 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
Dvulkan_structs.hpp18794 …: 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 …]
Dvulkan_hash.hpp2539 VULKAN_HPP_HASH_COMBINE( seed, d3D12FenceSubmitInfoKHR.pWaitSemaphoreValues ); in operator ()()
13313 VULKAN_HPP_HASH_COMBINE( seed, timelineSemaphoreSubmitInfo.pWaitSemaphoreValues ); in operator ()()
Dvulkansc_hash.hpp6850 VULKAN_HPP_HASH_COMBINE( seed, timelineSemaphoreSubmitInfo.pWaitSemaphoreValues ); in operator ()()
Dvulkan_core.h6412 const uint64_t* pWaitSemaphoreValues; member
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp4915 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()
Dgoldfish_vk_marshaling.cpp10182 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()
Dgoldfish_vk_reserved_marshaling.cpp7849 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/
DVkDecoderGlobalState.cpp7244 currTsSi.pWaitSemaphoreValues = tsSi->pWaitSemaphoreValues; in on_vkQueueBindSparse()
7273 currTsSi.pWaitSemaphoreValues = nullptr; in on_vkQueueBindSparse()