Searched refs:pDeviceMasks (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/ |
D | wsi.adoc | 1553 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/ |
D | goldfish_vk_deepcopy.cpp | 6687 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()
|
D | goldfish_vk_marshaling.cpp | 13815 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 10639 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/ |
D | vulkansc_hash.hpp | 1760 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupPresentInfoKHR.pDeviceMasks ); in operator ()()
|
D | vulkan_hash.hpp | 3426 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupPresentInfoKHR.pDeviceMasks ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 7756 const uint32_t* pDeviceMasks; member
|