Home
last modified time | relevance | path

Searched refs:pWaitSemaphoreValues (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_win32.h145 const uint64_t* pWaitSemaphoreValues; member
Dvulkan_hash.hpp2539 VULKAN_HPP_HASH_COMBINE( seed, d3D12FenceSubmitInfoKHR.pWaitSemaphoreValues ); in operator ()()
13313 VULKAN_HPP_HASH_COMBINE( seed, timelineSemaphoreSubmitInfo.pWaitSemaphoreValues ); in operator ()()
Dvulkansc_hash.hpp6850 VULKAN_HPP_HASH_COMBINE( seed, timelineSemaphoreSubmitInfo.pWaitSemaphoreValues ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_win32.h145 const uint64_t* pWaitSemaphoreValues; member
Dvulkan_core.h6368 const uint64_t* pWaitSemaphoreValues; member
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_synchronization2.c335 wait_values = timeline_info->pWaitSemaphoreValues; in vk_common_QueueSubmit()
Dvk_queue.c1220 wait_values = timeline_info->pWaitSemaphoreValues; in vk_common_QueueBindSparse()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc2330 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 …]
Dsparsemem.adoc1856 slink:VkTimelineSemaphoreSubmitInfo::pname:pWaitSemaphoreValues must:
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp4914 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()
Dgoldfish_vk_marshaling.cpp10181 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()
Dgoldfish_vk_reserved_marshaling.cpp7841 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/
Dgoldfish_vk_deepcopy_guest.cpp4914 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()
Dgoldfish_vk_marshaling_guest.cpp8302 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp5690 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()
Dgoldfish_vk_counting_guest.cpp4463 if (toCount->pWaitSemaphoreValues) { in count_VkTimelineSemaphoreSubmitInfo()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp5992 currTsSi.pWaitSemaphoreValues = tsSi->pWaitSemaphoreValues; in on_vkQueueBindSparse()
6021 currTsSi.pWaitSemaphoreValues = nullptr; in on_vkQueueBindSparse()