Home
last modified time | relevance | path

Searched refs:pDeviceMasks (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
Dwsi.adoc1553 pname:pDeviceMasks.
1554 * pname:pDeviceMasks is a pointer to an array of device masks, one for
1561 element of pname:pDeviceMasks selects which instance of the swapchain image
1563 Each element of pname:pDeviceMasks must: have exactly one bit set, and the
1568 each element of pname:pDeviceMasks selects which instance of the swapchain
1570 Each element of pname:pDeviceMasks must: have exactly one bit set, and some
1575 element of pname:pDeviceMasks selects which instances of the swapchain image
1579 Each element of pname:pDeviceMasks must: have a value for which all set bits
1585 element of pname:pDeviceMasks selects which instance(s) of the swapchain
1587 For each bit set in each element of pname:pDeviceMasks, the corresponding
[all …]
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp6687 to->pDeviceMasks = nullptr; in deepcopy_VkDeviceGroupPresentInfoKHR()
6688 if (from->pDeviceMasks) { in deepcopy_VkDeviceGroupPresentInfoKHR()
6689 to->pDeviceMasks = (uint32_t*)alloc->dupArray( in deepcopy_VkDeviceGroupPresentInfoKHR()
6690 from->pDeviceMasks, from->swapchainCount * sizeof(const uint32_t)); in deepcopy_VkDeviceGroupPresentInfoKHR()
Dgoldfish_vk_marshaling.cpp13815 vkStream->write((const uint32_t*)forMarshaling->pDeviceMasks, in marshal_VkDeviceGroupPresentInfoKHR()
13842 vkStream->alloc((void**)&forUnmarshaling->pDeviceMasks, in unmarshal_VkDeviceGroupPresentInfoKHR()
13844 vkStream->read((uint32_t*)forUnmarshaling->pDeviceMasks, in unmarshal_VkDeviceGroupPresentInfoKHR()
Dgoldfish_vk_reserved_marshaling.cpp10639 vkStream->alloc((void**)&forUnmarshaling->pDeviceMasks, in reservedunmarshal_VkDeviceGroupPresentInfoKHR()
10641 memcpy((uint32_t*)forUnmarshaling->pDeviceMasks, *ptr, in reservedunmarshal_VkDeviceGroupPresentInfoKHR()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1760 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupPresentInfoKHR.pDeviceMasks ); in operator ()()
Dvulkan_hash.hpp3426 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupPresentInfoKHR.pDeviceMasks ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7756 const uint32_t* pDeviceMasks; member