Searched refs:preTransform (Results 1 – 11 of 11) sorted by relevance
65 the swapchain's pname:preTransform.66 The presentation engine will apply the pname:preTransform transformation93 according to the pname:preTransform member of the
79 sname:VkSwapchainCreateInfoKHR::pname:preTransform set to a value other than81 slink:VkRectLayerKHR, be transformed to align with the pname:preTransform?
63 slink:VkSwapchainCreateInfoKHR::pname:preTransform equal to the
257 when creating the swapchain in pname:preTransform field.608 Having a separate enum means that currentTransform and preTransform are
278 .preTransform = surfaceCaps.currentTransform, in createSwapChainCi()
309 * pname:preTransform is a elink:VkSurfaceTransformFlagBitsKHR value510 * [[VUID-VkSwapchainCreateInfoKHR-preTransform-01279]]511 pname:preTransform must: be one of the bits present in the
6833 VULKAN_HPP_HASH_COMBINE( seed, swapchainCreateInfoKHR.preTransform ); in operator ()()
13181 VULKAN_HPP_HASH_COMBINE( seed, swapchainCreateInfoKHR.preTransform ); in operator ()()
13464 vkStream->write((VkSurfaceTransformFlagBitsKHR*)&forMarshaling->preTransform, in marshal_VkSwapchainCreateInfoKHR()13518 vkStream->read((VkSurfaceTransformFlagBitsKHR*)&forUnmarshaling->preTransform, in unmarshal_VkSwapchainCreateInfoKHR()
10376 memcpy((VkSurfaceTransformFlagBitsKHR*)&forUnmarshaling->preTransform, *ptr, in reservedunmarshal_VkSwapchainCreateInfoKHR()
7704 VkSurfaceTransformFlagBitsKHR preTransform; member