Searched refs:ConvertImageLayoutToVkImageLayout (Results 1 – 3 of 3) sorted by relevance
199 ConvertImageLayoutToVkImageLayout(static_cast<ImageLayout>(ops.initialLayout)); in UnpackAttachmentDesc()201 ConvertImageLayoutToVkImageLayout(static_cast<ImageLayout>(ops.finalLayout)); in UnpackAttachmentDesc()1014 : ConvertImageLayoutToVkImageLayout( in InitializeRenderPassFromDesc()1049 depthStencilAttachmentRef.layout = ConvertImageLayoutToVkImageLayout( in InitializeRenderPassFromDesc()
1438 VkImageLayout ConvertImageLayoutToVkImageLayout(ImageLayout imageLayout);
927 VkImageLayout ConvertImageLayoutToVkImageLayout(ImageLayout imageLayout) in ConvertImageLayoutToVkImageLayout() function4293 imageInfo.initialLayout = ConvertImageLayoutToVkImageLayout(initialLayout); in initExternal()4954 return ConvertImageLayoutToVkImageLayout(mCurrentLayout); in getCurrentLayout()