Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_synchronization2.c324 if (timeline_info && timeline_info->waitSemaphoreValueCount) { in vk_common_QueueSubmit()
334 assert(timeline_info->waitSemaphoreValueCount == pSubmits[s].waitSemaphoreCount); in vk_common_QueueSubmit()
Dvk_queue.c1209 if (timeline_info && timeline_info->waitSemaphoreValueCount) { in vk_common_QueueBindSparse()
1219 assert(timeline_info->waitSemaphoreValueCount == pBindInfo[i].waitSemaphoreCount); in vk_common_QueueBindSparse()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc2309 ename:VK_SEMAPHORE_TYPE_TIMELINE, then its pname:waitSemaphoreValueCount
2416 * pname:waitSemaphoreValueCount is the number of semaphore wait values
2419 pname:waitSemaphoreValueCount values for the corresponding semaphores in
Dsparsemem.adoc1835 ename:VK_SEMAPHORE_TYPE_TIMELINE then its pname:waitSemaphoreValueCount
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp5991 currTsSi.waitSemaphoreValueCount = tsSi->waitSemaphoreValueCount; in on_vkQueueBindSparse()
6020 currTsSi.waitSemaphoreValueCount = 0; in on_vkQueueBindSparse()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp5687 memcpy(*ptr, (uint32_t*)&forMarshaling->waitSemaphoreValueCount, sizeof(uint32_t)); in reservedmarshal_VkTimelineSemaphoreSubmitInfo()
5696 forMarshaling->waitSemaphoreValueCount * sizeof(const uint64_t)); in reservedmarshal_VkTimelineSemaphoreSubmitInfo()
5697 *ptr += forMarshaling->waitSemaphoreValueCount * sizeof(const uint64_t); in reservedmarshal_VkTimelineSemaphoreSubmitInfo()
Dgoldfish_vk_marshaling_guest.cpp8300 vkStream->write((uint32_t*)&forMarshaling->waitSemaphoreValueCount, sizeof(uint32_t)); in marshal_VkTimelineSemaphoreSubmitInfo()
8306 forMarshaling->waitSemaphoreValueCount * sizeof(const uint64_t)); in marshal_VkTimelineSemaphoreSubmitInfo()
8326 vkStream->read((uint32_t*)&forUnmarshaling->waitSemaphoreValueCount, sizeof(uint32_t)); in unmarshal_VkTimelineSemaphoreSubmitInfo()
8337 forUnmarshaling->waitSemaphoreValueCount * sizeof(const uint64_t)); in unmarshal_VkTimelineSemaphoreSubmitInfo()
Dgoldfish_vk_counting_guest.cpp4465 *count += toCount->waitSemaphoreValueCount * sizeof(const uint64_t); in count_VkTimelineSemaphoreSubmitInfo()
Dgoldfish_vk_deepcopy_guest.cpp4917 from->pWaitSemaphoreValues, from->waitSemaphoreValueCount * sizeof(const uint64_t)); in deepcopy_VkTimelineSemaphoreSubmitInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp7838 memcpy((uint32_t*)&forUnmarshaling->waitSemaphoreValueCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkTimelineSemaphoreSubmitInfo()
7846 forUnmarshaling->waitSemaphoreValueCount * sizeof(const uint64_t)); in reservedunmarshal_VkTimelineSemaphoreSubmitInfo()
7848 forUnmarshaling->waitSemaphoreValueCount * sizeof(const uint64_t)); in reservedunmarshal_VkTimelineSemaphoreSubmitInfo()
7849 *ptr += forUnmarshaling->waitSemaphoreValueCount * sizeof(const uint64_t); in reservedunmarshal_VkTimelineSemaphoreSubmitInfo()
Dgoldfish_vk_marshaling.cpp10179 vkStream->write((uint32_t*)&forMarshaling->waitSemaphoreValueCount, sizeof(uint32_t)); in marshal_VkTimelineSemaphoreSubmitInfo()
10185 forMarshaling->waitSemaphoreValueCount * sizeof(const uint64_t)); in marshal_VkTimelineSemaphoreSubmitInfo()
10217 vkStream->read((uint32_t*)&forUnmarshaling->waitSemaphoreValueCount, sizeof(uint32_t)); in unmarshal_VkTimelineSemaphoreSubmitInfo()
10222 forUnmarshaling->waitSemaphoreValueCount * sizeof(const uint64_t)); in unmarshal_VkTimelineSemaphoreSubmitInfo()
10224 forUnmarshaling->waitSemaphoreValueCount * sizeof(const uint64_t)); in unmarshal_VkTimelineSemaphoreSubmitInfo()
Dgoldfish_vk_deepcopy.cpp4917 from->pWaitSemaphoreValues, from->waitSemaphoreValueCount * sizeof(const uint64_t)); in deepcopy_VkTimelineSemaphoreSubmitInfo()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6849 VULKAN_HPP_HASH_COMBINE( seed, timelineSemaphoreSubmitInfo.waitSemaphoreValueCount ); in operator ()()
Dvulkan_hash.hpp13312 VULKAN_HPP_HASH_COMBINE( seed, timelineSemaphoreSubmitInfo.waitSemaphoreValueCount ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6367 uint32_t waitSemaphoreValueCount; member