Searched refs:pSignalSemaphoreDeviceIndices (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_synchronization2.c | 377 .deviceIndex = group_info ? group_info->pSignalSemaphoreDeviceIndices[i] : 0, in vk_common_QueueSubmit()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 2452 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()
|
D | goldfish_vk_marshaling.cpp | 5423 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 4049 vkStream->alloc((void**)&forUnmarshaling->pSignalSemaphoreDeviceIndices, in reservedunmarshal_VkDeviceGroupSubmitInfo() 4051 memcpy((uint32_t*)forUnmarshaling->pSignalSemaphoreDeviceIndices, *ptr, in reservedunmarshal_VkDeviceGroupSubmitInfo()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 2452 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()
|
D | goldfish_vk_marshaling_guest.cpp | 4743 vkStream->write((const uint32_t*)forMarshaling->pSignalSemaphoreDeviceIndices, in marshal_VkDeviceGroupSubmitInfo() 4762 vkStream->read((uint32_t*)forUnmarshaling->pSignalSemaphoreDeviceIndices, in unmarshal_VkDeviceGroupSubmitInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3317 memcpy(*ptr, (const uint32_t*)forMarshaling->pSignalSemaphoreDeviceIndices, in reservedmarshal_VkDeviceGroupSubmitInfo()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | cmdbuffers.adoc | 2630 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/ |
D | vulkansc_hash.hpp | 1792 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pSignalSemaphoreDeviceIndices ); in operator ()()
|
D | vulkan_hash.hpp | 3458 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pSignalSemaphoreDeviceIndices ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5165 const uint32_t* pSignalSemaphoreDeviceIndices; member
|