Searched refs:pCommandBufferDeviceMasks (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_synchronization2.c | 368 .deviceMask = group_info ? group_info->pCommandBufferDeviceMasks[i] : 0, in vk_common_QueueSubmit()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | cmdbuffers.adoc | 2622 pname:pCommandBufferDeviceMasks array. 2623 * pname:pCommandBufferDeviceMasks is a pointer to an array of 2653 * [[VUID-VkDeviceGroupSubmitInfo-pCommandBufferDeviceMasks-00086]] 2654 All elements of pname:pCommandBufferDeviceMasks must: be valid device 3276 pname:pCommandBufferDeviceMasks member of slink:VkDeviceGroupSubmitInfo.
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 2447 to->pCommandBufferDeviceMasks = nullptr; in deepcopy_VkDeviceGroupSubmitInfo() 2448 if (from->pCommandBufferDeviceMasks) { in deepcopy_VkDeviceGroupSubmitInfo() 2449 to->pCommandBufferDeviceMasks = (uint32_t*)alloc->dupArray( in deepcopy_VkDeviceGroupSubmitInfo() 2450 from->pCommandBufferDeviceMasks, from->commandBufferCount * sizeof(const uint32_t)); in deepcopy_VkDeviceGroupSubmitInfo()
|
D | goldfish_vk_marshaling.cpp | 5420 vkStream->write((const uint32_t*)forMarshaling->pCommandBufferDeviceMasks, in marshal_VkDeviceGroupSubmitInfo() 5453 vkStream->alloc((void**)&forUnmarshaling->pCommandBufferDeviceMasks, in unmarshal_VkDeviceGroupSubmitInfo() 5455 vkStream->read((uint32_t*)forUnmarshaling->pCommandBufferDeviceMasks, in unmarshal_VkDeviceGroupSubmitInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 4042 vkStream->alloc((void**)&forUnmarshaling->pCommandBufferDeviceMasks, in reservedunmarshal_VkDeviceGroupSubmitInfo() 4044 memcpy((uint32_t*)forUnmarshaling->pCommandBufferDeviceMasks, *ptr, in reservedunmarshal_VkDeviceGroupSubmitInfo()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 2447 to->pCommandBufferDeviceMasks = nullptr; in deepcopy_VkDeviceGroupSubmitInfo() 2448 if (from->pCommandBufferDeviceMasks) { in deepcopy_VkDeviceGroupSubmitInfo() 2449 to->pCommandBufferDeviceMasks = (uint32_t*)alloc->dupArray( in deepcopy_VkDeviceGroupSubmitInfo() 2450 from->pCommandBufferDeviceMasks, from->commandBufferCount * sizeof(const uint32_t)); in deepcopy_VkDeviceGroupSubmitInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 4740 vkStream->write((const uint32_t*)forMarshaling->pCommandBufferDeviceMasks, in marshal_VkDeviceGroupSubmitInfo() 4759 vkStream->read((uint32_t*)forUnmarshaling->pCommandBufferDeviceMasks, in unmarshal_VkDeviceGroupSubmitInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3312 memcpy(*ptr, (const uint32_t*)forMarshaling->pCommandBufferDeviceMasks, in reservedmarshal_VkDeviceGroupSubmitInfo()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1790 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pCommandBufferDeviceMasks ); in operator ()()
|
D | vulkan_hash.hpp | 3456 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pCommandBufferDeviceMasks ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5163 const uint32_t* pCommandBufferDeviceMasks; member
|