Home
last modified time | relevance | path

Searched refs:ConvertImageLayoutToVkImageLayout (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp256 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()
Dvk_helpers.cpp1095 VkImageLayout ConvertImageLayoutToVkImageLayout(Context *context, ImageLayout imageLayout) in ConvertImageLayoutToVkImageLayout() function
5625 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()
Dvk_helpers.h1807 VkImageLayout ConvertImageLayoutToVkImageLayout(Context *context, ImageLayout imageLayout);