Searched refs:waitSemaphoreValueCount (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 7243 currTsSi.waitSemaphoreValueCount = tsSi->waitSemaphoreValueCount; in on_vkQueueBindSparse() 7272 currTsSi.waitSemaphoreValueCount = 0; in on_vkQueueBindSparse()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 50064 …: pNext( pNext_ ), waitSemaphoreValueCount( waitSemaphoreValueCount_ ), pWaitSemaphoreValues( pWai… 50075 …: pNext( pNext_ ), waitSemaphoreValueCount( static_cast<uint32_t>( waitSemaphoreValues_.size() ) )… 50098 waitSemaphoreValueCount = waitSemaphoreValueCount_; in setWaitSemaphoreValueCount() 50111 waitSemaphoreValueCount = static_cast<uint32_t>( waitSemaphoreValues_.size() ); in setWaitSemaphoreValues() 50158 …return std::tie( sType, pNext, waitSemaphoreValueCount, pWaitSemaphoreValues, signalSemaphoreValue… in reflect() 50173 && ( waitSemaphoreValueCount == rhs.waitSemaphoreValueCount ) in operator ==() 50189 uint32_t waitSemaphoreValueCount = {}; member
|
D | vulkansc_hash.hpp | 6849 VULKAN_HPP_HASH_COMBINE( seed, timelineSemaphoreSubmitInfo.waitSemaphoreValueCount ); in operator ()()
|
D | vulkan_structs.hpp | 102130 …: pNext( pNext_ ), waitSemaphoreValueCount( waitSemaphoreValueCount_ ), pWaitSemaphoreValues( pWai… 102141 …: pNext( pNext_ ), waitSemaphoreValueCount( static_cast<uint32_t>( waitSemaphoreValues_.size() ) )… 102164 waitSemaphoreValueCount = waitSemaphoreValueCount_; in setWaitSemaphoreValueCount() 102177 waitSemaphoreValueCount = static_cast<uint32_t>( waitSemaphoreValues_.size() ); in setWaitSemaphoreValues() 102224 …return std::tie( sType, pNext, waitSemaphoreValueCount, pWaitSemaphoreValues, signalSemaphoreValue… in reflect() 102239 && ( waitSemaphoreValueCount == rhs.waitSemaphoreValueCount ) in operator ==() 102255 uint32_t waitSemaphoreValueCount = {}; member
|
D | vulkan_core.h | 6411 uint32_t waitSemaphoreValueCount; member
|
D | vulkan_hash.hpp | 13312 VULKAN_HPP_HASH_COMBINE( seed, timelineSemaphoreSubmitInfo.waitSemaphoreValueCount ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_reserved_marshaling.cpp | 7846 memcpy((uint32_t*)&forUnmarshaling->waitSemaphoreValueCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkTimelineSemaphoreSubmitInfo() 7854 forUnmarshaling->waitSemaphoreValueCount * sizeof(const uint64_t)); in reservedunmarshal_VkTimelineSemaphoreSubmitInfo() 7856 forUnmarshaling->waitSemaphoreValueCount * sizeof(const uint64_t)); in reservedunmarshal_VkTimelineSemaphoreSubmitInfo() 7857 *ptr += forUnmarshaling->waitSemaphoreValueCount * sizeof(const uint64_t); in reservedunmarshal_VkTimelineSemaphoreSubmitInfo()
|
D | goldfish_vk_marshaling.cpp | 10180 vkStream->write((uint32_t*)&forMarshaling->waitSemaphoreValueCount, sizeof(uint32_t)); in marshal_VkTimelineSemaphoreSubmitInfo() 10186 forMarshaling->waitSemaphoreValueCount * sizeof(const uint64_t)); in marshal_VkTimelineSemaphoreSubmitInfo() 10218 vkStream->read((uint32_t*)&forUnmarshaling->waitSemaphoreValueCount, sizeof(uint32_t)); in unmarshal_VkTimelineSemaphoreSubmitInfo() 10223 forUnmarshaling->waitSemaphoreValueCount * sizeof(const uint64_t)); in unmarshal_VkTimelineSemaphoreSubmitInfo() 10225 forUnmarshaling->waitSemaphoreValueCount * sizeof(const uint64_t)); in unmarshal_VkTimelineSemaphoreSubmitInfo()
|
D | goldfish_vk_deepcopy.cpp | 4918 from->pWaitSemaphoreValues, from->waitSemaphoreValueCount * sizeof(const uint64_t)); in deepcopy_VkTimelineSemaphoreSubmitInfo()
|