Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSemaphoreVk.cpp98 for (const gl::TextureAndLayout &textureBarrier : textureBarriers) in wait()
153 for (const gl::TextureAndLayout &textureBarrier : textureBarriers) in signal()
DContextVk.cpp6916 for (const gl::TextureAndLayout &textureBarrier : textureBarriers) in acquireTextures()
6932 for (gl::TextureAndLayout &textureBarrier : *textureBarriers) in releaseTextures()
/external/angle/src/libANGLE/
Dangletypes.h1138 struct TextureAndLayout struct
1143 using TextureBarrierVector = BarrierVector<TextureAndLayout>; argument