Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_synchronization2.c361 .deviceIndex = group_info ? group_info->pWaitSemaphoreDeviceIndices[i] : 0, in vk_common_QueueSubmit()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc2616 pname:pWaitSemaphoreDeviceIndices array.
2617 * pname:pWaitSemaphoreDeviceIndices is a pointer to an array of
2650 * [[VUID-VkDeviceGroupSubmitInfo-pWaitSemaphoreDeviceIndices-00085]]
2651 All elements of pname:pWaitSemaphoreDeviceIndices and
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp2442 to->pWaitSemaphoreDeviceIndices = nullptr; in deepcopy_VkDeviceGroupSubmitInfo()
2443 if (from->pWaitSemaphoreDeviceIndices) { in deepcopy_VkDeviceGroupSubmitInfo()
2444 to->pWaitSemaphoreDeviceIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkDeviceGroupSubmitInfo()
2445 from->pWaitSemaphoreDeviceIndices, from->waitSemaphoreCount * sizeof(const uint32_t)); in deepcopy_VkDeviceGroupSubmitInfo()
Dgoldfish_vk_marshaling.cpp5417 vkStream->write((const uint32_t*)forMarshaling->pWaitSemaphoreDeviceIndices, in marshal_VkDeviceGroupSubmitInfo()
5448 vkStream->alloc((void**)&forUnmarshaling->pWaitSemaphoreDeviceIndices, in unmarshal_VkDeviceGroupSubmitInfo()
5450 vkStream->read((uint32_t*)forUnmarshaling->pWaitSemaphoreDeviceIndices, in unmarshal_VkDeviceGroupSubmitInfo()
Dgoldfish_vk_reserved_marshaling.cpp4035 vkStream->alloc((void**)&forUnmarshaling->pWaitSemaphoreDeviceIndices, in reservedunmarshal_VkDeviceGroupSubmitInfo()
4037 memcpy((uint32_t*)forUnmarshaling->pWaitSemaphoreDeviceIndices, *ptr, in reservedunmarshal_VkDeviceGroupSubmitInfo()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp2442 to->pWaitSemaphoreDeviceIndices = nullptr; in deepcopy_VkDeviceGroupSubmitInfo()
2443 if (from->pWaitSemaphoreDeviceIndices) { in deepcopy_VkDeviceGroupSubmitInfo()
2444 to->pWaitSemaphoreDeviceIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkDeviceGroupSubmitInfo()
2445 from->pWaitSemaphoreDeviceIndices, from->waitSemaphoreCount * sizeof(const uint32_t)); in deepcopy_VkDeviceGroupSubmitInfo()
Dgoldfish_vk_marshaling_guest.cpp4737 vkStream->write((const uint32_t*)forMarshaling->pWaitSemaphoreDeviceIndices, in marshal_VkDeviceGroupSubmitInfo()
4756 vkStream->read((uint32_t*)forUnmarshaling->pWaitSemaphoreDeviceIndices, in unmarshal_VkDeviceGroupSubmitInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp3307 memcpy(*ptr, (const uint32_t*)forMarshaling->pWaitSemaphoreDeviceIndices, in reservedmarshal_VkDeviceGroupSubmitInfo()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1788 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pWaitSemaphoreDeviceIndices ); in operator ()()
Dvulkan_hash.hpp3454 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pWaitSemaphoreDeviceIndices ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5161 const uint32_t* pWaitSemaphoreDeviceIndices; member