Home
last modified time | relevance | path

Searched refs:pSignalSemaphoreDeviceIndices (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_synchronization2.c377 .deviceIndex = group_info ? group_info->pSignalSemaphoreDeviceIndices[i] : 0, in vk_common_QueueSubmit()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp2452 to->pSignalSemaphoreDeviceIndices = nullptr; in deepcopy_VkDeviceGroupSubmitInfo()
2453 if (from->pSignalSemaphoreDeviceIndices) { in deepcopy_VkDeviceGroupSubmitInfo()
2454 to->pSignalSemaphoreDeviceIndices = in deepcopy_VkDeviceGroupSubmitInfo()
2455 (uint32_t*)alloc->dupArray(from->pSignalSemaphoreDeviceIndices, in deepcopy_VkDeviceGroupSubmitInfo()
Dgoldfish_vk_marshaling.cpp5423 vkStream->write((const uint32_t*)forMarshaling->pSignalSemaphoreDeviceIndices, in marshal_VkDeviceGroupSubmitInfo()
5458 vkStream->alloc((void**)&forUnmarshaling->pSignalSemaphoreDeviceIndices, in unmarshal_VkDeviceGroupSubmitInfo()
5460 vkStream->read((uint32_t*)forUnmarshaling->pSignalSemaphoreDeviceIndices, in unmarshal_VkDeviceGroupSubmitInfo()
Dgoldfish_vk_reserved_marshaling.cpp4049 vkStream->alloc((void**)&forUnmarshaling->pSignalSemaphoreDeviceIndices, in reservedunmarshal_VkDeviceGroupSubmitInfo()
4051 memcpy((uint32_t*)forUnmarshaling->pSignalSemaphoreDeviceIndices, *ptr, in reservedunmarshal_VkDeviceGroupSubmitInfo()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp2452 to->pSignalSemaphoreDeviceIndices = nullptr; in deepcopy_VkDeviceGroupSubmitInfo()
2453 if (from->pSignalSemaphoreDeviceIndices) { in deepcopy_VkDeviceGroupSubmitInfo()
2454 to->pSignalSemaphoreDeviceIndices = in deepcopy_VkDeviceGroupSubmitInfo()
2455 (uint32_t*)alloc->dupArray(from->pSignalSemaphoreDeviceIndices, in deepcopy_VkDeviceGroupSubmitInfo()
Dgoldfish_vk_marshaling_guest.cpp4743 vkStream->write((const uint32_t*)forMarshaling->pSignalSemaphoreDeviceIndices, in marshal_VkDeviceGroupSubmitInfo()
4762 vkStream->read((uint32_t*)forUnmarshaling->pSignalSemaphoreDeviceIndices, in unmarshal_VkDeviceGroupSubmitInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp3317 memcpy(*ptr, (const uint32_t*)forMarshaling->pSignalSemaphoreDeviceIndices, in reservedmarshal_VkDeviceGroupSubmitInfo()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc2630 pname:pSignalSemaphoreDeviceIndices array.
2631 * pname:pSignalSemaphoreDeviceIndices is a pointer to an array of
2652 pname:pSignalSemaphoreDeviceIndices must: be valid device indices
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1792 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pSignalSemaphoreDeviceIndices ); in operator ()()
Dvulkan_hash.hpp3458 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pSignalSemaphoreDeviceIndices ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5165 const uint32_t* pSignalSemaphoreDeviceIndices; member