Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DSemaphoreVk.cpp134 for (const gl::TextureAndLayout &textureAndLayout : textureBarriers) in wait() local
136 TextureVk *textureVk = vk::GetImpl(textureAndLayout.texture); in wait()
138 vk::ImageLayout layout = GetVulkanImageLayout(textureAndLayout.layout); in wait()
185 for (const gl::TextureAndLayout &textureAndLayout : textureBarriers) in signal() local
187 TextureVk *textureVk = vk::GetImpl(textureAndLayout.texture); in signal()
189 vk::ImageLayout layout = GetVulkanImageLayout(textureAndLayout.layout); in signal()