Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/
Dvulkan_win32.h154 const uint64_t* pWaitSemaphoreValues; member
/device/generic/vulkan-cereal/protocols/vulkan/gen/include/vulkan/
Dvulkan_win32.h141 const uint64_t* pWaitSemaphoreValues; member
Dvulkan_core.h5953 const uint64_t* pWaitSemaphoreValues; member
/device/generic/vulkan-cereal/include/vulkan/
Dvulkan_win32.h141 const uint64_t* pWaitSemaphoreValues; member
Dvulkan_structs.hpp14976 , pWaitSemaphoreValues( pWaitSemaphoreValues_ )
14992 , pWaitSemaphoreValues( waitSemaphoreValues_.data() )
15022 pWaitSemaphoreValues = pWaitSemaphoreValues_; in setPWaitSemaphoreValues()
15031 pWaitSemaphoreValues = waitSemaphoreValues_.data(); in setWaitSemaphoreValues()
15076 ( pWaitSemaphoreValues == rhs.pWaitSemaphoreValues ) && in operator ==()
15091 const uint64_t * pWaitSemaphoreValues = {}; member
73562 , pWaitSemaphoreValues( pWaitSemaphoreValues_ )
73579 , pWaitSemaphoreValues( waitSemaphoreValues_.data() )
73609 pWaitSemaphoreValues = pWaitSemaphoreValues_; in setPWaitSemaphoreValues()
73618 pWaitSemaphoreValues = waitSemaphoreValues_.data(); in setWaitSemaphoreValues()
[all …]
Dvulkan_core.h5936 const uint64_t* pWaitSemaphoreValues; member
/device/generic/vulkan-cereal/protocols/vulkan/chapters/
Dcmdbuffers.txt1887 slink:VkTimelineSemaphoreSubmitInfo::pname:pWaitSemaphoreValues must:
1982 specified in pname:pWaitSemaphoreValues.
1983 * pname:pWaitSemaphoreValues is a pointer to an array of
1994 pname:pWaitSemaphoreValues or pname:pSignalSemaphoreValues respectively was
1997 in the pname:pWaitSemaphoreValues or pname:pSignalSemaphoreValues entry.
2018 specified in pname:pWaitSemaphoreValues.
2019 * pname:pWaitSemaphoreValues is a pointer to an array of
2030 pname:pWaitSemaphoreValues or pname:pSignalSemaphoreValues respectively does
2033 in the pname:pWaitSemaphoreValues or pname:pSignalSemaphoreValues entry.
Dsparsemem.txt1738 slink:VkTimelineSemaphoreSubmitInfo::pname:pWaitSemaphoreValues must:
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp4246 …if (!((!(a->pWaitSemaphoreValues) && !(b->pWaitSemaphoreValues)) || ((a->pWaitSemaphoreValues) && … in checkEqual_VkTimelineSemaphoreSubmitInfo()
4247 if (a->pWaitSemaphoreValues && b->pWaitSemaphoreValues) in checkEqual_VkTimelineSemaphoreSubmitInfo()
4250 …if (!((memcmp(a->pWaitSemaphoreValues, b->pWaitSemaphoreValues, a->waitSemaphoreValueCount * sizeo… in checkEqual_VkTimelineSemaphoreSubmitInfo()
5451 …if (!((!(a->pWaitSemaphoreValues) && !(b->pWaitSemaphoreValues)) || ((a->pWaitSemaphoreValues) && … in checkEqual_VkD3D12FenceSubmitInfoKHR()
5452 if (a->pWaitSemaphoreValues && b->pWaitSemaphoreValues) in checkEqual_VkD3D12FenceSubmitInfoKHR()
5455 …if (!((memcmp(a->pWaitSemaphoreValues, b->pWaitSemaphoreValues, a->waitSemaphoreValuesCount * size… in checkEqual_VkD3D12FenceSubmitInfoKHR()
Dgoldfish_vk_deepcopy.cpp6049 to->pWaitSemaphoreValues = nullptr; in deepcopy_VkTimelineSemaphoreSubmitInfo()
6050 if (from->pWaitSemaphoreValues) in deepcopy_VkTimelineSemaphoreSubmitInfo()
6052 …to->pWaitSemaphoreValues = (uint64_t*)alloc->dupArray(from->pWaitSemaphoreValues, from->waitSemaph… in deepcopy_VkTimelineSemaphoreSubmitInfo()
8110 to->pWaitSemaphoreValues = nullptr; in deepcopy_VkD3D12FenceSubmitInfoKHR()
8111 if (from->pWaitSemaphoreValues) in deepcopy_VkD3D12FenceSubmitInfoKHR()
8113 …to->pWaitSemaphoreValues = (uint64_t*)alloc->dupArray(from->pWaitSemaphoreValues, from->waitSemaph… in deepcopy_VkD3D12FenceSubmitInfoKHR()
Dgoldfish_vk_marshaling.cpp10766 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pWaitSemaphoreValues; in marshal_VkTimelineSemaphoreSubmitInfo()
10768 if (forMarshaling->pWaitSemaphoreValues) in marshal_VkTimelineSemaphoreSubmitInfo()
10770 …vkStream->write((const uint64_t*)forMarshaling->pWaitSemaphoreValues, forMarshaling->waitSemaphore… in marshal_VkTimelineSemaphoreSubmitInfo()
10807 forUnmarshaling->pWaitSemaphoreValues = (const uint64_t*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkTimelineSemaphoreSubmitInfo()
10808 if (forUnmarshaling->pWaitSemaphoreValues) in unmarshal_VkTimelineSemaphoreSubmitInfo()
10810 …vkStream->alloc((void**)&forUnmarshaling->pWaitSemaphoreValues, forUnmarshaling->waitSemaphoreValu… in unmarshal_VkTimelineSemaphoreSubmitInfo()
10811 …vkStream->read((uint64_t*)forUnmarshaling->pWaitSemaphoreValues, forUnmarshaling->waitSemaphoreVal… in unmarshal_VkTimelineSemaphoreSubmitInfo()
14107 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pWaitSemaphoreValues; in marshal_VkD3D12FenceSubmitInfoKHR()
14109 if (forMarshaling->pWaitSemaphoreValues) in marshal_VkD3D12FenceSubmitInfoKHR()
14111 …vkStream->write((const uint64_t*)forMarshaling->pWaitSemaphoreValues, forMarshaling->waitSemaphore… in marshal_VkD3D12FenceSubmitInfoKHR()
[all …]
Dgoldfish_vk_reserved_marshaling.cpp7965 memcpy((uint64_t**)&forUnmarshaling->pWaitSemaphoreValues, (*ptr), 8); in reservedunmarshal_VkTimelineSemaphoreSubmitInfo()
7966 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pWaitSemaphoreValues); in reservedunmarshal_VkTimelineSemaphoreSubmitInfo()
7968 if (forUnmarshaling->pWaitSemaphoreValues) in reservedunmarshal_VkTimelineSemaphoreSubmitInfo()
7970 …vkStream->alloc((void**)&forUnmarshaling->pWaitSemaphoreValues, forUnmarshaling->waitSemaphoreValu… in reservedunmarshal_VkTimelineSemaphoreSubmitInfo()
7971 …memcpy((uint64_t*)forUnmarshaling->pWaitSemaphoreValues, *ptr, forUnmarshaling->waitSemaphoreValue… in reservedunmarshal_VkTimelineSemaphoreSubmitInfo()
10472 memcpy((uint64_t**)&forUnmarshaling->pWaitSemaphoreValues, (*ptr), 8); in reservedunmarshal_VkD3D12FenceSubmitInfoKHR()
10473 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pWaitSemaphoreValues); in reservedunmarshal_VkD3D12FenceSubmitInfoKHR()
10475 if (forUnmarshaling->pWaitSemaphoreValues) in reservedunmarshal_VkD3D12FenceSubmitInfoKHR()
10477 …vkStream->alloc((void**)&forUnmarshaling->pWaitSemaphoreValues, forUnmarshaling->waitSemaphoreValu… in reservedunmarshal_VkD3D12FenceSubmitInfoKHR()
10478 …memcpy((uint64_t*)forUnmarshaling->pWaitSemaphoreValues, *ptr, forUnmarshaling->waitSemaphoreValue… in reservedunmarshal_VkD3D12FenceSubmitInfoKHR()
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderGlobalState.cpp4373 currTsSi.pWaitSemaphoreValues = tsSi->pWaitSemaphoreValues; in on_vkQueueBindSparse()
4401 currTsSi.pWaitSemaphoreValues = nullptr; in on_vkQueueBindSparse()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp6051 to->pWaitSemaphoreValues = nullptr; in deepcopy_VkTimelineSemaphoreSubmitInfo()
6052 if (from->pWaitSemaphoreValues) in deepcopy_VkTimelineSemaphoreSubmitInfo()
6054 …to->pWaitSemaphoreValues = (uint64_t*)alloc->dupArray(from->pWaitSemaphoreValues, from->waitSemaph… in deepcopy_VkTimelineSemaphoreSubmitInfo()
8112 to->pWaitSemaphoreValues = nullptr; in deepcopy_VkD3D12FenceSubmitInfoKHR()
8113 if (from->pWaitSemaphoreValues) in deepcopy_VkD3D12FenceSubmitInfoKHR()
8115 …to->pWaitSemaphoreValues = (uint64_t*)alloc->dupArray(from->pWaitSemaphoreValues, from->waitSemaph… in deepcopy_VkD3D12FenceSubmitInfoKHR()
Dgoldfish_vk_marshaling_guest.cpp9110 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pWaitSemaphoreValues; in marshal_VkTimelineSemaphoreSubmitInfo()
9112 if (forMarshaling->pWaitSemaphoreValues) in marshal_VkTimelineSemaphoreSubmitInfo()
9114 …vkStream->write((const uint64_t*)forMarshaling->pWaitSemaphoreValues, forMarshaling->waitSemaphore… in marshal_VkTimelineSemaphoreSubmitInfo()
9142 if (forUnmarshaling->pWaitSemaphoreValues) in unmarshal_VkTimelineSemaphoreSubmitInfo()
9148 …vkStream->read((uint64_t*)forUnmarshaling->pWaitSemaphoreValues, forUnmarshaling->waitSemaphoreVal… in unmarshal_VkTimelineSemaphoreSubmitInfo()
11832 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pWaitSemaphoreValues; in marshal_VkD3D12FenceSubmitInfoKHR()
11834 if (forMarshaling->pWaitSemaphoreValues) in marshal_VkD3D12FenceSubmitInfoKHR()
11836 …vkStream->write((const uint64_t*)forMarshaling->pWaitSemaphoreValues, forMarshaling->waitSemaphore… in marshal_VkD3D12FenceSubmitInfoKHR()
11864 if (forUnmarshaling->pWaitSemaphoreValues) in unmarshal_VkD3D12FenceSubmitInfoKHR()
11870 …vkStream->read((uint64_t*)forUnmarshaling->pWaitSemaphoreValues, forUnmarshaling->waitSemaphoreVal… in unmarshal_VkD3D12FenceSubmitInfoKHR()
Dgoldfish_vk_reserved_marshaling_guest.cpp6260 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pWaitSemaphoreValues; in reservedmarshal_VkTimelineSemaphoreSubmitInfo()
6264 if (forMarshaling->pWaitSemaphoreValues) in reservedmarshal_VkTimelineSemaphoreSubmitInfo()
6266 …memcpy(*ptr, (const uint64_t*)forMarshaling->pWaitSemaphoreValues, forMarshaling->waitSemaphoreVal… in reservedmarshal_VkTimelineSemaphoreSubmitInfo()
8062 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pWaitSemaphoreValues; in reservedmarshal_VkD3D12FenceSubmitInfoKHR()
8066 if (forMarshaling->pWaitSemaphoreValues) in reservedmarshal_VkD3D12FenceSubmitInfoKHR()
8068 …memcpy(*ptr, (const uint64_t*)forMarshaling->pWaitSemaphoreValues, forMarshaling->waitSemaphoreVal… in reservedmarshal_VkD3D12FenceSubmitInfoKHR()
Dgoldfish_vk_counting_guest.cpp5388 if (toCount->pWaitSemaphoreValues) in count_VkTimelineSemaphoreSubmitInfo()
7013 if (toCount->pWaitSemaphoreValues) in count_VkD3D12FenceSubmitInfoKHR()
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto5332 // Original field: None uint64_t pWaitSemaphoreValues. stringarray? 0 string? 0 hasLenInfo? 1
5333 repeated uint64 pWaitSemaphoreValues = 4; field