Searched refs:ConvertImageLayoutToVkImageLayout (Results 1 – 3 of 3) sorted by relevance
170 ConvertImageLayoutToVkImageLayout(static_cast<ImageLayout>(ops.initialLayout)); in UnpackAttachmentDesc()172 ConvertImageLayoutToVkImageLayout(static_cast<ImageLayout>(ops.finalLayout)); in UnpackAttachmentDesc()988 : ConvertImageLayoutToVkImageLayout( in InitializeRenderPassFromDesc()1027 depthStencilAttachmentRef.layout = ConvertImageLayoutToVkImageLayout( in InitializeRenderPassFromDesc()
1388 VkImageLayout ConvertImageLayoutToVkImageLayout(ImageLayout imageLayout);
839 VkImageLayout ConvertImageLayoutToVkImageLayout(ImageLayout imageLayout) in ConvertImageLayoutToVkImageLayout() function4142 imageInfo.initialLayout = ConvertImageLayoutToVkImageLayout(initialLayout); in initExternal()4706 return ConvertImageLayoutToVkImageLayout(mCurrentLayout); in getCurrentLayout()