Searched refs:pWaitSemaphoreValues (Results 1 – 17 of 17) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_win32.h | 145 const uint64_t* pWaitSemaphoreValues; member
|
D | vulkan_hash.hpp | 2539 VULKAN_HPP_HASH_COMBINE( seed, d3D12FenceSubmitInfoKHR.pWaitSemaphoreValues ); in operator ()() 13313 VULKAN_HPP_HASH_COMBINE( seed, timelineSemaphoreSubmitInfo.pWaitSemaphoreValues ); in operator ()()
|
D | vulkansc_hash.hpp | 6850 VULKAN_HPP_HASH_COMBINE( seed, timelineSemaphoreSubmitInfo.pWaitSemaphoreValues ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_win32.h | 145 const uint64_t* pWaitSemaphoreValues; member
|
D | vulkan_core.h | 6368 const uint64_t* pWaitSemaphoreValues; member
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_synchronization2.c | 335 wait_values = timeline_info->pWaitSemaphoreValues; in vk_common_QueueSubmit()
|
D | vk_queue.c | 1220 wait_values = timeline_info->pWaitSemaphoreValues; in vk_common_QueueBindSparse()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | cmdbuffers.adoc | 2330 slink:VkTimelineSemaphoreSubmitInfo::pname:pWaitSemaphoreValues must: 2417 specified in pname:pWaitSemaphoreValues. 2418 * pname:pWaitSemaphoreValues is a pointer to an array of 2429 pname:pWaitSemaphoreValues or pname:pSignalSemaphoreValues respectively was 2432 in the pname:pWaitSemaphoreValues or pname:pSignalSemaphoreValues entry. 2437 pname:pWaitSemaphoreValues or pname:pSignalSemaphoreValues respectively was 2440 pname:pWaitSemaphoreValues or pname:pSignalSemaphoreValues entry must: be 2463 specified in pname:pWaitSemaphoreValues. 2464 * pname:pWaitSemaphoreValues is a pointer to an array of 2475 pname:pWaitSemaphoreValues or pname:pSignalSemaphoreValues respectively does [all …]
|
D | sparsemem.adoc | 1856 slink:VkTimelineSemaphoreSubmitInfo::pname:pWaitSemaphoreValues must:
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 4914 to->pWaitSemaphoreValues = nullptr; in deepcopy_VkTimelineSemaphoreSubmitInfo() 4915 if (from->pWaitSemaphoreValues) { in deepcopy_VkTimelineSemaphoreSubmitInfo() 4916 to->pWaitSemaphoreValues = (uint64_t*)alloc->dupArray( in deepcopy_VkTimelineSemaphoreSubmitInfo() 4917 from->pWaitSemaphoreValues, from->waitSemaphoreValueCount * sizeof(const uint64_t)); in deepcopy_VkTimelineSemaphoreSubmitInfo()
|
D | goldfish_vk_marshaling.cpp | 10181 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pWaitSemaphoreValues; in marshal_VkTimelineSemaphoreSubmitInfo() 10183 if (forMarshaling->pWaitSemaphoreValues) { in marshal_VkTimelineSemaphoreSubmitInfo() 10184 vkStream->write((const uint64_t*)forMarshaling->pWaitSemaphoreValues, in marshal_VkTimelineSemaphoreSubmitInfo() 10219 forUnmarshaling->pWaitSemaphoreValues = (const uint64_t*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkTimelineSemaphoreSubmitInfo() 10220 if (forUnmarshaling->pWaitSemaphoreValues) { in unmarshal_VkTimelineSemaphoreSubmitInfo() 10221 vkStream->alloc((void**)&forUnmarshaling->pWaitSemaphoreValues, in unmarshal_VkTimelineSemaphoreSubmitInfo() 10223 vkStream->read((uint64_t*)forUnmarshaling->pWaitSemaphoreValues, in unmarshal_VkTimelineSemaphoreSubmitInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 7841 memcpy((uint64_t**)&forUnmarshaling->pWaitSemaphoreValues, (*ptr), 8); in reservedunmarshal_VkTimelineSemaphoreSubmitInfo() 7842 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pWaitSemaphoreValues); in reservedunmarshal_VkTimelineSemaphoreSubmitInfo() 7844 if (forUnmarshaling->pWaitSemaphoreValues) { in reservedunmarshal_VkTimelineSemaphoreSubmitInfo() 7845 vkStream->alloc((void**)&forUnmarshaling->pWaitSemaphoreValues, in reservedunmarshal_VkTimelineSemaphoreSubmitInfo() 7847 memcpy((uint64_t*)forUnmarshaling->pWaitSemaphoreValues, *ptr, in reservedunmarshal_VkTimelineSemaphoreSubmitInfo()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 4914 to->pWaitSemaphoreValues = nullptr; in deepcopy_VkTimelineSemaphoreSubmitInfo() 4915 if (from->pWaitSemaphoreValues) { in deepcopy_VkTimelineSemaphoreSubmitInfo() 4916 to->pWaitSemaphoreValues = (uint64_t*)alloc->dupArray( in deepcopy_VkTimelineSemaphoreSubmitInfo() 4917 from->pWaitSemaphoreValues, from->waitSemaphoreValueCount * sizeof(const uint64_t)); in deepcopy_VkTimelineSemaphoreSubmitInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 8302 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pWaitSemaphoreValues; in marshal_VkTimelineSemaphoreSubmitInfo() 8304 if (forMarshaling->pWaitSemaphoreValues) { in marshal_VkTimelineSemaphoreSubmitInfo() 8305 vkStream->write((const uint64_t*)forMarshaling->pWaitSemaphoreValues, in marshal_VkTimelineSemaphoreSubmitInfo() 8330 if (forUnmarshaling->pWaitSemaphoreValues) { in unmarshal_VkTimelineSemaphoreSubmitInfo() 8336 vkStream->read((uint64_t*)forUnmarshaling->pWaitSemaphoreValues, in unmarshal_VkTimelineSemaphoreSubmitInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5690 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pWaitSemaphoreValues; in reservedmarshal_VkTimelineSemaphoreSubmitInfo() 5694 if (forMarshaling->pWaitSemaphoreValues) { in reservedmarshal_VkTimelineSemaphoreSubmitInfo() 5695 memcpy(*ptr, (const uint64_t*)forMarshaling->pWaitSemaphoreValues, in reservedmarshal_VkTimelineSemaphoreSubmitInfo()
|
D | goldfish_vk_counting_guest.cpp | 4463 if (toCount->pWaitSemaphoreValues) { in count_VkTimelineSemaphoreSubmitInfo()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 5992 currTsSi.pWaitSemaphoreValues = tsSi->pWaitSemaphoreValues; in on_vkQueueBindSparse() 6021 currTsSi.pWaitSemaphoreValues = nullptr; in on_vkQueueBindSparse()
|