Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp4841 inline VkImageLayout getIMBNewLayout(const VkImageMemoryBarrier& imb) { return imb.newLayout; } in getIMBNewLayout() function in gfxstream::vk::VkDecoderGlobalState::Impl
4842 inline VkImageLayout getIMBNewLayout(const VkImageMemoryBarrier2& imb) { return imb.newLayout; } in getIMBNewLayout() function in gfxstream::vk::VkDecoderGlobalState::Impl
4872 getIMBNewLayout(pImageMemoryBarriers[i]); in processImageMemoryBarrierLocked()
4883 cmdBufferInfo->cbLayouts[cb] = getIMBNewLayout(pImageMemoryBarriers[i]); in processImageMemoryBarrierLocked()