Searched refs:ConvertImageLayoutToVkImageLayout (Results 1 – 3 of 3) sorted by relevance
256 ConvertImageLayoutToVkImageLayout(context, static_cast<ImageLayout>(ops.initialLayout)); in UnpackAttachmentDesc()258 ConvertImageLayoutToVkImageLayout(context, static_cast<ImageLayout>(ops.finalLayout)); in UnpackAttachmentDesc()1204 : ConvertImageLayoutToVkImageLayout( in InitializeRenderPassFromDesc()1241 depthStencilAttachmentRef.layout = ConvertImageLayoutToVkImageLayout( in InitializeRenderPassFromDesc()5717 imageInfo.imageLayout = ConvertImageLayoutToVkImageLayout(context, imageLayout); in updateDescriptorSet()
1095 VkImageLayout ConvertImageLayoutToVkImageLayout(Context *context, ImageLayout imageLayout) in ConvertImageLayoutToVkImageLayout() function5625 imageInfo.initialLayout = ConvertImageLayoutToVkImageLayout(context, initialLayout); in initExternal()6399 return ConvertImageLayoutToVkImageLayout(context, mCurrentLayout); in getCurrentLayout()6577 imageMemoryBarrier->oldLayout = ConvertImageLayoutToVkImageLayout(context, mCurrentLayout); in initImageMemoryBarrierStruct()6578 imageMemoryBarrier->newLayout = ConvertImageLayoutToVkImageLayout(context, newLayout); in initImageMemoryBarrierStruct()
1807 VkImageLayout ConvertImageLayoutToVkImageLayout(Context *context, ImageLayout imageLayout);