Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_synchronization2.c368 .deviceMask = group_info ? group_info->pCommandBufferDeviceMasks[i] : 0, in vk_common_QueueSubmit()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc2622 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/
Dgoldfish_vk_deepcopy.cpp2447 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()
Dgoldfish_vk_marshaling.cpp5420 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()
Dgoldfish_vk_reserved_marshaling.cpp4042 vkStream->alloc((void**)&forUnmarshaling->pCommandBufferDeviceMasks, in reservedunmarshal_VkDeviceGroupSubmitInfo()
4044 memcpy((uint32_t*)forUnmarshaling->pCommandBufferDeviceMasks, *ptr, in reservedunmarshal_VkDeviceGroupSubmitInfo()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp2447 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()
Dgoldfish_vk_marshaling_guest.cpp4740 vkStream->write((const uint32_t*)forMarshaling->pCommandBufferDeviceMasks, in marshal_VkDeviceGroupSubmitInfo()
4759 vkStream->read((uint32_t*)forUnmarshaling->pCommandBufferDeviceMasks, in unmarshal_VkDeviceGroupSubmitInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp3312 memcpy(*ptr, (const uint32_t*)forMarshaling->pCommandBufferDeviceMasks, in reservedmarshal_VkDeviceGroupSubmitInfo()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1790 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pCommandBufferDeviceMasks ); in operator ()()
Dvulkan_hash.hpp3456 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pCommandBufferDeviceMasks ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5163 const uint32_t* pCommandBufferDeviceMasks; member