Searched refs:textureAndLayout (Results 1 – 1 of 1) sorted by relevance
134 for (const gl::TextureAndLayout &textureAndLayout : textureBarriers) in wait() local136 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() local187 TextureVk *textureVk = vk::GetImpl(textureAndLayout.texture); in signal()189 vk::ImageLayout layout = GetVulkanImageLayout(textureAndLayout.layout); in signal()