Home
last modified time | relevance | path

Searched refs:waitSemaphoreValueCount (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp7243 currTsSi.waitSemaphoreValueCount = tsSi->waitSemaphoreValueCount; in on_vkQueueBindSparse()
7272 currTsSi.waitSemaphoreValueCount = 0; in on_vkQueueBindSparse()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp50064 …: 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
Dvulkansc_hash.hpp6849 VULKAN_HPP_HASH_COMBINE( seed, timelineSemaphoreSubmitInfo.waitSemaphoreValueCount ); in operator ()()
Dvulkan_structs.hpp102130 …: 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
Dvulkan_core.h6411 uint32_t waitSemaphoreValueCount; member
Dvulkan_hash.hpp13312 VULKAN_HPP_HASH_COMBINE( seed, timelineSemaphoreSubmitInfo.waitSemaphoreValueCount ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp7846 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()
Dgoldfish_vk_marshaling.cpp10180 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()
Dgoldfish_vk_deepcopy.cpp4918 from->pWaitSemaphoreValues, from->waitSemaphoreValueCount * sizeof(const uint64_t)); in deepcopy_VkTimelineSemaphoreSubmitInfo()