Searched refs:pWaitSemaphoreDeviceIndices (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_synchronization2.c | 361 .deviceIndex = group_info ? group_info->pWaitSemaphoreDeviceIndices[i] : 0, in vk_common_QueueSubmit()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | cmdbuffers.adoc | 2616 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/ |
D | goldfish_vk_deepcopy.cpp | 2442 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()
|
D | goldfish_vk_marshaling.cpp | 5417 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 4035 vkStream->alloc((void**)&forUnmarshaling->pWaitSemaphoreDeviceIndices, in reservedunmarshal_VkDeviceGroupSubmitInfo() 4037 memcpy((uint32_t*)forUnmarshaling->pWaitSemaphoreDeviceIndices, *ptr, in reservedunmarshal_VkDeviceGroupSubmitInfo()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 2442 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()
|
D | goldfish_vk_marshaling_guest.cpp | 4737 vkStream->write((const uint32_t*)forMarshaling->pWaitSemaphoreDeviceIndices, in marshal_VkDeviceGroupSubmitInfo() 4756 vkStream->read((uint32_t*)forUnmarshaling->pWaitSemaphoreDeviceIndices, in unmarshal_VkDeviceGroupSubmitInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3307 memcpy(*ptr, (const uint32_t*)forMarshaling->pWaitSemaphoreDeviceIndices, in reservedmarshal_VkDeviceGroupSubmitInfo()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1788 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pWaitSemaphoreDeviceIndices ); in operator ()()
|
D | vulkan_hash.hpp | 3454 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pWaitSemaphoreDeviceIndices ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5161 const uint32_t* pWaitSemaphoreDeviceIndices; member
|