Searched refs:presentMask (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common.c | 1503 memset(pCapabilities->presentMask, 0, in wsi_GetDeviceGroupPresentCapabilitiesKHR() 1504 sizeof(pCapabilities->presentMask)); in wsi_GetDeviceGroupPresentCapabilitiesKHR() 1505 pCapabilities->presentMask[0] = 0x1; in wsi_GetDeviceGroupPresentCapabilitiesKHR()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/ |
D | wsi.adoc | 1572 slink:VkDeviceGroupPresentCapabilitiesKHR::pname:presentMask. 1581 slink:VkDeviceGroupPresentCapabilitiesKHR::pname:presentMask. 1605 slink:VkDeviceGroupPresentCapabilitiesKHR::pname:presentMask must: be 1611 slink:VkDeviceGroupPresentCapabilitiesKHR::pname:presentMask 1616 slink:VkDeviceGroupPresentCapabilitiesKHR::pname:presentMask 1621 element of slink:VkDeviceGroupPresentCapabilitiesKHR::pname:presentMask
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_surface/ |
D | wsi.adoc | 1755 * pname:presentMask is an array of ename:VK_MAX_DEVICE_GROUP_SIZE 1789 from any physical device in its pname:presentMask. 1792 swapchain images from any physical devices in its pname:presentMask.
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 6664 memcpy(to->presentMask, from->presentMask, VK_MAX_DEVICE_GROUP_SIZE * sizeof(uint32_t)); in deepcopy_VkDeviceGroupPresentCapabilitiesKHR()
|
D | goldfish_vk_marshaling.cpp | 13773 vkStream->write((uint32_t*)forMarshaling->presentMask, in marshal_VkDeviceGroupPresentCapabilitiesKHR() 13800 vkStream->read((uint32_t*)forUnmarshaling->presentMask, in unmarshal_VkDeviceGroupPresentCapabilitiesKHR()
|
D | goldfish_vk_reserved_marshaling.cpp | 10604 memcpy((uint32_t*)forUnmarshaling->presentMask, *ptr, in reservedunmarshal_VkDeviceGroupPresentCapabilitiesKHR()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1745 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupPresentCapabilitiesKHR.presentMask[i] ); in operator ()()
|
D | vulkan_hash.hpp | 3411 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupPresentCapabilitiesKHR.presentMask[i] ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 7748 uint32_t presentMask[VK_MAX_DEVICE_GROUP_SIZE]; member
|