Searched refs:waitSemaphoreValueCount (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_synchronization2.c | 324 if (timeline_info && timeline_info->waitSemaphoreValueCount) { in vk_common_QueueSubmit() 334 assert(timeline_info->waitSemaphoreValueCount == pSubmits[s].waitSemaphoreCount); in vk_common_QueueSubmit()
|
D | vk_queue.c | 1209 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/ |
D | cmdbuffers.adoc | 2309 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
|
D | sparsemem.adoc | 1835 ename:VK_SEMAPHORE_TYPE_TIMELINE then its pname:waitSemaphoreValueCount
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 5991 currTsSi.waitSemaphoreValueCount = tsSi->waitSemaphoreValueCount; in on_vkQueueBindSparse() 6020 currTsSi.waitSemaphoreValueCount = 0; in on_vkQueueBindSparse()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 5687 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()
|
D | goldfish_vk_marshaling_guest.cpp | 8300 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()
|
D | goldfish_vk_counting_guest.cpp | 4465 *count += toCount->waitSemaphoreValueCount * sizeof(const uint64_t); in count_VkTimelineSemaphoreSubmitInfo()
|
D | goldfish_vk_deepcopy_guest.cpp | 4917 from->pWaitSemaphoreValues, from->waitSemaphoreValueCount * sizeof(const uint64_t)); in deepcopy_VkTimelineSemaphoreSubmitInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_reserved_marshaling.cpp | 7838 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()
|
D | goldfish_vk_marshaling.cpp | 10179 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()
|
D | goldfish_vk_deepcopy.cpp | 4917 from->pWaitSemaphoreValues, from->waitSemaphoreValueCount * sizeof(const uint64_t)); in deepcopy_VkTimelineSemaphoreSubmitInfo()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6849 VULKAN_HPP_HASH_COMBINE( seed, timelineSemaphoreSubmitInfo.waitSemaphoreValueCount ); in operator ()()
|
D | vulkan_hash.hpp | 13312 VULKAN_HPP_HASH_COMBINE( seed, timelineSemaphoreSubmitInfo.waitSemaphoreValueCount ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6367 uint32_t waitSemaphoreValueCount; member
|