Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSemaphoreVk.cpp135 for (const gl::TextureAndLayout &textureAndLayout : textureBarriers) in wait()
190 for (const gl::TextureAndLayout &textureAndLayout : textureBarriers) in signal()
/external/angle/src/libANGLE/
Dangletypes.h870 struct TextureAndLayout struct
875 using TextureBarrierVector = BarrierVector<TextureAndLayout>; argument